Skip to content

Commit

Permalink
build(deps-dev): 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent e25df90 commit 2db45e3
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 31 deletions.
74 changes: 45 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"preact": "10.25.1",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-router-dom": "5.3.4",
"rimraf": "6.0.1",
"stats-webpack-plugin": "0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-router-dom": "5.3.4",
"rimraf": "6.0.1",
"storybook": "8.4.7",
Expand Down

0 comments on commit 2db45e3

Please sign in to comment.