Skip to content

Commit ab51333

Browse files
chore(deps): update dependency @types/react to v18.3.18 (#5886)
1 parent 1913b1a commit ab51333

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.17",
70+
"@types/react": "18.3.18",
7171
"**/recursive-readdir/minimatch": "6.2.0",
7272
"decode-uri-component": "0.2.2",
7373
"express": "4.21.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.14",
5656
"@types/jsdom": "21.1.7",
5757
"@types/node": "16.x",
58-
"@types/react": "18.3.17",
58+
"@types/react": "18.3.18",
5959
"@types/react-dom": "18.3.5",
6060
"@types/react-virtualized": "9.22.0",
6161
"@types/vega": "3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4459,10 +4459,10 @@
44594459
"@types/prop-types" "*"
44604460
"@types/react" "*"
44614461

4462-
"@types/react@*", "@types/[email protected].17":
4463-
version "18.3.17"
4464-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.17.tgz#d86ca0e081c7a5e979b7db175f9515a41038cea7"
4465-
integrity sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==
4462+
"@types/react@*", "@types/[email protected].18":
4463+
version "18.3.18"
4464+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
4465+
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
44664466
dependencies:
44674467
"@types/prop-types" "*"
44684468
csstype "^3.0.2"

0 commit comments

Comments
 (0)