Skip to content

Commit

Permalink
build(dev-deps): bump react and @types/react in /e2e/release/sample
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.61 to 18.3.3
- [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-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 and ivangabriele committed Jun 19, 2024
1 parent 429af53 commit fcddfba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 8 additions & 14 deletions e2e/release/sample/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 e2e/release/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@sentry/react": "7.104.0",
"cypress": "13.12.0",
"formik": "2.4.5",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"rsuite": "5.60.0",
"styled-components": "6.1.9"
},
"devDependencies": {
"@tsconfig/vite-react": "3.0.2",
"@types/node": "20.12.7",
"@types/react": "18.2.61",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.23",
"@vitejs/plugin-react": "4.2.1",
"prettier": "3.2.5",
Expand Down

0 comments on commit fcddfba

Please sign in to comment.