Skip to content

Commit

Permalink
chore(deps): 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.9 to 19.0.8
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent e5de240 commit a8f6a08
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 78 deletions.
175 changes: 99 additions & 76 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 @@ -23,7 +23,7 @@
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.5.0",
"@types/node": "22.10.10",
"@types/react": "18.3.9",
"@types/react": "19.0.8",
"@types/react-dom": "18.3.0",
"@uiw/codemirror-theme-eclipse": "^4.23.7",
"@uiw/codemirror-theme-vscode": "^4.23.7",
Expand All @@ -38,7 +38,7 @@
"next": "^15.1.6",
"next-auth": "^4.24.11",
"postcss": "^8.5.1",
"react": "18.3.1",
"react": "19.0.0",
"react-big-calendar": "^1.17.1",
"react-datetime-picker": "^6.0.1",
"react-dom": "18.3.1",
Expand Down

0 comments on commit a8f6a08

Please sign in to comment.