diff options
author | 2024-06-28 06:57:29 +0200 | |
---|---|---|
committer | 2024-06-28 06:57:29 +0200 | |
commit | 07c5e318e92b1bc1aad82a5e120e82843c6efe57 (patch) | |
tree | 83dbd5733dc22cccda53de6014c23ba87f7bdf1f /package.json | |
parent | Remove devcontainer since it does not work with start-keycloak (diff) |
Update keycloakify
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4ec8c37..14b0ed5 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "keywords": [], "dependencies": { - "keycloakify": "10.0.0-rc.95", + "keycloakify": "10.0.0-rc.96", "react": "^18.2.0", "react-dom": "^18.2.0" }, |