Skip to content

Commit 44a7df8

Browse files
chore(deps): update dependency @types/react to v18.3.3 (#5543)
1 parent 2734fce commit 44a7df8

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.2",
70+
"@types/react": "18.3.3",
7171
"**/recursive-readdir/minimatch": "6.2.0",
7272
"decode-uri-component": "0.2.2",
7373
"express": "4.19.2",

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.12",
5656
"@types/jsdom": "21.1.6",
5757
"@types/node": "16.x",
58-
"@types/react": "18.3.2",
58+
"@types/react": "18.3.3",
5959
"@types/react-dom": "18.3.0",
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
@@ -4501,10 +4501,10 @@
45014501
"@types/prop-types" "*"
45024502
"@types/react" "*"
45034503

4504-
"@types/react@*", "@types/[email protected].2":
4505-
version "18.3.2"
4506-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd"
4507-
integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==
4504+
"@types/react@*", "@types/[email protected].3":
4505+
version "18.3.3"
4506+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
4507+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
45084508
dependencies:
45094509
"@types/prop-types" "*"
45104510
csstype "^3.0.2"

0 commit comments

Comments
 (0)