Skip to content

Commit 3b6cd12

Browse files
chore(deps): update dependency @types/react to v18.2.34 (#4963)
1 parent 9e1a8ee commit 3b6cd12

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.33",
71+
"@types/react": "18.2.34",
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.33",
61+
"@types/react": "18.2.34",
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].33", "@types/react@>=16", "@types/react@^16.9.19":
6039-
version "18.2.33"
6040-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.33.tgz#055356243dc4350a9ee6c6a2c07c5cae12e38877"
6041-
integrity sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==
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==
60426042
dependencies:
60436043
"@types/prop-types" "*"
60446044
"@types/scheduler" "*"

0 commit comments

Comments
 (0)