Fix build
This commit is contained in:
parent
f9a00a0680
commit
6ae14e93ee
|
@ -39,7 +39,7 @@
|
|||
"evt": "^2.4.15",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"keycloak-js": "^21.0.1",
|
||||
"keycloakify": "^7.6.8",
|
||||
"keycloakify": "^7.6.9",
|
||||
"powerhooks": "^0.26.7",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
|
|
|
@ -12,7 +12,7 @@ export function createPageStory<PageId extends KcContext["pageId"]>(params: {
|
|||
|
||||
const { kcContext } = getKcContext({
|
||||
mockPageId: pageId,
|
||||
storyParams: params.kcContext
|
||||
storyPartialKcContext: params.kcContext
|
||||
});
|
||||
|
||||
return <KcApp kcContext={kcContext} />;
|
||||
|
|
|
@ -12,7 +12,7 @@ export function createPageStory<PageId extends KcContext["pageId"]>(params: {
|
|||
|
||||
const { kcContext } = getKcContext({
|
||||
mockPageId: pageId,
|
||||
storyParams: params.kcContext
|
||||
storyPartialKcContext: params.kcContext
|
||||
});
|
||||
|
||||
return <KcApp kcContext={kcContext} />;
|
||||
|
|
|
@ -9697,10 +9697,10 @@ keycloak-js@^21.0.1:
|
|||
base64-js "^1.5.1"
|
||||
js-sha256 "^0.9.0"
|
||||
|
||||
keycloakify@^7.6.8:
|
||||
version "7.6.8"
|
||||
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-7.6.8.tgz#be485b9766dbb54a92c8ce43e5f5181e0acf05ad"
|
||||
integrity sha512-5F3pM4b1XBdV1FHIAdQ1RTuZG0i7QGAMXFBZQlTFLbW2AkyjBLWB9P62tUuzLM0MxSgsNH4x3/7jRzrzKhxGCA==
|
||||
keycloakify@^7.6.9:
|
||||
version "7.6.9"
|
||||
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-7.6.9.tgz#92e6fc3e8189b68943deacf1948e6a8778e1ebd1"
|
||||
integrity sha512-a1evGAWh3ETyaE6YTw/HlxY2mMsmthx3ujtQObLnPHvjVtvhSU/l69osya8+ieAjJ6hfLxeD8xE37EBmZwndRQ==
|
||||
dependencies:
|
||||
"@octokit/rest" "^18.12.0"
|
||||
"@types/yazl" "^2.4.2"
|
||||
|
|
Loading…
Reference in a new issue