Skip to content

Commit edf3726

Browse files
chore(deps): update dependency @types/react to v18.3.12 (#5803)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59cfe63 commit edf3726

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
@@ -67,7 +67,7 @@
6767
"typescript": "5.4.5"
6868
},
6969
"resolutions": {
70-
"@types/react": "18.3.11",
70+
"@types/react": "18.3.12",
7171
"**/recursive-readdir/minimatch": "6.2.0",
7272
"decode-uri-component": "0.2.2",
7373
"express": "4.21.1",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/jest": "29.5.13",
5656
"@types/jsdom": "21.1.7",
5757
"@types/node": "16.x",
58-
"@types/react": "18.3.11",
58+
"@types/react": "18.3.12",
5959
"@types/react-dom": "18.3.1",
6060
"@types/react-virtualized": "9.21.30",
6161
"@types/vega": "3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4573,10 +4573,10 @@
45734573
"@types/prop-types" "*"
45744574
"@types/react" "*"
45754575

4576-
"@types/react@*", "@types/[email protected].11":
4577-
version "18.3.11"
4578-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.11.tgz#9d530601ff843ee0d7030d4227ea4360236bd537"
4579-
integrity sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==
4576+
"@types/react@*", "@types/[email protected].12":
4577+
version "18.3.12"
4578+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
4579+
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
45804580
dependencies:
45814581
"@types/prop-types" "*"
45824582
csstype "^3.0.2"

0 commit comments

Comments
 (0)