Skip to content

Commit a574113

Browse files
fix(deps): update all non-major dependencies
1 parent 668310e commit a574113

File tree

6 files changed

+609
-679
lines changed

6 files changed

+609
-679
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.1
1+
FROM node:20.19.3
22

33
# install pnpm
44
RUN npm install --global pnpm@8

Dockerfile.tasks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.15.1 AS build
1+
FROM node:22.17.0 AS build
22

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

2121

22-
FROM node:22.15.1-alpine
22+
FROM node:22.17.0-alpine
2323

2424
LABEL maintainer="[email protected]"
2525

api-services/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"type": "module",
99
"dependencies": {
10-
"@helpwave/hightide": "^0.0.17",
10+
"@helpwave/hightide": "^0.1.0",
1111
"@helpwave/proto-ts": "0.64.0-89e2023.0",
1212
"@tanstack/react-query": "^4.36.1",
1313
"@tanstack/react-query-devtools": "^4.36.1",
@@ -18,15 +18,15 @@
1818
"keycloak-js": "25.0.6",
1919
"oauth4webapi": "2.17.0",
2020
"react": "18.3.1",
21-
"rxjs": "7.8.1",
22-
"typescript": "5.7.2",
23-
"zod": "3.24.1"
21+
"rxjs": "7.8.2",
22+
"typescript": "5.8.3",
23+
"zod": "3.25.74"
2424
},
2525
"devDependencies": {
2626
"@helpwave/eslint-config": "^0.0.11",
2727
"@types/js-cookie": "3.0.6",
28-
"@types/node": "20.17.10",
29-
"@types/react": "18.3.17",
30-
"eslint": "9.17.0"
28+
"@types/node": "20.19.4",
29+
"@types/react": "18.3.23",
30+
"eslint": "9.30.1"
3131
}
3232
}

customer/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
"lint": "tsc --noEmit && eslint ."
1111
},
1212
"dependencies": {
13-
"@helpwave/hightide": "^0.0.17",
14-
"@radix-ui/react-checkbox": "1.1.3",
13+
"@helpwave/hightide": "^0.1.0",
14+
"@radix-ui/react-checkbox": "1.3.2",
1515
"@stripe/react-stripe-js": "^3.6.0",
16-
"@stripe/stripe-js": "^7.0.0",
16+
"@stripe/stripe-js": "^7.3.0",
1717
"@tailwindcss/postcss": "^4.1.5",
18-
"@tanstack/react-query": "4.36.1",
18+
"@tanstack/react-query": "4.40.1",
1919
"clsx": "^2.1.1",
2020
"csstype": "3.1.3",
2121
"js-cookie": "^3.0.5",
22-
"lucide-react": "0.468.0",
23-
"next": "^15.2.4",
24-
"oidc-client-ts": "^3.1.0",
22+
"lucide-react": "0.525.0",
23+
"next": "^15.3.4",
24+
"oidc-client-ts": "^3.3.0",
2525
"react": "18.3.1",
2626
"react-custom-scrollbars-2": "4.5.0",
2727
"react-dom": "18.3.1",
28-
"react-hook-form": "^7.55.0",
29-
"react-hot-toast": "2.4.1",
30-
"react-intersection-observer": "9.14.0",
31-
"tailwindcss": "^4.1.3",
32-
"vanilla-cookieconsent": "3.0.1"
28+
"react-hook-form": "^7.59.0",
29+
"react-hot-toast": "2.5.2",
30+
"react-intersection-observer": "9.16.0",
31+
"tailwindcss": "^4.1.7",
32+
"vanilla-cookieconsent": "3.1.0"
3333
},
3434
"devDependencies": {
3535
"@helpwave/eslint-config": "^0.0.11",
3636
"@types/js-cookie": "^3.0.5",
37-
"@types/node": "20.17.10",
38-
"@types/react": "18.3.17",
39-
"@types/react-dom": "18.3.5",
40-
"eslint": "9.17.0",
41-
"typescript": "5.7.2"
37+
"@types/node": "20.19.4",
38+
"@types/react": "18.3.23",
39+
"@types/react-dom": "18.3.7",
40+
"eslint": "9.30.1",
41+
"typescript": "5.8.3"
4242
}
4343
}

0 commit comments

Comments
 (0)