Skip to content

Commit cdfc367

Browse files
chore(deps): update dependency @types/react to v18.2.42 (#5102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91b8e33 commit cdfc367

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.41",
71+
"@types/react": "18.2.42",
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.41",
61+
"@types/react": "18.2.42",
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
@@ -6221,10 +6221,10 @@
62216221
"@types/prop-types" "*"
62226222
"@types/react" "*"
62236223

6224-
"@types/react@*", "@types/[email protected].41", "@types/react@>=16":
6225-
version "18.2.41"
6226-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.41.tgz#9eea044246bdb10510df89ef7f8422a8b6ad8fb9"
6227-
integrity sha512-CwOGr/PiLiNBxEBqpJ7fO3kocP/2SSuC9fpH5K7tusrg4xPSRT/193rzolYwQnTN02We/ATXKnb6GqA5w4fRxw==
6224+
"@types/react@*", "@types/[email protected].42", "@types/react@>=16":
6225+
version "18.2.42"
6226+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.42.tgz#6f6b11a904f6d96dda3c2920328a97011a00aba7"
6227+
integrity sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==
62286228
dependencies:
62296229
"@types/prop-types" "*"
62306230
"@types/scheduler" "*"

0 commit comments

Comments
 (0)