Skip to content

Commit 3124f7a

Browse files
chore(deps): update dependency @types/react to v18.2.35 (#4970)
1 parent 3fa7f0d commit 3124f7a

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
@@ -68,7 +68,7 @@
6868
},
6969
"resolutions": {
7070
"decode-uri-component": "0.2.2",
71-
"@types/react": "18.2.34",
71+
"@types/react": "18.2.35",
7272
"**/recursive-readdir/minimatch": "6.2.0",
7373
"fastify": "3.29.5",
7474
"json5": "2.2.3",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/jest": "29.5.7",
5959
"@types/jsdom": "21.1.4",
6060
"@types/node": "16.x",
61-
"@types/react": "18.2.34",
61+
"@types/react": "18.2.35",
6262
"@types/react-dom": "18.2.14",
6363
"@types/react-virtualized": "9.21.26",
6464
"@types/webpack": "5.28.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6035,10 +6035,10 @@
60356035
"@types/prop-types" "*"
60366036
"@types/react" "*"
60376037

6038-
"@types/react@*", "@types/[email protected].34", "@types/react@>=16", "@types/react@^16.9.19":
6039-
version "18.2.34"
6040-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.34.tgz#aed20f19473721ba328feb99d1ec3307ebc1a8dd"
6041-
integrity sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==
6038+
"@types/react@*", "@types/[email protected].35", "@types/react@>=16", "@types/react@^16.9.19":
6039+
version "18.2.35"
6040+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.35.tgz#bacdc6d139a4d6d47e5186e1a96952c65e1f3792"
6041+
integrity sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==
60426042
dependencies:
60436043
"@types/prop-types" "*"
60446044
"@types/scheduler" "*"

0 commit comments

Comments
 (0)