Skip to content

Commit 827c432

Browse files
fix(deps): update all non-major client dependencies
1 parent 7bb3029 commit 827c432

File tree

5 files changed

+1758
-1789
lines changed

5 files changed

+1758
-1789
lines changed

client/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.16.0

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN echo "export const version = { deployed_version: '$DEPLOYED_VERSION', deploy
2525
RUN yarn run build --configuration $BUILD_CONFIG
2626

2727
# Stage 2: Serve Angular app using Nginx
28-
FROM nginx:1.27.4-alpine
28+
FROM nginx:1.28.0-alpine
2929

3030
# Remove the default Nginx configuration file
3131
RUN rm /etc/nginx/conf.d/default.conf

client/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22

33
# Create app directory
44
RUN mkdir -p /usr/src/app

client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@angular/platform-browser": "^19.0.4",
2020
"@angular/platform-browser-dynamic": "^19.0.4",
2121
"@angular/router": "^19.0.4",
22-
"@hey-api/client-fetch": "^0.8.0",
23-
"@primeng/themes": "19.0.10",
22+
"@hey-api/client-fetch": "^0.12.0",
23+
"@primeng/themes": "19.1.3",
2424
"@sentry/angular": "^9.0.0",
2525
"@sentry/cli": "^2.40.0",
2626
"@tanstack/angular-query-experimental": "^5.62.8",
@@ -30,7 +30,7 @@
3030
"keycloak-js": "^26.0.7",
3131
"marked": "^15.0.3",
3232
"primeicons": "^7.0.0",
33-
"primeng": "19.0.10",
33+
"primeng": "19.1.3",
3434
"rxjs": "~7.8.0",
3535
"tslib": "^2.3.0"
3636
},
@@ -46,31 +46,31 @@
4646
"@angular/build": "^19.2.1",
4747
"@angular/cli": "^19.0.5",
4848
"@angular/compiler-cli": "^19.0.4",
49-
"@hey-api/openapi-ts": "^0.64.0",
49+
"@hey-api/openapi-ts": "^0.71.0",
5050
"@types/canvas-confetti": "^1.9.0",
5151
"@types/jasmine": "~5.1.0",
5252
"@types/node": "^22.9.0",
5353
"@typescript-eslint/eslint-plugin": "^8.13.0",
5454
"@typescript-eslint/parser": "^8.13.0",
5555
"@typescript-eslint/types": "^8.13.0",
5656
"@typescript-eslint/utils": "^8.13.0",
57-
"@vitest/coverage-istanbul": "3.0.9",
58-
"@vitest/ui": "3.0.9",
57+
"@vitest/coverage-istanbul": "3.2.2",
58+
"@vitest/ui": "3.2.2",
5959
"autoprefixer": "^10.4.20",
6060
"eslint": "^9.14.0",
6161
"eslint-plugin-import": "^2.31.0",
6262
"eslint-plugin-jsdoc": "^50.4.3",
6363
"eslint-plugin-prefer-arrow": "^1.2.3",
6464
"eslint-plugin-prettier": "^5.2.1",
65-
"jasmine-core": "~5.6.0",
65+
"jasmine-core": "~5.8.0",
6666
"jsdom": "^26.0.0",
6767
"postcss": "^8.4.48",
6868
"prettier": "^3.3.3",
6969
"tailwindcss": "^3.4.14",
7070
"tailwindcss-primeui": "^0.6.0",
71-
"typescript": "5.8.2",
71+
"typescript": "5.8.3",
7272
"vite": "^6.0.0",
7373
"vite-tsconfig-paths": "^5.1.4",
74-
"vitest": "3.0.9"
74+
"vitest": "3.2.2"
7575
}
7676
}

0 commit comments

Comments
 (0)