Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react monorepo to v19 (major) #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"final-form": "^4.18.6",
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-final-form": "^6.3.3",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1805,8 +1805,8 @@ __metadata:
enzyme-to-json: "npm:^3.3.4"
final-form: "npm:^4.18.6"
prop-types: "npm:^15.6.0"
react: "npm:^16.3.1"
react-dom: "npm:^16.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^19.0.0"
react-final-form: "npm:^6.3.3"
react-redux: "npm:^5.0.7"
redux: "npm:^4.0.0"
Expand Down Expand Up @@ -2026,17 +2026,14 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^16.3.1":
version: 16.14.0
resolution: "react-dom@npm:16.14.0"
"react-dom@npm:^19.0.0":
version: 19.0.0
resolution: "react-dom@npm:19.0.0"
dependencies:
loose-envify: "npm:^1.1.0"
object-assign: "npm:^4.1.1"
prop-types: "npm:^15.6.2"
scheduler: "npm:^0.19.1"
scheduler: "npm:^0.25.0"
peerDependencies:
react: ^16.14.0
checksum: 10/d59f3376ab41ee874fbb9bd738160f6d70f619b4cba40531d5c60dfa289c216cff4d5e6552babdf59843a1a8e7f08faf4a746bf4df6c68d2b406a6c13bdbd92b
react: ^19.0.0
checksum: 10/aa64a2f1991042f516260e8b0eca0ae777b6c8f1aa2b5ae096e80bbb6ac9b005aef2bca697969841d34f7e1819556263476bdfea36c35092e8d9aefde3de2d9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -2098,14 +2095,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^16.3.1":
version: 16.14.0
resolution: "react@npm:16.14.0"
dependencies:
loose-envify: "npm:^1.1.0"
object-assign: "npm:^4.1.1"
prop-types: "npm:^15.6.2"
checksum: 10/ee04c82f5ecb70fe15a48d8cfc3fb20ce2f7e65277d4adcb56a0ac2b82c54550d4c65eabce0d5dc0cc90d053831b9586d72ee515b11cdf0c5436c7f95aafdcda
"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10/2490969c503f644703c88990d20e4011fa6119ddeca451e9de48f6d7ab058d670d2852a5fcd3aa3cd90a923ab2815d532637bd4a814add402ae5c0d4f129ee71
languageName: node
linkType: hard

Expand Down Expand Up @@ -2235,6 +2228,13 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.25.0":
version: 0.25.0
resolution: "scheduler@npm:0.25.0"
checksum: 10/e661e38503ab29a153429a99203fefa764f28b35c079719eb5efdd2c1c1086522f6653d8ffce388209682c23891a6d1d32fa6badf53c35fb5b9cd0c55ace42de
languageName: node
linkType: hard

"semver@npm:^5.3.0, semver@npm:^5.7.0, semver@npm:^5.7.1":
version: 5.7.2
resolution: "semver@npm:5.7.2"
Expand Down
Loading