Skip to content

Commit

Permalink
Bump react and @types/react in /js
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.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/HEAD/packages/react)

Updates `@types/react` from 18.2.48 to 18.3.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-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 Apr 26, 2024
1 parent 0178a91 commit ea1425d
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 166 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 @@ -18,7 +18,7 @@
"keycloak-js": "workspace:*",
"keycloak-masthead": "workspace:*",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-i18next": "^14.0.1",
Expand All @@ -29,7 +29,7 @@
"@keycloak/keycloak-admin-client": "workspace:*",
"@playwright/test": "^1.41.1",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.48",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"lightningcss": "^1.23.0",
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 @@ -78,7 +78,7 @@
"keycloak-js": "workspace:*",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.45.0",
"react": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3",
Expand All @@ -96,7 +96,7 @@
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.48",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react-swc": "^3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions js/libs/keycloak-masthead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"@patternfly/react-core": "^4.278.0",
"@patternfly/react-styles": "^4.92.8",
"keycloak-js": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
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 @@ -45,14 +45,14 @@
"@patternfly/react-icons": "^4.93.7",
"i18next": "^23.7.19",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.49.3",
"react-i18next": "^14.0.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.48",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
Loading

0 comments on commit ea1425d

Please sign in to comment.