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.17 to 19.0.10
- [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 Feb 22, 2025
1 parent 28ed140 commit 9391e43
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 42 deletions.
69 changes: 29 additions & 40 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 @@ -25,7 +25,7 @@
"@tabler/icons-react": "^3.30.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22.13.5",
"@types/react": "^18.0.28",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
Expand All @@ -47,7 +47,7 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
"react": "^18.2.0",
"react": "^19.0.0",
"react-compiler-runtime": "^19.0.0-beta-27714ef-20250124",
"react-dom": "^18.2.0",
"recharts": "^2.15.1",
Expand Down

0 comments on commit 9391e43

Please sign in to comment.