Skip to content

Commit 48ce36e

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

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-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.30",
13+
"@types/react-dom": "18.2.14",
1414
"axios": "1.5.1",
1515
"formik": "2.2.9",
1616
"framer-motion": "^10.0.0",

yarn.lock

+18-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.14"
2284+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.14.tgz#c01ba40e5bb57fc1dc41569bb3ccdb19eab1c539"
2285+
integrity sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==
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,15 @@
22952302
"@types/scheduler" "*"
22962303
csstype "^3.0.2"
22972304

2305+
2306+
version "18.2.30"
2307+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b"
2308+
integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==
2309+
dependencies:
2310+
"@types/prop-types" "*"
2311+
"@types/scheduler" "*"
2312+
csstype "^3.0.2"
2313+
22982314
22992315
version "1.17.1"
23002316
resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz"

0 commit comments

Comments
 (0)