Skip to content

Commit c705c16

Browse files
Update react monorepo to v18
1 parent 369dc3c commit c705c16

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.53",
112-
"@types/react-dom": "17.0.19",
111+
"@types/react": "18.0.31",
112+
"@types/react-dom": "18.0.11",
113113
"@types/hoist-non-react-statics": "3.3.1",
114114
"@babel/preset-env": "7.20.2",
115115
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4952,20 +4952,20 @@
49524952
"@types/react" "*"
49534953
"@types/reactcss" "*"
49544954

4955-
"@types/[email protected]", "@types/react-dom@>=16.9.0":
4956-
version "17.0.19"
4957-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.19.tgz#36feef3aa35d045cacd5ed60fe0eef5272f19492"
4958-
integrity sha512-PiYG40pnQRdPHnlf7tZnp0aQ6q9tspYr72vD61saO6zFCybLfMqwUCN0va1/P+86DXn18ZWeW30Bk7xlC5eEAQ==
4959-
dependencies:
4960-
"@types/react" "^17"
4961-
49624955
49634956
version "17.0.6"
49644957
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.6.tgz#c158325cf91b196270bc0f4af73463f149e7eafe"
49654958
integrity sha512-MGTI+TudxAnGTj8aco8mogaPSJGK2Whje7OZh1CxNLRyhJpTZg/pGQpIbCT0eCVFQyH7UFpdvCqQEThHIp/gsA==
49664959
dependencies:
49674960
"@types/react" "*"
49684961

4962+
"@types/[email protected]", "@types/react-dom@>=16.9.0":
4963+
version "18.0.11"
4964+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.11.tgz#321351c1459bc9ca3d216aefc8a167beec334e33"
4965+
integrity sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==
4966+
dependencies:
4967+
"@types/react" "*"
4968+
49694969
49704970
version "3.0.1"
49714971
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -5045,10 +5045,10 @@
50455045
dependencies:
50465046
"@types/react" "^16"
50475047

5048-
"@types/react@*", "@types/react@17.0.53", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
5049-
version "17.0.53"
5050-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
5051-
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==
5048+
"@types/react@*", "@types/react@18.0.31", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
5049+
version "18.0.31"
5050+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.31.tgz#a69ef8dd7bfa849734d258c793a8fe343a338205"
5051+
integrity sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww==
50525052
dependencies:
50535053
"@types/prop-types" "*"
50545054
"@types/scheduler" "*"

0 commit comments

Comments
 (0)