Skip to content

Commit 9307556

Browse files
Update react monorepo to v19
1 parent 61a3886 commit 9307556

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
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.47",
102-
"@types/react-dom": "16.9.20",
101+
"@types/react": "19.0.1",
102+
"@types/react-dom": "19.0.1",
103103
"@types/hoist-non-react-statics": "3.3.6"
104104
},
105105
"jest": {

yarn.lock

+9-11
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.20":
2918-
version "16.9.20"
2919-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.20.tgz#39eff50cf3f88d6c05647ffb178af36a0ddf11a1"
2920-
integrity sha512-sYJBek61QO1qeZOnGy79jOaQnQK/sT5CHK0gmwEhMzbhrgpRWoxdEXRaaR96vGfRttWliKG82SVrWbc6WRNwng==
2917+
"@types/react-dom@19.0.1":
2918+
version "19.0.1"
2919+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.1.tgz#b1032c4c3215018e4028a85a71441560216e51c6"
2920+
integrity sha512-hljHij7MpWPKF6u5vojuyfV0YA4YURsQG7KT6SzV0Zs2BXAtgdTxG6A229Ub/xiWV4w/7JL8fi6aAyjshH4meA==
29212921
dependencies:
2922-
"@types/react" "^16"
2922+
"@types/react" "*"
29232923

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

2976-
"@types/react@*", "@types/react@16.14.47", "@types/react@>=16.9.0", "@types/react@^16":
2977-
version "16.14.47"
2978-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.47.tgz#7f19fc5008c713b3ec2811faf9e7d014110b460e"
2979-
integrity sha512-m0EmmY73mbQegA+aqo0+O/hHU9iTi+hNYotJ3cM4sLFox8NqZv3XVXQhhqpd3YH6YC7h+YIyJFd36O5KlaJLCA==
2976+
"@types/react@*", "@types/react@19.0.1", "@types/react@>=16.9.0", "@types/react@^16":
2977+
version "19.0.1"
2978+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.1.tgz#a000d5b78f473732a08cecbead0f3751e550b3df"
2979+
integrity sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==
29802980
dependencies:
2981-
"@types/prop-types" "*"
2982-
"@types/scheduler" "*"
29832981
csstype "^3.0.2"
29842982

29852983

0 commit comments

Comments
 (0)