Skip to content

Commit cf0f028

Browse files
chore(deps): update react monorepo to v18
1 parent 346e254 commit cf0f028

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"webpack-dev-server": "3.11.2"
104104
},
105105
"resolutions": {
106-
"@types/react": "17.0.64",
107-
"@types/react-dom": "17.0.20",
106+
"@types/react": "18.2.21",
107+
"@types/react-dom": "18.2.7",
108108
"@types/hoist-non-react-statics": "3.3.1",
109109
"@babel/preset-env": "7.22.10",
110110
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4547,20 +4547,20 @@
45474547
"@types/react" "*"
45484548
"@types/reactcss" "*"
45494549

4550-
"@types/react-dom@17.0.20", "@types/react-dom@>=16.9.0":
4551-
version "17.0.20"
4552-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
4553-
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
4554-
dependencies:
4555-
"@types/react" "^17"
4556-
45574550
"@types/react-dom@17.0.3":
45584551
version "17.0.3"
45594552
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.3.tgz#7fdf37b8af9d6d40127137865bb3fff8871d7ee1"
45604553
integrity sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==
45614554
dependencies:
45624555
"@types/react" "*"
45634556

4557+
"@types/react-dom@18.2.7", "@types/react-dom@>=16.9.0":
4558+
version "18.2.7"
4559+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63"
4560+
integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==
4561+
dependencies:
4562+
"@types/react" "*"
4563+
45644564
"@types/react-lifecycles-compat@3.0.1":
45654565
version "3.0.1"
45664566
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -4633,10 +4633,10 @@
46334633
dependencies:
46344634
"@types/react" "^16"
46354635

4636-
"@types/react@*", "@types/react@17.0.64", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
4637-
version "17.0.64"
4638-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.64.tgz#468162c66c33ddb4548eb1a0e36682028d9e9a62"
4639-
integrity sha512-IlgbX/vglDTwrCRgad6fTCzOT+D/5C0xwuvrzfuqfhg9gJrkFqAGADpUFlEtqbrP1IEo9QLSbo41MaFfoIu9Aw==
4636+
"@types/react@*", "@types/react@18.2.21", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
4637+
version "18.2.21"
4638+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
4639+
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
46404640
dependencies:
46414641
"@types/prop-types" "*"
46424642
"@types/scheduler" "*"

0 commit comments

Comments
 (0)