Skip to content

Commit 43723ba

Browse files
chore(deps): update dependency @types/react to v18.2.8 (#4071)
1 parent 9515bfe commit 43723ba

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.7",
75+
"@types/react": "18.2.8",
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.2",
5959
"@types/jsdom": "21.1.1",
6060
"@types/node": "16.x",
61-
"@types/react": "18.2.7",
61+
"@types/react": "18.2.8",
6262
"@types/react-dom": "18.2.4",
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
@@ -5498,10 +5498,10 @@
54985498
"@types/prop-types" "*"
54995499
"@types/react" "*"
55005500

5501-
"@types/react@*", "@types/[email protected].7", "@types/react@>=16", "@types/react@^16.9.19":
5502-
version "18.2.7"
5503-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.7.tgz#dfb4518042a3117a045b8c222316f83414a783b3"
5504-
integrity sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==
5501+
"@types/react@*", "@types/[email protected].8", "@types/react@>=16", "@types/react@^16.9.19":
5502+
version "18.2.8"
5503+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.8.tgz#a77dcffe4e9af148ca4aa8000c51a1e8ed99e2c8"
5504+
integrity sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA==
55055505
dependencies:
55065506
"@types/prop-types" "*"
55075507
"@types/scheduler" "*"

0 commit comments

Comments
 (0)