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 22
22
"keywords" : [],
23
23
"dependencies" : {
24
24
"@codegouvfr/react-dsfr" : " ^1.20.2" ,
25
- "keycloakify" : " ^11.8.18 " ,
25
+ "keycloakify" : " ^11.9.0 " ,
26
26
"oidc-spa" : " ^6.9.8" ,
27
27
"react" : " ^18.2.0" ,
28
28
"react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change 1
1
// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
2
- // Hash: 26a7bc28b054098e8d7400f7623bd594c8bf280a7d210a423ba89d6209fa5825
2
+ // Hash: 3b508e89452af5c2abfd702000cd0e56db6739ec9016997d6b32b8ac1f39195d
3
3
4
4
/* eslint-disable */
5
5
@@ -63,3 +63,10 @@ export function KcPage(props: { kcContext: KcContext; fallback?: ReactNode }) {
63
63
</ Suspense >
64
64
) ;
65
65
}
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:
4423
4423
object.assign "^4.1.4"
4424
4424
object.values "^1.1.6"
4425
4425
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 ==
4430
4430
dependencies :
4431
4431
tsafe "^1.8.5"
4432
4432
You can’t perform that action at this time.
0 commit comments