Skip to content

Commit

Permalink
Bump react-dom and @types/react-dom
Browse files Browse the repository at this point in the history
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together.

Updates `react-dom` from 18.2.0 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-dom)

Updates `@types/react-dom` from 18.2.23 to 19.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent e0bc8c3 commit bf639a3
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 62 deletions.
4 changes: 2 additions & 2 deletions apps/account-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"keycloak-masthead": "999.0.0-SNAPSHOT",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^12.2.0",
"react-router-dom": "6.28.0",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@types/lodash-es": "^4.17.9",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"vite": "^6.0.1",
"vite-plugin-checker": "^0.7.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"keycloak-js": "999.0.0-SNAPSHOT",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.52.1",
Expand All @@ -101,7 +101,7 @@
"@types/flat": "^5.0.2",
"@types/lodash-es": "^4.17.9",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"cypress": "^13.16.0",
"jsdom": "^24.1.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/keycloak-masthead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@patternfly/react-core": "^4.276.6",
"keycloak-js": "999.0.0-SNAPSHOT",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@patternfly/react-core": "^4.267.6",
"react-hook-form": "7.52.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^6.0.1",
Expand Down
113 changes: 59 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf639a3

Please sign in to comment.