Bump keycloakify version

This commit is contained in:
garronej 2023-03-22 02:24:19 +01:00
parent 9eac0dbca6
commit c2e0bd3d18
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<p align="center">
<i>🚀 A starter/demo project for <a href="https://keycloakify.dev">Keycloakify</a> 🚀</i>
<i>🚀 A starter/demo project for <a href="https://keycloakify.dev">Keycloakify</a> v7 🚀</i>
<br/>
<br/>
<img src="https://github.com/codegouvfr/keycloakify-starter/workflows/ci/badge.svg?branch=main">
@ -26,7 +26,7 @@ yarn
yarn build-keycloak-theme # Build the theme one time (some assets will be copied to
# public/keycloak_static, they are needed to dev your page outside of Keycloak)
yarn start # See the Hello World app
# Uncomment line 15 of src/keycloak-theme/kcContext, reload https://localhost:3000
# Uncomment line 15 of src/keycloak-theme/login/kcContext, reload https://localhost:3000
# You can now develop your Login pages. (Don't forget to comment it back when you're done)
# Think your theme is ready? Run

View file

@ -1,7 +1,7 @@
{
"name": "keycloakify-starter",
"homepage": "https://starter.keycloakify.dev",
"version": "3.2.3",
"version": "4.0.0",
"description": "A starter/demo project for keycloakify",
"repository": {
"type": "git",
@ -33,7 +33,7 @@
"evt": "^2.4.15",
"jwt-decode": "^3.1.2",
"keycloak-js": "^21.0.1",
"keycloakify": "7.0.0-rc.6",
"keycloakify": "^7.0.0",
"powerhooks": "^0.26.2",
"react": "18.1.0",
"react-dom": "18.1.0",

View file

@ -10441,10 +10441,10 @@ keycloak-js@^21.0.1:
base64-js "^1.5.1"
js-sha256 "^0.9.0"
keycloakify@7.0.0-rc.6:
version "7.0.0-rc.6"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-7.0.0-rc.6.tgz#3bd53be93588b14b6b23b1f01cb12cfb16b73ab3"
integrity sha512-vjMM3fdW1mVemuwCzfEgqKSMMMVfTH8Ti+tI1cq/26L1/G3tv2V0hGrCf9PqOOPSVIxdjQPNeAkOCrPX70h+CQ==
keycloakify@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-7.0.0.tgz#fa40ce5a45915179f769ffd17891f7f1d83049fb"
integrity sha512-LBqHjvurVXUAxzWvkdNQFtXJ2IbbzVZqbxIeeCLCk6NVuemgLhM6LmnR6IJRUhE5pTBZLkp9GoWl3jVPhBOPxg==
dependencies:
"@octokit/rest" "^18.12.0"
cheerio "^1.0.0-rc.5"