Skip to content

Commit 6a2ed68

Browse files
Update react monorepo to v19
1 parent c0c0187 commit 6a2ed68

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

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

yarn.lock

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,12 +2913,10 @@
29132913
dependencies:
29142914
"@types/react" "^16"
29152915

2916-
2917-
version "16.9.20"
2918-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.20.tgz#39eff50cf3f88d6c05647ffb178af36a0ddf11a1"
2919-
integrity sha512-sYJBek61QO1qeZOnGy79jOaQnQK/sT5CHK0gmwEhMzbhrgpRWoxdEXRaaR96vGfRttWliKG82SVrWbc6WRNwng==
2920-
dependencies:
2921-
"@types/react" "^16"
2916+
2917+
version "19.1.7"
2918+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.7.tgz#2863f2aa89e023592b981204ef92c5221b286410"
2919+
integrity sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==
29222920

29232921
29242922
version "4.1.1"
@@ -2972,13 +2970,11 @@
29722970
dependencies:
29732971
"@types/react" "*"
29742972

2975-
"@types/react@*", "@types/react@16.14.47", "@types/react@>=16.9.0", "@types/react@^16":
2976-
version "16.14.47"
2977-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.47.tgz#7f19fc5008c713b3ec2811faf9e7d014110b460e"
2978-
integrity sha512-m0EmmY73mbQegA+aqo0+O/hHU9iTi+hNYotJ3cM4sLFox8NqZv3XVXQhhqpd3YH6YC7h+YIyJFd36O5KlaJLCA==
2973+
"@types/react@*", "@types/react@19.1.9", "@types/react@>=16.9.0", "@types/react@^16":
2974+
version "19.1.9"
2975+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.9.tgz#f42b24f35474566a39b5c3a98e4d0c425b79a849"
2976+
integrity sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==
29792977
dependencies:
2980-
"@types/prop-types" "*"
2981-
"@types/scheduler" "*"
29822978
csstype "^3.0.2"
29832979

29842980

0 commit comments

Comments
 (0)