Skip to content

Commit bc3fc41

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

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
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.6",
102+
"@types/react-dom": "19.0.3",
103103
"@types/hoist-non-react-statics": "3.3.6"
104104
},
105105
"jest": {

yarn.lock

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

2917-
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==
2921-
dependencies:
2922-
"@types/react" "^16"
2917+
2918+
version "19.0.3"
2919+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
2920+
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==
29232921

29242922
29252923
version "4.1.1"
@@ -2973,13 +2971,11 @@
29732971
dependencies:
29742972
"@types/react" "*"
29752973

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==
2974+
"@types/react@*", "@types/react@19.0.6", "@types/react@>=16.9.0", "@types/react@^16":
2975+
version "19.0.6"
2976+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.6.tgz#98deae4c5c4b24735e5d9e341302f9ebd45e80d3"
2977+
integrity sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==
29802978
dependencies:
2981-
"@types/prop-types" "*"
2982-
"@types/scheduler" "*"
29832979
csstype "^3.0.2"
29842980

29852981

0 commit comments

Comments
 (0)