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.12 to 19.0.9
- [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: "@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 Feb 17, 2025
1 parent 3c2272d commit 4aa2acc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 @@ -24,7 +24,7 @@
"@mui/material-nextjs": "^6.4.3",
"lodash": "^4.17.21",
"next": "^15.1.6",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"smplr": "^0.16.1",
"swr": "^2.3.0",
Expand All @@ -38,7 +38,7 @@
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/node": "22.13.0",
"@types/react": "^18.3.12",
"@types/react": "^19.0.9",
"@types/react-dom": "18.3.1",
"@types/webmidi": "^2.1.0",
"eslint": "8.51.0",
Expand Down

0 comments on commit 4aa2acc

Please sign in to comment.