Update keycloakify

This commit is contained in:
Joseph Garrone 2025-01-03 22:44:58 +01:00
parent 4a75b01c7e
commit 228725993e
3 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@
"license": "MIT",
"keywords": [],
"dependencies": {
"keycloakify": "^11.7.1",
"keycloakify": "^11.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

View File

@ -1,8 +1,8 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { i18nBuilder } from "keycloakify/login";
import type { ThemeName } from "../kc.gen";
/** @see: https://docs.keycloakify.dev/i18n */
// eslint-disable-next-line @typescript-eslint/no-unused-vars
/** @see: https://docs.keycloakify.dev/features/i18n */
const { useI18n, ofTypeI18n } = i18nBuilder.withThemeName<ThemeName>().build();
type I18n = typeof ofTypeI18n;

View File

@ -4415,10 +4415,10 @@ jsonfile@^6.0.1:
object.assign "^4.1.4"
object.values "^1.1.6"
keycloakify@^11.7.1:
version "11.7.1"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.7.1.tgz#628d38324b4e733b31bd9c2c46f1d3e5cd8777c1"
integrity sha512-m1RIZkM6P5kEaLFJMzkmjoK29vkmEz8J6anJ6P9/khki4KJMp8XMpfrsmWIyPQgxl/d3wWig+4rt/dKXKsY+cQ==
keycloakify@^11.7.3:
version "11.7.3"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.7.3.tgz#cf5af75606fb99ef85cba340fb41a84aad0e39b3"
integrity sha512-ljgGLnRhtdOvkSaXsdPG9Ofoe3Fz8ej7oP9GqMMxpGIJBoERulOZ5ZV/V9w64D2PgXrx6FygOCqqlxwRU+iEnw==
dependencies:
tsafe "^1.8.5"