Skip to content

Commit bbb5b37

Browse files
Update react monorepo to v18
1 parent 50ff96b commit bbb5b37

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
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.45",
102-
"@types/react-dom": "16.9.19",
101+
"@types/react": "18.2.21",
102+
"@types/react-dom": "18.2.7",
103103
"@types/hoist-non-react-statics": "3.3.1"
104104
},
105105
"jest": {

yarn.lock

Lines changed: 9 additions & 9 deletions
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.19":
2918-
version "16.9.19"
2919-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.19.tgz#6a139c26b02dec533a7fa131f084561babb10a8f"
2920-
integrity sha512-xC8D280Bf6p0zguJ8g62jcEOKZiUbx9sIe6O3tT/lKfR87A7A6g65q13z6D5QUMIa/6yFPkNhqjF5z/VVZEYqQ==
2917+
"@types/react-dom@18.2.7":
2918+
version "18.2.7"
2919+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63"
2920+
integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==
29212921
dependencies:
2922-
"@types/react" "^16"
2922+
"@types/react" "*"
29232923

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

2976-
"@types/react@*", "@types/react@16.14.45", "@types/react@>=16.9.0", "@types/react@^16":
2977-
version "16.14.45"
2978-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.45.tgz#c505c96adf959971fc97b4687187c871765a6ae4"
2979-
integrity sha512-XFtKkY3yuPO5VJSE6Lru9yLkVQvYE+l6NbmLp6IWCg4jo5S8Ijbpke8wC9q4NmQ5pJErT8KKboG5eY7n5n718A==
2976+
"@types/react@*", "@types/react@18.2.21", "@types/react@>=16.9.0", "@types/react@^16":
2977+
version "18.2.21"
2978+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
2979+
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
29802980
dependencies:
29812981
"@types/prop-types" "*"
29822982
"@types/scheduler" "*"

0 commit comments

Comments
 (0)