File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2222 "keywords" : [],
2323 "dependencies" : {
2424 "@codegouvfr/react-dsfr" : " ^1.20.2" ,
25- "keycloakify" : " ^11.8.18 " ,
25+ "keycloakify" : " ^11.9.0 " ,
2626 "oidc-spa" : " ^6.9.8" ,
2727 "react" : " ^18.2.0" ,
2828 "react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change 11// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
2- // Hash: 26a7bc28b054098e8d7400f7623bd594c8bf280a7d210a423ba89d6209fa5825
2+ // Hash: 3b508e89452af5c2abfd702000cd0e56db6739ec9016997d6b32b8ac1f39195d
33
44/* eslint-disable */
55
@@ -63,3 +63,10 @@ export function KcPage(props: { kcContext: KcContext; fallback?: ReactNode }) {
6363 </ Suspense >
6464 ) ;
6565}
66+
67+ // NOTE: This is exported here only because in Webpack environnement it works differently
68+ export const BASE_URL = import . meta. env . BASE_URL ;
69+
70+ // NOTE: This is only exported here because you're supposed to import type from different packages
71+ // Depending of if you are using Vite, Webpack, ect...
72+ export type { Meta , StoryObj } from "@storybook/react-vite" ;
Original file line number Diff line number Diff line change @@ -4423,10 +4423,10 @@ jsonfile@^6.0.1:
44234423 object.assign "^4.1.4"
44244424 object.values "^1.1.6"
44254425
4426- keycloakify@^11.8.18 :
4427- version "11.8.18 "
4428- resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.8.18 .tgz#9e4d0abd2f9a09fc0268fa726f4295ac3627d0d4 "
4429- integrity sha512-+GOfPkvNWirVkjrRomR44Oc5OdG4m0RjjTLkQ1/f8ourlSDPjBMF5uSYo8TJVcCEk/jIKh2dJSajZDAPPkXMWw ==
4426+ keycloakify@^11.9.0 :
4427+ version "11.9.0 "
4428+ resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-11.9.0 .tgz#94c6126fb1b4e4234134c2b6fc544ce28d3e0982 "
4429+ integrity sha512-ie5Dv5PwyldfpcAnDjy6j1X8mev9MQxd98z/ardUCihhXfupmgtkH/OIWeiPJDIKrn4ACozmbZeaXMXQQuAPhg ==
44304430 dependencies :
44314431 tsafe "^1.8.5"
44324432
You can’t perform that action at this time.
0 commit comments