Skip to content

Commit

Permalink
chore(deps): Update all non-major client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas committed Feb 24, 2025
1 parent e6a9f04 commit f98d139
Show file tree
Hide file tree
Showing 4 changed files with 1,363 additions and 1,182 deletions.
2 changes: 1 addition & 1 deletion client/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13.0
22.14.0
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG BUILD_CONFIG=production
RUN yarn run build --configuration $BUILD_CONFIG

# Stage 2: Serve Angular app using Nginx
FROM nginx:1.27.3-alpine
FROM nginx:1.27.4-alpine

# Remove the default Nginx configuration file
RUN rm /etc/nginx/conf.d/default.conf
Expand Down
14 changes: 7 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.4",
"@hey-api/client-fetch": "^0.6.0",
"@primeng/themes": "19.0.2",
"@hey-api/client-fetch": "^0.8.0",
"@primeng/themes": "19.0.7",
"@sentry/angular": "^8.53.0",
"@sentry/cli": "^2.40.0",
"@tanstack/angular-query-experimental": "^5.62.8",
Expand All @@ -29,7 +29,7 @@
"keycloak-js": "^26.0.7",
"marked": "^15.0.3",
"primeicons": "^7.0.0",
"primeng": "19.0.2",
"primeng": "19.0.7",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
Expand All @@ -44,7 +44,7 @@
"@angular-eslint/template-parser": "^19.0.0",
"@angular/cli": "^19.0.5",
"@angular/compiler-cli": "^19.0.4",
"@hey-api/openapi-ts": "^0.61.2",
"@hey-api/openapi-ts": "^0.64.0",
"@types/jasmine": "~5.1.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
Expand All @@ -59,13 +59,13 @@
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.2.1",
"jasmine-core": "~5.5.0",
"jasmine-core": "~5.6.0",
"jsdom": "^26.0.0",
"postcss": "^8.4.48",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"tailwindcss-primeui": "^0.3.4",
"typescript": "5.6.2",
"tailwindcss-primeui": "^0.5.0",
"typescript": "5.7.3",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.9"
Expand Down
Loading

0 comments on commit f98d139

Please sign in to comment.