Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit ef028fd

Browse files
fix(deps): update all non-major dependencies
1 parent dec1fd3 commit ef028fd

File tree

10 files changed

+1723
-2195
lines changed

10 files changed

+1723
-2195
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.0
22

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

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5454

5555
- id: version-metadata-eslint
56-
uses: Quantco/ui-actions/[email protected].17
56+
uses: Quantco/ui-actions/[email protected].18
5757
with:
5858
file: "eslint-config/package.json"
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- id: publish-eslint
62-
uses: Quantco/ui-actions/[email protected].17
62+
uses: Quantco/ui-actions/[email protected].18
6363
with:
6464
increment-type: minor
6565
relevant-files: '[".github/**", "eslint-config/**"]'

Dockerfile.tasks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.1 as build
1+
FROM node:20.19.0 as build
22
ENV NEXT_TELEMETRY_DISABLED 1
33
ARG WS="@helpwave/tasks"
44

@@ -24,7 +24,7 @@ COPY tasks ./tasks/
2424
COPY api-services ./api-services/
2525
RUN pnpm --filter $WS run build
2626

27-
FROM node:20.18.1-alpine
27+
FROM node:20.19.0-alpine
2828

2929
LABEL maintainer="[email protected]"
3030

api-services/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"@helpwave/common": "workspace:*",
1111
"@helpwave/proto-ts": "0.64.0-89e2023.0",
1212
"@tanstack/react-query": "4.36.1",
13-
"@tanstack/react-query-devtools": "5.62.7",
13+
"@tanstack/react-query-devtools": "5.74.4",
1414
"@types/google-protobuf": "3.15.12",
1515
"cookies-next": "2.1.2",
1616
"google-protobuf": "3.21.4",
1717
"grpc-web": "1.5.0",
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.24.3"
2424
},
2525
"devDependencies": {
2626
"@helpwave/eslint-config": "workspace:*",
2727
"@types/js-cookie": "3.0.6",
28-
"@types/node": "20.17.10",
29-
"@types/react": "18.3.17"
28+
"@types/node": "20.17.30",
29+
"@types/react": "18.3.20"
3030
}
3131
}

customer/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
},
1212
"dependencies": {
1313
"@helpwave/common": "workspace:*",
14-
"@radix-ui/react-checkbox": "1.1.3",
14+
"@radix-ui/react-checkbox": "1.2.2",
1515
"@tanstack/react-query": "4.36.1",
1616
"@twind/core": "1.1.3",
1717
"csstype": "3.1.3",
1818
"js-cookie": "^3.0.5",
19-
"lucide-react": "0.468.0",
20-
"next": "15.1.3",
19+
"lucide-react": "0.501.0",
20+
"next": "15.3.1",
2121
"oidc-client-ts": "^3.1.0",
2222
"react": "18.3.1",
2323
"react-custom-scrollbars-2": "4.5.0",
2424
"react-dom": "18.3.1",
25-
"react-hot-toast": "2.4.1",
26-
"react-intersection-observer": "9.14.0",
27-
"vanilla-cookieconsent": "3.0.1"
25+
"react-hot-toast": "2.5.2",
26+
"react-intersection-observer": "9.16.0",
27+
"vanilla-cookieconsent": "3.1.0"
2828
},
2929
"devDependencies": {
3030
"@helpwave/eslint-config": "workspace:*",
3131
"@types/js-cookie": "^3.0.5",
32-
"@types/node": "20.17.10",
33-
"@types/react": "18.3.17",
34-
"@types/react-dom": "18.3.5",
35-
"typescript": "5.7.2"
32+
"@types/node": "20.17.30",
33+
"@types/react": "18.3.20",
34+
"@types/react-dom": "18.3.6",
35+
"typescript": "5.8.3"
3636
}
3737
}

eslint-config/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"license": "MIT",
77
"type": "module",
88
"devDependencies": {
9-
"@eslint/js": "9.17.0",
10-
"@stylistic/eslint-plugin": "2.12.1",
11-
"eslint": "9.17.0",
12-
"eslint-plugin-react": "7.37.3",
13-
"eslint-plugin-react-hooks": "5.1.0",
14-
"typescript": "5.7.2",
15-
"typescript-eslint": "8.18.2",
16-
"@next/eslint-plugin-next": "15.1.3",
17-
"eslint-config-next": "15.1.3"
9+
"@eslint/js": "9.25.0",
10+
"@stylistic/eslint-plugin": "2.13.0",
11+
"eslint": "9.25.0",
12+
"eslint-plugin-react": "7.37.5",
13+
"eslint-plugin-react-hooks": "5.2.0",
14+
"typescript": "5.8.3",
15+
"typescript-eslint": "8.30.1",
16+
"@next/eslint-plugin-next": "15.3.1",
17+
"eslint-config-next": "15.3.1"
1818
}
1919
}

landing-page/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"dependencies": {
1313
"@helpwave/common": "workspace:*",
14-
"@radix-ui/react-checkbox": "1.1.3",
14+
"@radix-ui/react-checkbox": "1.2.2",
1515
"@tanstack/react-query": "4.36.1",
1616
"@twind/core": "1.1.3",
1717
"csstype": "3.1.3",
18-
"lucide-react": "0.468.0",
19-
"next": "15.1.3",
18+
"lucide-react": "0.501.0",
19+
"next": "15.3.1",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",
22-
"react-hot-toast": "2.4.1",
23-
"react-intersection-observer": "9.14.0",
24-
"vanilla-cookieconsent": "3.0.1",
22+
"react-hot-toast": "2.5.2",
23+
"react-intersection-observer": "9.16.0",
24+
"vanilla-cookieconsent": "3.1.0",
2525
"react-custom-scrollbars-2": "4.5.0"
2626
},
2727
"devDependencies": {
28-
"@types/node": "20.17.10",
29-
"@types/react": "18.3.17",
30-
"@types/react-dom": "18.3.5",
28+
"@types/node": "20.17.30",
29+
"@types/react": "18.3.20",
30+
"@types/react-dom": "18.3.6",
3131
"@helpwave/eslint-config": "workspace:*",
32-
"typescript": "5.7.2"
32+
"typescript": "5.8.3"
3333
}
3434
}

lib/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"lint": "tsc --noEmit && eslint ."
1111
},
1212
"dependencies": {
13-
"@babel/core": "7.26.0",
13+
"@babel/core": "7.26.10",
1414
"@headlessui/react": "1.7.19",
15-
"@radix-ui/react-checkbox": "1.1.3",
15+
"@radix-ui/react-checkbox": "1.2.2",
1616
"@twind/core": "1.1.3",
1717
"@twind/preset-autoprefix": "1.0.7",
1818
"@twind/preset-tailwind": "1.1.4",
@@ -21,21 +21,21 @@
2121
"@types/tinycolor2": "1.4.6",
2222
"csstype": "3.1.3",
2323
"keycloak-js": "25.0.6",
24-
"lucide-react": "0.468.0",
24+
"lucide-react": "0.501.0",
2525
"react": "18.3.1",
2626
"react-custom-scrollbars-2": "4.5.0",
2727
"react-dom": "18.3.1",
2828
"simplebar-core": "1.3.0",
2929
"simplebar-react": "3.3.0",
3030
"tinycolor2": "1.6.0",
31-
"typescript": "5.7.2",
32-
"webpack": "5.97.1",
33-
"zod": "3.24.1"
31+
"typescript": "5.8.3",
32+
"webpack": "5.99.6",
33+
"zod": "3.24.3"
3434
},
3535
"devDependencies": {
36-
"@babel/preset-env": "7.26.0",
36+
"@babel/preset-env": "7.26.9",
3737
"@babel/preset-react": "7.26.3",
38-
"@babel/preset-typescript": "7.26.0",
38+
"@babel/preset-typescript": "7.27.0",
3939
"@helpwave/eslint-config": "workspace:*",
4040
"@storybook/addon-essentials": "7.6.20",
4141
"@storybook/addon-interactions": "7.6.20",
@@ -44,9 +44,9 @@
4444
"@storybook/nextjs": "7.6.20",
4545
"@storybook/react": "7.6.20",
4646
"@storybook/testing-library": "0.2.2",
47-
"@types/react": "18.3.17",
48-
"@types/react-dom": "18.3.5",
49-
"next": "14.2.20",
47+
"@types/react": "18.3.20",
48+
"@types/react-dom": "18.3.6",
49+
"next": "14.2.28",
5050
"prop-types": "15.8.1",
5151
"storybook": "7.6.20"
5252
},

0 commit comments

Comments
 (0)