Skip to content

Commit 85391ca

Browse files
chore(deps): update all non-major keycloakify dependencies
1 parent 44821ea commit 85391ca

3 files changed

Lines changed: 270 additions & 191 deletions

File tree

keycloakify/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build Angular app
2-
FROM node:24.17.0 AS build
2+
FROM node:24.18.0 AS build
33

44
# Set the working directory
55
WORKDIR /app
@@ -25,7 +25,7 @@ RUN pnpm run build-keycloak-theme
2525
# Stage 2: Build Keycloak image
2626
# We use the specific version of Keycloak to avoid any changes in the realm.json file
2727
# Do NOT update on renovatebot PRs
28-
FROM quay.io/keycloak/keycloak:26.6.2
28+
FROM quay.io/keycloak/keycloak:26.6.3
2929

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

keycloakify/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@types/node": "24.13.2",
4242
"@types/react": "19.2.17",
4343
"@types/react-dom": "19.2.3",
44-
"@typescript-eslint/eslint-plugin": "8.61.1",
45-
"@typescript-eslint/parser": "8.61.1",
44+
"@typescript-eslint/eslint-plugin": "8.62.0",
45+
"@typescript-eslint/parser": "8.62.0",
4646
"@vitejs/plugin-react": "4.7.0",
47-
"autoprefixer": "10.5.0",
47+
"autoprefixer": "10.5.2",
4848
"eslint": "10.5.0",
4949
"eslint-plugin-prettier": "5.5.6",
5050
"eslint-plugin-react-hooks": "7.1.1",
@@ -56,10 +56,10 @@
5656
"storybook": "10.4.6",
5757
"tailwindcss": "3.4.19",
5858
"typescript": "5.9.3",
59-
"vite": "8.0.16"
59+
"vite": "8.1.0"
6060
},
6161
"engines": {
6262
"node": ">=24.0.0"
6363
},
64-
"packageManager": "pnpm@11.8.0"
64+
"packageManager": "pnpm@11.9.0"
6565
}

0 commit comments

Comments
 (0)