Skip to content

Commit

Permalink
Bump react-dom from 18.3.1 to 19.0.0
Browse files Browse the repository at this point in the history
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.0.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 0fb9ad0 commit 876c17d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-beautiful-dnd": "^13.1.1",
"react-csv": "^2.2.2",
"react-datepicker": "^7.6.0",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-google-recaptcha": "^3.1.0",
"react-image-crop": "^11.0.7",
"react-intersection-observer": "^9.14.1",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9609,7 +9609,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^18.2.0, react-dom@npm:^18.3.1":
"react-dom@npm:^18.2.0":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
dependencies:
Expand All @@ -9621,6 +9621,17 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^19.0.0":
version: 19.0.0
resolution: "react-dom@npm:19.0.0"
dependencies:
scheduler: "npm:^0.25.0"
peerDependencies:
react: ^19.0.0
checksum: 10c0/a36ce7ab507b237ae2759c984cdaad4af4096d8199fb65b3815c16825e5cfeb7293da790a3fc2184b52bfba7ba3ff31c058c01947aff6fd1a3701632aabaa6a9
languageName: node
linkType: hard

"react-fast-compare@npm:^3.0.1":
version: 3.2.0
resolution: "react-fast-compare@npm:3.2.0"
Expand Down Expand Up @@ -10222,7 +10233,7 @@ __metadata:
react-beautiful-dnd: "npm:^13.1.1"
react-csv: "npm:^2.2.2"
react-datepicker: "npm:^7.6.0"
react-dom: "npm:^18.3.1"
react-dom: "npm:^19.0.0"
react-google-recaptcha: "npm:^3.1.0"
react-image-crop: "npm:^11.0.7"
react-intersection-observer: "npm:^9.14.1"
Expand Down Expand Up @@ -10377,6 +10388,13 @@ __metadata:
languageName: node
linkType: hard

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

"schema-utils@npm:^3.0.0, schema-utils@npm:^3.2.0, schema-utils@npm:^3.3.0":
version: 3.3.0
resolution: "schema-utils@npm:3.3.0"
Expand Down

0 comments on commit 876c17d

Please sign in to comment.