Skip to content

Commit 3c02ac0

Browse files
Update react monorepo to v18
1 parent c3236fb commit 3c02ac0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"typescript": "4.2.3"
9999
},
100100
"resolutions": {
101-
"@types/react": "16.14.35",
102-
"@types/react-dom": "16.9.18",
101+
"@types/react": "18.0.30",
102+
"@types/react-dom": "18.0.11",
103103
"@types/hoist-non-react-statics": "3.3.1"
104104
},
105105
"jest": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2914,12 +2914,12 @@
29142914
dependencies:
29152915
"@types/react" "^16"
29162916

2917-
"@types/react-dom@16.9.18":
2918-
version "16.9.18"
2919-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.18.tgz#1fda8b84370b1339d639a797a84c16d5a195b419"
2920-
integrity sha512-lmNARUX3+rNF/nmoAFqasG0jAA7q6MeGZK/fdeLwY3kAA4NPgHHrG5bNQe2B5xmD4B+x6Z6h0rEJQ7MEEgQxsw==
2917+
"@types/react-dom@18.0.11":
2918+
version "18.0.11"
2919+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.11.tgz#321351c1459bc9ca3d216aefc8a167beec334e33"
2920+
integrity sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==
29212921
dependencies:
2922-
"@types/react" "^16"
2922+
"@types/react" "*"
29232923

29242924
29252925
version "4.1.1"
@@ -2973,10 +2973,10 @@
29732973
dependencies:
29742974
"@types/react" "*"
29752975

2976-
"@types/react@*", "@types/react@16.14.35", "@types/react@>=16.9.0", "@types/react@^16":
2977-
version "16.14.35"
2978-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.35.tgz#9d3cf047d85aca8006c4776693124a5be90ee429"
2979-
integrity sha512-NUEiwmSS1XXtmBcsm1NyRRPYjoZF2YTE89/5QiLt5mlGffYK9FQqOKuOLuXNrjPQV04oQgaZG+Yq02ZfHoFyyg==
2976+
"@types/react@*", "@types/react@18.0.30", "@types/react@>=16.9.0", "@types/react@^16":
2977+
version "18.0.30"
2978+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.30.tgz#83944e679fc7aeab3f042b76d63c4d755b56b7c4"
2979+
integrity sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA==
29802980
dependencies:
29812981
"@types/prop-types" "*"
29822982
"@types/scheduler" "*"

0 commit comments

Comments
 (0)