Skip to content

Commit d39cce4

Browse files
chore(deps): update react monorepo to v18
1 parent b94bfee commit d39cce4

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.66",
107-
"@types/react-dom": "17.0.21",
106+
"@types/react": "18.2.30",
107+
"@types/react-dom": "18.2.14",
108108
"@types/hoist-non-react-statics": "3.3.3",
109109
"@babel/preset-env": "7.23.2",
110110
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4663,20 +4663,20 @@
46634663
"@types/react" "*"
46644664
"@types/reactcss" "*"
46654665

4666-
"@types/react-dom@17.0.21", "@types/react-dom@>=16.9.0":
4667-
version "17.0.21"
4668-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.21.tgz#85d56965483ce4850f5f03f9234e54a1f47786e5"
4669-
integrity sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==
4670-
dependencies:
4671-
"@types/react" "^17"
4672-
46734666
"@types/react-dom@17.0.3":
46744667
version "17.0.3"
46754668
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.3.tgz#7fdf37b8af9d6d40127137865bb3fff8871d7ee1"
46764669
integrity sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==
46774670
dependencies:
46784671
"@types/react" "*"
46794672

4673+
"@types/react-dom@18.2.14", "@types/react-dom@>=16.9.0":
4674+
version "18.2.14"
4675+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.14.tgz#c01ba40e5bb57fc1dc41569bb3ccdb19eab1c539"
4676+
integrity sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==
4677+
dependencies:
4678+
"@types/react" "*"
4679+
46804680
"@types/react-lifecycles-compat@3.0.1":
46814681
version "3.0.1"
46824682
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -4749,10 +4749,10 @@
47494749
dependencies:
47504750
"@types/react" "^16"
47514751

4752-
"@types/react@*", "@types/react@17.0.66", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
4753-
version "17.0.66"
4754-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.66.tgz#4b3bfd6dd5ee37835f60d4a9325cff974b064126"
4755-
integrity sha512-azQzO1tuioq9M4vVKzzdBgG5KfLhyocYkRlJMBDcrJ7bUzyjR7QIGbZk2zH7sB5KpXRWoZJQ3CznVyhDS/swxA==
4752+
"@types/react@*", "@types/react@18.2.30", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
4753+
version "18.2.30"
4754+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b"
4755+
integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==
47564756
dependencies:
47574757
"@types/prop-types" "*"
47584758
"@types/scheduler" "*"

0 commit comments

Comments
 (0)