Skip to content

Commit d05d894

Browse files
Update react monorepo to v18
1 parent a20482e commit d05d894

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.60",
112-
"@types/react-dom": "17.0.20",
111+
"@types/react": "18.2.9",
112+
"@types/react-dom": "18.2.4",
113113
"@types/hoist-non-react-statics": "3.3.1",
114114
"@babel/preset-env": "7.22.4",
115115
"hoist-non-react-statics": "^3.3.0"

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5237,20 +5237,20 @@
52375237
"@types/react" "*"
52385238
"@types/reactcss" "*"
52395239

5240-
"@types/[email protected]", "@types/react-dom@>=16.9.0":
5241-
version "17.0.20"
5242-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53"
5243-
integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
5244-
dependencies:
5245-
"@types/react" "^17"
5246-
52475240
52485241
version "17.0.6"
52495242
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.6.tgz#c158325cf91b196270bc0f4af73463f149e7eafe"
52505243
integrity sha512-MGTI+TudxAnGTj8aco8mogaPSJGK2Whje7OZh1CxNLRyhJpTZg/pGQpIbCT0eCVFQyH7UFpdvCqQEThHIp/gsA==
52515244
dependencies:
52525245
"@types/react" "*"
52535246

5247+
"@types/[email protected]", "@types/react-dom@>=16.9.0":
5248+
version "18.2.4"
5249+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.4.tgz#13f25bfbf4e404d26f62ac6e406591451acba9e0"
5250+
integrity sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==
5251+
dependencies:
5252+
"@types/react" "*"
5253+
52545254
52555255
version "3.0.1"
52565256
resolved "https://registry.yarnpkg.com/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.1.tgz#a0b1fe18cfb9435bd52737829a69cbe93faf32e2"
@@ -5330,10 +5330,10 @@
53305330
dependencies:
53315331
"@types/react" "^16"
53325332

5333-
"@types/react@*", "@types/react@17.0.60", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
5334-
version "17.0.60"
5335-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.60.tgz#a4a97dcdbebad76612c188fc06440e4995fd8ad2"
5336-
integrity sha512-pCH7bqWIfzHs3D+PDs3O/COCQJka+Kcw3RnO9rFA2zalqoXg7cNjJDh6mZ7oRtY1wmY4LVwDdAbA1F7Z8tv3BQ==
5333+
"@types/react@*", "@types/react@18.2.9", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22":
5334+
version "18.2.9"
5335+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.9.tgz#9207f8571afdc59a9c9c30df50e8ad2591ecefaf"
5336+
integrity sha512-pL3JAesUkF7PEQGxh5XOwdXGV907te6m1/Qe1ERJLgomojS6Ne790QiA7GUl434JEkFA2aAaB6qJ5z4e1zJn/w==
53375337
dependencies:
53385338
"@types/prop-types" "*"
53395339
"@types/scheduler" "*"

0 commit comments

Comments
 (0)