-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade to version 25.0.4 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * changed folder name Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> --------- Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
- Loading branch information
Showing
25 changed files
with
587 additions
and
801 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "vite-project", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview", | ||
"start-keycloak": "node ./start-server.js --account-dev" | ||
}, | ||
"dependencies": { | ||
"@keycloak/keycloak-account-ui": "^25.0.4", | ||
"@keycloak/keycloak-ui-shared": "^25.0.4", | ||
"@patternfly/react-core": "5.0.0", | ||
"i18next": "^23.14.0", | ||
"i18next-http-backend": "^2.6.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-i18next": "^14.1.3", | ||
"react-router-dom": "^6.26.1" | ||
}, | ||
"devDependencies": { | ||
"@keycloak/keycloak-admin-client": "^25.0.4", | ||
"@octokit/rest": "^20.1.1", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react-swc": "^3.7.0", | ||
"gunzip-maybe": "^1.4.2", | ||
"tar-fs": "^3.0.6", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.1", | ||
"vite-plugin-checker": "^0.6.4" | ||
} | ||
} |
1,271 changes: 546 additions & 725 deletions
1,271
.../extend-admin-console-node/pnpm-lock.yaml → ...xtend-account-console-node/pnpm-lock.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { AccountEnvironment } from "@keycloak/keycloak-account-ui"; | ||
import { getInjectedEnvironment } from "@keycloak/keycloak-ui-shared"; | ||
|
||
export const environment = getInjectedEnvironment<AccountEnvironment>(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions
5
...ion/extend-account-console/src/test/java/org/keycloak/quickstart/ExtendedAccountPage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.