Skip to content

Commit c32975e

Browse files
fix(deps): update react monorepo
1 parent dbead6b commit c32975e

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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",
13-
"@types/react-dom": "18.2.8",
12+
"@types/react": "18.2.79",
13+
"@types/react-dom": "18.2.25",
1414
"axios": "1.5.1",
1515
"formik": "2.2.9",
1616
"framer-motion": "^10.0.0",

yarn.lock

+17-2
Original file line numberDiff line numberDiff line change
@@ -2279,14 +2279,21 @@
22792279
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz"
22802280
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
22812281

2282-
"@types/[email protected]", "@types/react-dom@^18.0.0":
2282+
2283+
version "18.2.25"
2284+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.25.tgz#2946a30081f53e7c8d585eb138277245caedc521"
2285+
integrity sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==
2286+
dependencies:
2287+
"@types/react" "*"
2288+
2289+
"@types/react-dom@^18.0.0":
22832290
version "18.2.8"
22842291
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.8.tgz"
22852292
integrity sha512-bAIvO5lN/U8sPGvs1Xm61rlRHHaq5rp5N3kp9C+NJ/Q41P8iqjkXSu0+/qu8POsjH9pNWb0OYabFez7taP7omw==
22862293
dependencies:
22872294
"@types/react" "*"
22882295

2289-
"@types/react@*", "@types/[email protected]":
2296+
"@types/react@*":
22902297
version "18.2.23"
22912298
resolved "https://registry.npmjs.org/@types/react/-/react-18.2.23.tgz"
22922299
integrity sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==
@@ -2295,6 +2302,14 @@
22952302
"@types/scheduler" "*"
22962303
csstype "^3.0.2"
22972304

2305+
2306+
version "18.2.79"
2307+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.79.tgz#c40efb4f255711f554d47b449f796d1c7756d865"
2308+
integrity sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==
2309+
dependencies:
2310+
"@types/prop-types" "*"
2311+
csstype "^3.0.2"
2312+
22982313
22992314
version "1.17.1"
23002315
resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz"

0 commit comments

Comments
 (0)