Update keycloakify
This commit is contained in:
parent
22374c0050
commit
c6511feee3
@ -17,7 +17,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"keycloakify": "^11.3.29",
|
"keycloakify": "^11.3.32",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
|
// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
|
||||||
// Hash: 52e835881710cf6fd39c1589bb9282feccdcf06c9547d41c919576489f251d2f
|
// Hash: 09b09a6c36072d5cf2f8484ab3dc720d28ec8c126df1bafb0b2214a0139848c7
|
||||||
|
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
|
|
||||||
@ -19,6 +19,11 @@ export const kcEnvNames: KcEnvName[] = [];
|
|||||||
|
|
||||||
export const kcEnvDefaults: Record<KcEnvName, string> = {};
|
export const kcEnvDefaults: Record<KcEnvName, string> = {};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* NOTE: Do not import this type except maybe in your entrypoint.
|
||||||
|
* If you need to import the KcContext import it either from src/login/KcContext.ts or src/account/KcContext.ts.
|
||||||
|
* Depending on the theme type you are working on.
|
||||||
|
*/
|
||||||
export type KcContext = import("./login/KcContext").KcContext;
|
export type KcContext = import("./login/KcContext").KcContext;
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
@ -4415,10 +4415,10 @@ jsonfile@^6.0.1:
|
|||||||
object.assign "^4.1.4"
|
object.assign "^4.1.4"
|
||||||
object.values "^1.1.6"
|
object.values "^1.1.6"
|
||||||
|
|
||||||
keycloakify@^11.3.29:
|
keycloakify@^11.3.32:
|
||||||
version "11.3.29"
|
version "11.3.32"
|
||||||
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.3.29.tgz#f50310288a0b893d3b48698a2ade4c2a5017b0c5"
|
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.3.32.tgz#69569ed424e130cfb3be3450fec81108b6625c68"
|
||||||
integrity sha512-2Tf6yukm+1to3YYZ3BPaIjos1E9aH9QpfbAfM5mbqSkUYfkczqT+WA2Cumw4isLgjfWUaCb7X4ot4SnT/vBwvQ==
|
integrity sha512-GKE7UOsHAJian0aUMApfvB+UK8qXI7JoOw/Si93JXY0OOoxRIxGOuTCmQ93NaEw2cxCS2oJYGp3rRYz5DyF9wg==
|
||||||
dependencies:
|
dependencies:
|
||||||
tsafe "^1.8.5"
|
tsafe "^1.8.5"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user