Skip to content

Commit f79d4bb

Browse files
chore(deps): update dependency @types/react to v18.2.17 (#4403)
1 parent 745c19e commit f79d4bb

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
@@ -72,7 +72,7 @@
7272
},
7373
"resolutions": {
7474
"decode-uri-component": "0.2.2",
75-
"@types/react": "18.2.16",
75+
"@types/react": "18.2.17",
7676
"**/recursive-readdir/minimatch": "6.2.0",
7777
"fastify": "3.29.5",
7878
"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.3",
5959
"@types/jsdom": "21.1.1",
6060
"@types/node": "16.x",
61-
"@types/react": "18.2.16",
61+
"@types/react": "18.2.17",
6262
"@types/react-dom": "18.2.7",
6363
"@types/react-measure": "2.0.8",
6464
"@types/react-virtualized": "9.21.22",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5787,10 +5787,10 @@
57875787
"@types/prop-types" "*"
57885788
"@types/react" "*"
57895789

5790-
"@types/react@*", "@types/[email protected].16", "@types/react@>=16", "@types/react@^16.9.19":
5791-
version "18.2.16"
5792-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.16.tgz#403dda0e933caccac9efde569923239ac426786c"
5793-
integrity sha512-LLFWr12ZhBJ4YVw7neWLe6Pk7Ey5R9OCydfuMsz1L8bZxzaawJj2p06Q8/EFEHDeTBQNFLF62X+CG7B2zIyu0Q==
5790+
"@types/react@*", "@types/[email protected].17", "@types/react@>=16", "@types/react@^16.9.19":
5791+
version "18.2.17"
5792+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.17.tgz#baa565b17ddb649c2dac85b5eaf9e9a1fe0f3b4e"
5793+
integrity sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==
57945794
dependencies:
57955795
"@types/prop-types" "*"
57965796
"@types/scheduler" "*"

0 commit comments

Comments
 (0)