Update keycloakify
This commit is contained in:
parent
fb85535919
commit
baa911bb01
3 changed files with 13 additions and 6 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"license": "MIT",
|
||||
"keywords": [],
|
||||
"dependencies": {
|
||||
"keycloakify": "^11.8.42",
|
||||
"keycloakify": "^11.8.51",
|
||||
"react": "^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.
|
||||
// Hash: 09b09a6c36072d5cf2f8484ab3dc720d28ec8c126df1bafb0b2214a0139848c7
|
||||
// Hash: b0aa286dba4ed04c111c1265bdb6a76ba45c22a3d9b9e8dcf36302267d40c51a
|
||||
|
||||
/* eslint-disable */
|
||||
|
||||
|
|
@ -47,3 +47,10 @@ export function KcPage(props: { kcContext: KcContext; fallback?: ReactNode }) {
|
|||
</Suspense>
|
||||
);
|
||||
}
|
||||
|
||||
// NOTE: This is exported here only because in Webpack environnement it works differently
|
||||
export const BASE_URL = import.meta.env.BASE_URL;
|
||||
|
||||
// NOTE: This is only exported here because you're supposed to import type from different packages
|
||||
// Depending of if you are using Vite, Webpack, ect...
|
||||
export type { Meta, StoryObj } from "@storybook/react-vite";
|
||||
|
|
|
|||
|
|
@ -4415,10 +4415,10 @@ jsonfile@^6.0.1:
|
|||
object.assign "^4.1.4"
|
||||
object.values "^1.1.6"
|
||||
|
||||
keycloakify@^11.8.42:
|
||||
version "11.8.42"
|
||||
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.8.42.tgz#c094cddfbb38c6ee01aac09811289a42f0c20a03"
|
||||
integrity sha512-P2XY494dzZE0yIihV6DiHLvCu7lwN5KAUaGEvXDWG0QFurEqtGVgtzYuAUH/5KucLO2OWGuTU8t9D+/qaQ5iKw==
|
||||
keycloakify@^11.8.51:
|
||||
version "11.8.51"
|
||||
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.8.51.tgz#bd6faeae2cdaacfa00378f4a9b6949d325941451"
|
||||
integrity sha512-2DssoGMEwRURXtWYVIYZ5yTpfLdJ7tuGnXA2Oqi2KxROLWZTqMQXfZQ7axjtNzd+KecLOqxP4RTAg1wlyZeg6g==
|
||||
dependencies:
|
||||
tsafe "^1.8.5"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue