Skip to content

Commit 96f2951

Browse files
fix(deps): update all non-major keycloakify dependencies
1 parent 7bb3029 commit 96f2951

File tree

3 files changed

+239
-165
lines changed

3 files changed

+239
-165
lines changed

keycloakify/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN yarn run build-keycloak-theme
2222
# Stage 2: Build Keycloak image
2323
# We use the specific version of Keycloak to avoid any changes in the realm.json file
2424
# Do NOT update on renovatebot PRs
25-
FROM quay.io/keycloak/keycloak:26.2.4
25+
FROM quay.io/keycloak/keycloak:26.2.5
2626

2727
# Copy the built keycloakify theme to keycloak
2828
COPY --from=build /app/dist_keycloak /opt/keycloak/providers/

keycloakify/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@fortawesome/fontawesome-svg-core": "6.7.2",
2525
"@fortawesome/free-brands-svg-icons": "6.7.2",
2626
"@fortawesome/react-fontawesome": "0.2.2",
27-
"@radix-ui/react-label": "2.1.6",
28-
"@radix-ui/react-slot": "1.2.2",
27+
"@radix-ui/react-label": "2.1.7",
28+
"@radix-ui/react-slot": "1.2.3",
2929
"class-variance-authority": "0.7.1",
3030
"clsx": "2.1.1",
31-
"keycloakify": "11.8.27",
32-
"lucide-react": "0.511.0",
31+
"keycloakify": "11.8.47",
32+
"lucide-react": "0.514.0",
3333
"react": "18.3.1",
3434
"react-dom": "18.3.1",
3535
"tailwind-merge": "2.6.0",
@@ -38,20 +38,20 @@
3838
"devDependencies": {
3939
"@storybook/react": "8.6.14",
4040
"@storybook/react-vite": "8.6.14",
41-
"@types/node": "22.15.18",
42-
"@types/react": "18.3.21",
41+
"@types/node": "22.15.31",
42+
"@types/react": "18.3.23",
4343
"@types/react-dom": "18.3.7",
44-
"@typescript-eslint/eslint-plugin": "8.32.1",
45-
"@typescript-eslint/parser": "8.32.1",
46-
"@vitejs/plugin-react": "4.4.1",
44+
"@typescript-eslint/eslint-plugin": "8.34.0",
45+
"@typescript-eslint/parser": "8.34.0",
46+
"@vitejs/plugin-react": "4.5.2",
4747
"autoprefixer": "10.4.21",
48-
"eslint": "9.27.0",
48+
"eslint": "9.28.0",
4949
"eslint-plugin-prettier": "^5.2.3",
5050
"eslint-plugin-react-hooks": "4.6.2",
5151
"eslint-plugin-react-refresh": "0.4.20",
5252
"eslint-plugin-storybook": "0.12.0",
5353
"eslint-plugin-tss-unused-classes": "^1.0.3",
54-
"postcss": "8.5.3",
54+
"postcss": "8.5.5",
5555
"prettier": "3.5.3",
5656
"storybook": "8.6.14",
5757
"tailwindcss": "3.4.17",

0 commit comments

Comments
 (0)