Skip to content

Commit

Permalink
Bump react 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) 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 `@types/react` from 18.3.13 to 19.0.7
- [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:development
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 96128f7 commit b7ee628
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 25 deletions.
59 changes: 36 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@testing-library/react": "~16.2.0",
"@testing-library/user-event": "~14.6.1",
"@types/jest": "~29.5.14",
"@types/react": "^18.3.13",
"@types/react": "^19.0.7",
"@types/react-dom": "^18.3.1",
"babel-jest": "~29.7.0",
"babel-loader": "~9.2.1",
Expand All @@ -91,7 +91,7 @@
"postcss": "~8.5.1",
"prettier": "^3.4.2",
"prop-types": "~15.8.1",
"react": "~18.3.1",
"react": "~19.0.0",
"react-dom": "~18.3.1",
"rollup": "~4.30.1",
"rollup-plugin-scss": "~4.0.1",
Expand Down

0 comments on commit b7ee628

Please sign in to comment.