Skip to content

Commit 9c94846

Browse files
chore(deps): update dependency @types/react to v18.3.4 (#5707)
1 parent c7c241e commit 9c94846

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"typescript": "5.4.5"
6868
},
6969
"resolutions": {
70-
"@types/react": "18.3.3",
70+
"@types/react": "18.3.4",
7171
"**/recursive-readdir/minimatch": "6.2.0",
7272
"decode-uri-component": "0.2.2",
7373
"express": "4.19.2",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/jest": "29.5.12",
5656
"@types/jsdom": "21.1.7",
5757
"@types/node": "16.x",
58-
"@types/react": "18.3.3",
58+
"@types/react": "18.3.4",
5959
"@types/react-dom": "18.3.0",
6060
"@types/react-virtualized": "9.21.30",
6161
"@types/vega": "3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4511,10 +4511,10 @@
45114511
"@types/prop-types" "*"
45124512
"@types/react" "*"
45134513

4514-
"@types/react@*", "@types/[email protected].3":
4515-
version "18.3.3"
4516-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
4517-
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
4514+
"@types/react@*", "@types/[email protected].4":
4515+
version "18.3.4"
4516+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.4.tgz#dfdd534a1d081307144c00e325c06e00312c93a3"
4517+
integrity sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==
45184518
dependencies:
45194519
"@types/prop-types" "*"
45204520
csstype "^3.0.2"

0 commit comments

Comments
 (0)