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.2.0 to 18.3.1
- [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/v18.3.1/packages/react)

Updates `@types/react` from 18.2.75 to 18.3.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:development
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent ab9367e commit d20c5f6
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 109 deletions.
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"@testing-library/react": "14.3.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.2.75",
"@types/react": "18.3.1",
"@types/testing-library__jest-dom": "5.14.9",
"@vitejs/plugin-react": "4.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.1.4",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"rollup": "4.14.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@storybook/addon-viewport": "8.0.9",
"@storybook/react": "8.0.9",
"@storybook/react-vite": "8.0.9",
"@types/react": "18.2.75",
"@types/react": "18.3.1",
"@types/react-dom": "18.2.24",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"storybook": "8.0.9",
Expand Down
Loading

0 comments on commit d20c5f6

Please sign in to comment.