Skip to content

Commit 90f5467

Browse files
chore(deps): update dependency @types/react to v18.2.15 (#4320)
1 parent 47ce37b commit 90f5467

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.14",
75+
"@types/react": "18.2.15",
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.14",
61+
"@types/react": "18.2.15",
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
@@ -5465,10 +5465,10 @@
54655465
"@types/prop-types" "*"
54665466
"@types/react" "*"
54675467

5468-
"@types/react@*", "@types/[email protected].14", "@types/react@>=16", "@types/react@^16.9.19":
5469-
version "18.2.14"
5470-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127"
5471-
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==
5468+
"@types/react@*", "@types/[email protected].15", "@types/react@>=16", "@types/react@^16.9.19":
5469+
version "18.2.15"
5470+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.15.tgz#14792b35df676c20ec3cf595b262f8c615a73066"
5471+
integrity sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA==
54725472
dependencies:
54735473
"@types/prop-types" "*"
54745474
"@types/scheduler" "*"

0 commit comments

Comments
 (0)