Skip to content

Commit

Permalink
build(deps): bump react and @types/react in /services/web
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.18 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 3957d8e commit a5a9e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"query-string": "^7.1.3",
"ra-core": "^5.5.3",
"ra-i18n-polyglot": "^5.5.3",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-router": "^6.28.1",
Expand All @@ -74,7 +74,7 @@
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/node": "^22.13.0",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.3.5",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
Expand Down

0 comments on commit a5a9e16

Please sign in to comment.