Skip to content

Commit 1b9cf04

Browse files
chore(deps): update dependency @types/react to v18.2.41 (#5093)
1 parent e5c8cb1 commit 1b9cf04

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.40",
71+
"@types/react": "18.2.41",
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.10",
5959
"@types/jsdom": "21.1.6",
6060
"@types/node": "16.x",
61-
"@types/react": "18.2.40",
61+
"@types/react": "18.2.41",
6262
"@types/react-dom": "18.2.17",
6363
"@types/react-virtualized": "9.21.28",
6464
"@types/vega": "3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6229,10 +6229,10 @@
62296229
"@types/prop-types" "*"
62306230
"@types/react" "*"
62316231

6232-
"@types/react@*", "@types/[email protected].40", "@types/react@>=16":
6233-
version "18.2.40"
6234-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.40.tgz#b1cc2bafdc81da3c9bb105cfe8b91211bbce2e0d"
6235-
integrity sha512-H+BUhb9C1zBtogDLAk+KCNRKiHDrqSwQT/0z0PVTwMFBxqg3011ByLomADtgkgMkfwj4AMOiXBReyLTUBg681g==
6232+
"@types/react@*", "@types/[email protected].41", "@types/react@>=16":
6233+
version "18.2.41"
6234+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.41.tgz#9eea044246bdb10510df89ef7f8422a8b6ad8fb9"
6235+
integrity sha512-CwOGr/PiLiNBxEBqpJ7fO3kocP/2SSuC9fpH5K7tusrg4xPSRT/193rzolYwQnTN02We/ATXKnb6GqA5w4fRxw==
62366236
dependencies:
62376237
"@types/prop-types" "*"
62386238
"@types/scheduler" "*"

0 commit comments

Comments
 (0)