Skip to content

Commit

Permalink
build(deps): bump react, react-dom and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` 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)

Updates `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)

Updates `@types/react` from 18.3.12 to 19.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 453e3e2 commit 18f86be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/react/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"bootswatch": "5.3.3",
"lodash": "4.17.21",
"path-browserify": "1.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.53.2",
"react-jhipster": "0.25.3",
"react-loadable": "5.5.0",
Expand All @@ -36,7 +36,7 @@
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/node": "20.11.25",
"@types/react": "18.3.12",
"@types/react": "19.0.0",
"@types/react-dom": "18.3.1",
"@types/react-redux": "7.1.34",
"@types/redux": "3.6.31",
Expand Down

0 comments on commit 18f86be

Please sign in to comment.