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.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: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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent ea9948c commit 90d8146
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 66 deletions.
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/fetch-mock": "^7.3.8",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react": "^19.0.8",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.12.2",
Expand All @@ -43,7 +43,7 @@
"node-mocks-http": "^1.16.1",
"prettier": "3.4.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-test-renderer": "^18.3.1",
Expand Down
Loading

0 comments on commit 90d8146

Please sign in to comment.