Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.1
FROM node:20.19.5

# install pnpm
RUN npm install --global pnpm@8
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.tasks
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.15.1 AS build
FROM node:22.19.0 AS build

ENV NEXT_TELEMETRY_DISABLED=1
ARG WS="@helpwave/tasks"
Expand All @@ -19,7 +19,7 @@ COPY api-services ./api-services/
RUN pnpm --filter $WS run build


FROM node:22.15.1-alpine
FROM node:22.19.0-alpine

LABEL maintainer="[email protected]"

Expand Down
14 changes: 7 additions & 7 deletions api-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"type": "module",
"dependencies": {
"@helpwave/hightide": "^0.0.17",
"@helpwave/hightide": "^0.1.0",
"@helpwave/proto-ts": "0.64.0-89e2023.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
Expand All @@ -18,15 +18,15 @@
"keycloak-js": "25.0.6",
"oauth4webapi": "2.17.0",
"react": "18.3.1",
"rxjs": "7.8.1",
"typescript": "5.7.2",
"zod": "3.24.1"
"rxjs": "7.8.2",
"typescript": "5.9.2",
"zod": "3.25.76"
},
"devDependencies": {
"@helpwave/eslint-config": "^0.0.11",
"@types/js-cookie": "3.0.6",
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"eslint": "9.17.0"
"@types/node": "20.19.13",
"@types/react": "18.3.24",
"eslint": "9.35.0"
}
}
36 changes: 18 additions & 18 deletions customer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
"lint": "tsc --noEmit && eslint ."
},
"dependencies": {
"@helpwave/hightide": "^0.0.17",
"@radix-ui/react-checkbox": "1.1.3",
"@stripe/react-stripe-js": "^3.6.0",
"@stripe/stripe-js": "^7.0.0",
"@helpwave/hightide": "^0.1.0",
"@radix-ui/react-checkbox": "1.3.3",
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.0",
"@tailwindcss/postcss": "^4.1.5",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query": "4.40.1",
"clsx": "^2.1.1",
"csstype": "3.1.3",
"js-cookie": "^3.0.5",
"lucide-react": "0.468.0",
"next": "^15.2.4",
"oidc-client-ts": "^3.1.0",
"lucide-react": "0.542.0",
"next": "^15.5.2",
"oidc-client-ts": "^3.3.0",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.55.0",
"react-hot-toast": "2.4.1",
"react-intersection-observer": "9.14.0",
"tailwindcss": "^4.1.3",
"vanilla-cookieconsent": "3.0.1"
"react-hook-form": "^7.62.0",
"react-hot-toast": "2.6.0",
"react-intersection-observer": "9.16.0",
"tailwindcss": "^4.1.10",
"vanilla-cookieconsent": "3.1.0"
},
"devDependencies": {
"@helpwave/eslint-config": "^0.0.11",
"@types/js-cookie": "^3.0.5",
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"eslint": "9.17.0",
"typescript": "5.7.2"
"@types/node": "20.19.13",
"@types/react": "18.3.24",
"@types/react-dom": "18.3.7",
"eslint": "9.35.0",
"typescript": "5.9.2"
}
}
Loading
Loading