Skip to content

Commit b9f865c

Browse files
Update react monorepo to v18
1 parent 4b97c6c commit b9f865c

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
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.66",
112-
"@types/react-dom": "17.0.21",
111+
"@types/react": "18.3.12",
112+
"@types/react-dom": "18.3.1",
113113
"@types/hoist-non-react-statics": "3.3.5",
114114
"@babel/preset-env": "7.25.8",
115115
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4799,20 +4799,20 @@
47994799
"@types/react" "*"
48004800
"@types/reactcss" "*"
48014801

4802-
"@types/[email protected]", "@types/react-dom@>=16.9.0":
4803-
version "17.0.21"
4804-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.21.tgz#85d56965483ce4850f5f03f9234e54a1f47786e5"
4805-
integrity sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==
4806-
dependencies:
4807-
"@types/react" "^17"
4808-
48094802
48104803
version "17.0.6"
48114804
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.6.tgz#c158325cf91b196270bc0f4af73463f149e7eafe"
48124805
integrity sha512-MGTI+TudxAnGTj8aco8mogaPSJGK2Whje7OZh1CxNLRyhJpTZg/pGQpIbCT0eCVFQyH7UFpdvCqQEThHIp/gsA==
48134806
dependencies:
48144807
"@types/react" "*"
48154808

4809+
"@types/[email protected]", "@types/react-dom@>=16.9.0":
4810+
version "18.3.1"
4811+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.1.tgz#1e4654c08a9cdcfb6594c780ac59b55aad42fe07"
4812+
integrity sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==
4813+
dependencies:
4814+
"@types/react" "*"
4815+
48164816
48174817
version "3.0.1"
48184818
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -4892,13 +4892,12 @@
48924892
dependencies:
48934893
"@types/react" "^16"
48944894

4895-
"@types/react@*", "@types/react@17.0.66", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
4896-
version "17.0.66"
4897-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.66.tgz#4b3bfd6dd5ee37835f60d4a9325cff974b064126"
4898-
integrity sha512-azQzO1tuioq9M4vVKzzdBgG5KfLhyocYkRlJMBDcrJ7bUzyjR7QIGbZk2zH7sB5KpXRWoZJQ3CznVyhDS/swxA==
4895+
"@types/react@*", "@types/react@18.3.12", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
4896+
version "18.3.12"
4897+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
4898+
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
48994899
dependencies:
49004900
"@types/prop-types" "*"
4901-
"@types/scheduler" "*"
49024901
csstype "^3.0.2"
49034902

49044903

0 commit comments

Comments
 (0)