Skip to content

Commit eec432f

Browse files
chore(deps): update dependency @types/react to v18.3.3
1 parent 37f1ccd commit eec432f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/jest": "29.5.12",
6363
"@types/marked": "5.0.0",
6464
"@types/node": "20.14.14",
65-
"@types/react": "18.3.2",
65+
"@types/react": "18.3.3",
6666
"@types/react-native": "0.72.6",
6767
"@types/react-native-table-component": "1.2.8",
6868
"@types/svg-parser": "^2.0.3",
@@ -172,7 +172,7 @@
172172
"node": ">=18"
173173
},
174174
"resolutions": {
175-
"@types/react": "18.3.2",
175+
"@types/react": "18.3.3",
176176
"@types/react-native": "0.72.6"
177177
}
178178
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4105,10 +4105,10 @@
41054105
"@react-native/virtualized-lists" "^0.72.4"
41064106
"@types/react" "*"
41074107

4108-
"@types/react@*", "@types/[email protected].2":
4109-
version "18.3.2"
4110-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd"
4111-
integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==
4108+
"@types/react@*", "@types/[email protected].3":
4109+
version "18.3.3"
4110+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
4111+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
41124112
dependencies:
41134113
"@types/prop-types" "*"
41144114
csstype "^3.0.2"

0 commit comments

Comments
 (0)