Update keycloakify

This commit is contained in:
Joseph Garrone 2023-11-19 03:38:43 +01:00
parent bb019e66fb
commit 287e980b11
3 changed files with 11 additions and 6 deletions

View file

@ -28,7 +28,7 @@
"dependencies": {
"evt": "^2.4.15",
"oidc-spa": "^2.0.2",
"keycloakify": "^8.2.1",
"keycloakify": "^8.4.0",
"powerhooks": "^0.26.8",
"react": "18.1.0",
"react-dom": "18.1.0",

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
@ -61,6 +61,11 @@
}
</style>
<meta name="keycloakify-ignore-start">
<script>console.log("This is logged Only in the main app, stripped out in the theme")</script>
<meta name="keycloakify-ignore-end">
</head>
<body>

View file

@ -9760,10 +9760,10 @@ jwt-decode@^3.1.2:
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59"
integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==
keycloakify@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-8.2.1.tgz#5f817f1c14499f59564e96b06f33401bbe42a948"
integrity sha512-qSOSZx7Nc0LFf/8dzCdnlUvE40n2cvDRFqSNEs1rJ/iXKu7HsB+Wd7SEpUYJdBJxe8UexqofaNM2Fii7denyWw==
keycloakify@^8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-8.4.0.tgz#62f25c4f3e7701de9daf894192e2d38879cd2893"
integrity sha512-mZ6HXRZkkhFdQvK/mMMTDwrJ3cBzS85skcs/r3xvYT+P06EoLVfG8KBQuyy9IOdke+0ZHjylDV4E4UvWVCqPGw==
dependencies:
"@babel/generator" "^7.22.9"
"@babel/parser" "^7.22.7"