Skip to content

Commit 4e1f604

Browse files
Update react monorepo to v18
1 parent 78972ec commit 4e1f604

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
@@ -99,8 +99,8 @@
9999
"yarn": "1.22.11"
100100
},
101101
"resolutions": {
102-
"@types/react": "17.0.66",
103-
"@types/react-dom": "17.0.21",
102+
"@types/react": "18.2.29",
103+
"@types/react-dom": "18.2.14",
104104
"@types/hoist-non-react-statics": "3.3.3",
105105
"hoist-non-react-statics": "^3.3.0"
106106
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,20 +3787,20 @@
37873787
"@types/react" "*"
37883788
"@types/reactcss" "*"
37893789

3790-
"@types/[email protected]", "@types/react-dom@>=16.9.0":
3791-
version "17.0.21"
3792-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.21.tgz#85d56965483ce4850f5f03f9234e54a1f47786e5"
3793-
integrity sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==
3794-
dependencies:
3795-
"@types/react" "^17"
3796-
37973790
37983791
version "17.0.9"
37993792
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
38003793
integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
38013794
dependencies:
38023795
"@types/react" "*"
38033796

3797+
"@types/[email protected]", "@types/react-dom@>=16.9.0":
3798+
version "18.2.14"
3799+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.14.tgz#c01ba40e5bb57fc1dc41569bb3ccdb19eab1c539"
3800+
integrity sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==
3801+
dependencies:
3802+
"@types/react" "*"
3803+
38043804
38053805
version "3.0.1"
38063806
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -3856,10 +3856,10 @@
38563856
dependencies:
38573857
"@types/react" "^16"
38583858

3859-
"@types/react@*", "@types/react@17.0.66", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
3860-
version "17.0.66"
3861-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.66.tgz#4b3bfd6dd5ee37835f60d4a9325cff974b064126"
3862-
integrity sha512-azQzO1tuioq9M4vVKzzdBgG5KfLhyocYkRlJMBDcrJ7bUzyjR7QIGbZk2zH7sB5KpXRWoZJQ3CznVyhDS/swxA==
3859+
"@types/react@*", "@types/react@18.2.29", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
3860+
version "18.2.29"
3861+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27"
3862+
integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==
38633863
dependencies:
38643864
"@types/prop-types" "*"
38653865
"@types/scheduler" "*"

0 commit comments

Comments
 (0)