Skip to content

Commit

Permalink
Bump react, react-dom and @types/react in /webview-ui (Azure#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 4899ec8 commit ba2f662
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 60 deletions.
86 changes: 30 additions & 56 deletions webview-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@vscode/codicons": "^0.0.36",
"@vscode/webview-ui-toolkit": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "@vscode/codicons/dist/codicon.css";
import { StrictMode } from "react";
import { JSX, StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { decodeState } from "../../src/webview-contract/initialState";
import { ContentId } from "../../src/webview-contract/webviewTypes";
Expand Down
1 change: 1 addition & 0 deletions webview-ui/src/utilities/manualTest.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { JSX } from "react";
import { CommandKeys, MessageHandler, MessageSink } from "../../../src/webview-contract/messaging";
import { ContentId, ToVsCodeMsgDef, ToWebviewMsgDef } from "../../../src/webview-contract/webviewTypes";
import { getTestVscodeMessageContext } from "./vscode";
Expand Down

0 comments on commit ba2f662

Please sign in to comment.