Skip to content

Commit f5e417b

Browse files
chore(deps): update dependency @types/react to v18.0.31 (#3636)
1 parent e952b5c commit f5e417b

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
@@ -69,7 +69,7 @@
6969
},
7070
"resolutions": {
7171
"decode-uri-component": "0.2.2",
72-
"@types/react": "18.0.30",
72+
"@types/react": "18.0.31",
7373
"**/recursive-readdir/minimatch": "6.2.0",
7474
"fastify": "3.29.5",
7575
"json5": "2.2.3",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/jest": "29.5.0",
5555
"@types/jsdom": "21.1.1",
5656
"@types/node": "16.x",
57-
"@types/react": "18.0.30",
57+
"@types/react": "18.0.31",
5858
"@types/react-dom": "18.0.11",
5959
"@types/react-measure": "2.0.8",
6060
"@types/react-virtualized": "9.21.21",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4392,10 +4392,10 @@
43924392
"@types/prop-types" "*"
43934393
"@types/react" "^17"
43944394

4395-
"@types/react@*", "@types/[email protected].30", "@types/react@^16.9.19", "@types/react@^17":
4396-
version "18.0.30"
4397-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.30.tgz#83944e679fc7aeab3f042b76d63c4d755b56b7c4"
4398-
integrity sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA==
4395+
"@types/react@*", "@types/[email protected].31", "@types/react@^16.9.19", "@types/react@^17":
4396+
version "18.0.31"
4397+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.31.tgz#a69ef8dd7bfa849734d258c793a8fe343a338205"
4398+
integrity sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww==
43994399
dependencies:
44004400
"@types/prop-types" "*"
44014401
"@types/scheduler" "*"

0 commit comments

Comments
 (0)