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.0
- [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 6, 2024
1 parent 83b324d commit 0a31b31
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 165 deletions.
4 changes: 2 additions & 2 deletions js/apps/account-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"i18next-http-backend": "^3.0.1",
"keycloak-js": "workspace:*",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.2",
Expand All @@ -43,7 +43,7 @@
"@keycloak/keycloak-admin-client": "workspace:*",
"@playwright/test": "^1.49.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"lightningcss": "^1.28.2",
Expand Down
4 changes: 2 additions & 2 deletions js/apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"lodash-es": "^4.17.21",
"monaco-editor": "^0.52.0",
"p-debounce": "^4.0.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.2",
Expand All @@ -106,7 +106,7 @@
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
Expand Down
4 changes: 2 additions & 2 deletions js/libs/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"i18next": "^24.0.2",
"keycloak-js": "workspace:*",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-hook-form": "7.53.2",
"react-i18next": "^15.1.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
Loading

0 comments on commit 0a31b31

Please sign in to comment.