Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f2fcfc

Browse files
authoredOct 2, 2023
fix(deps): update dependency @types/react to v18.2.24
1 parent dbead6b commit 3f2fcfc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@testing-library/user-event": "14.4.3",
1010
"@types/jest": "29.5.5",
1111
"@types/node": "18.18.1",
12-
"@types/react": "18.2.23",
12+
"@types/react": "18.2.24",
1313
"@types/react-dom": "18.2.8",
1414
"axios": "1.5.1",
1515
"formik": "2.2.9",

‎yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,7 @@
22862286
dependencies:
22872287
"@types/react" "*"
22882288

2289-
"@types/react@*", "@types/react@18.2.23":
2289+
"@types/react@*":
22902290
version "18.2.23"
22912291
resolved "https://registry.npmjs.org/@types/react/-/react-18.2.23.tgz"
22922292
integrity sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==
@@ -2295,6 +2295,15 @@
22952295
"@types/scheduler" "*"
22962296
csstype "^3.0.2"
22972297

2298+
"@types/react@18.2.24":
2299+
version "18.2.24"
2300+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.24.tgz#3c7d68c02e0205a472f04abe4a0c1df35d995c05"
2301+
integrity sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==
2302+
dependencies:
2303+
"@types/prop-types" "*"
2304+
"@types/scheduler" "*"
2305+
csstype "^3.0.2"
2306+
22982307
"@types/resolve@1.17.1":
22992308
version "1.17.1"
23002309
resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz"

0 commit comments

Comments
 (0)
Please sign in to comment.