Skip to content

Commit e60eb8f

Browse files
chore(deps): update dependency @types/react to v18.2.18 (#4437)
1 parent 1cde9d4 commit e60eb8f

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.17",
75+
"@types/react": "18.2.18",
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.17",
61+
"@types/react": "18.2.18",
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
@@ -5848,10 +5848,10 @@
58485848
"@types/prop-types" "*"
58495849
"@types/react" "*"
58505850

5851-
"@types/react@*", "@types/[email protected].17", "@types/react@>=16", "@types/react@^16.9.19":
5852-
version "18.2.17"
5853-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.17.tgz#baa565b17ddb649c2dac85b5eaf9e9a1fe0f3b4e"
5854-
integrity sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==
5851+
"@types/react@*", "@types/[email protected].18", "@types/react@>=16", "@types/react@^16.9.19":
5852+
version "18.2.18"
5853+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.18.tgz#c8b233919eef1bdc294f6f34b37f9727ad677516"
5854+
integrity sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==
58555855
dependencies:
58565856
"@types/prop-types" "*"
58575857
"@types/scheduler" "*"

0 commit comments

Comments
 (0)