Skip to content

Commit 07f6507

Browse files
Update react monorepo to v18
1 parent 26ee58b commit 07f6507

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"webpack-dev-server": "3.11.2"
109109
},
110110
"resolutions": {
111-
"@types/react": "17.0.58",
112-
"@types/react-dom": "17.0.20",
111+
"@types/react": "18.2.0",
112+
"@types/react-dom": "18.2.1",
113113
"@types/hoist-non-react-statics": "3.3.1",
114114
"@babel/preset-env": "7.21.5",
115115
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5094,20 +5094,20 @@
50945094
"@types/react" "*"
50955095
"@types/reactcss" "*"
50965096

5097-
"@types/[email protected]", "@types/react-dom@>=16.9.0":
5098-
version "17.0.20"
5099-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
5100-
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
5101-
dependencies:
5102-
"@types/react" "^17"
5103-
51045097
51055098
version "17.0.6"
51065099
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.6.tgz#c158325cf91b196270bc0f4af73463f149e7eafe"
51075100
integrity sha512-MGTI+TudxAnGTj8aco8mogaPSJGK2Whje7OZh1CxNLRyhJpTZg/pGQpIbCT0eCVFQyH7UFpdvCqQEThHIp/gsA==
51085101
dependencies:
51095102
"@types/react" "*"
51105103

5104+
"@types/[email protected]", "@types/react-dom@>=16.9.0":
5105+
version "18.2.1"
5106+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.1.tgz#663b2612feb5f6431a70207430d7c04881b87f29"
5107+
integrity sha512-8QZEV9+Kwy7tXFmjJrp3XUKQSs9LTnE0KnoUb0YCguWBiNW0Yfb2iBMYZ08WPg35IR6P3Z0s00B15SwZnO26+w==
5108+
dependencies:
5109+
"@types/react" "*"
5110+
51115111
51125112
version "3.0.1"
51135113
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -5187,10 +5187,10 @@
51875187
dependencies:
51885188
"@types/react" "^16"
51895189

5190-
"@types/react@*", "@types/react@17.0.58", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
5191-
version "17.0.58"
5192-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.58.tgz#c8bbc82114e5c29001548ebe8ed6c4ba4d3c9fb0"
5193-
integrity sha512-c1GzVY97P0fGxwGxhYq989j4XwlcHQoto6wQISOC2v6wm3h0PORRWJFHlkRjfGsiG3y1609WdQ+J+tKxvrEd6A==
5190+
"@types/react@*", "@types/react@18.2.0", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
5191+
version "18.2.0"
5192+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21"
5193+
integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==
51945194
dependencies:
51955195
"@types/prop-types" "*"
51965196
"@types/scheduler" "*"

0 commit comments

Comments
 (0)