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.12 to 19.0.1
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 64ebd6f commit 642a6a7
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 207 deletions.
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"next": "^15",
"react": "^18",
"react": "^19",
"react-dom": "^18"
},
"devDependencies": {
Expand All @@ -29,7 +29,7 @@
"@storybook/theming": "^8.4.6",
"@types/eslint": "^9",
"@types/node": "^22",
"@types/react": "^18",
"@types/react": "^19",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "^15",
Expand Down
Loading

0 comments on commit 642a6a7

Please sign in to comment.