Skip to content

Commit

Permalink
build(deps): bump project dependencies (#844)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod authored Jun 4, 2024
1 parent f91b621 commit fd7bf2d
Show file tree
Hide file tree
Showing 7 changed files with 477 additions and 452 deletions.
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"@nestjs/apollo": "12.1.0",
"@nestjs/axios": "3.0.2",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.8",
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.8",
"@nestjs/core": "10.3.9",
"@nestjs/graphql": "12.1.1",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.3.8",
"@nestjs/microservices": "10.3.9",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.8",
"@nestjs/platform-ws": "10.3.8",
"@nestjs/platform-express": "10.3.9",
"@nestjs/platform-ws": "10.3.9",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "7.3.1",
"@nestjs/throttler": "5.1.2",
"@nestjs/websockets": "10.3.8",
"@nestjs/websockets": "10.3.9",
"axios": "1.7.2",
"cache-manager": "5.5.3",
"class-transformer": "0.5.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Dependencies for docker containers running server-prod application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@nestjs/axios": "3.0.2",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/platform-express": "10.3.8",
"@nestjs/common": "10.3.9",
"@nestjs/core": "10.3.9",
"@nestjs/platform-express": "10.3.9",
"@nestjs/serve-static": "4.0.2",
"axios": "1.7.2",
"compression": "1.7.4",
Expand Down
78 changes: 49 additions & 29 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"@nestjs/apollo": "12.1.0",
"@nestjs/throttler": "5.1.2",
"@nestjs/axios": "3.0.2",
"@nestjs/common": "10.3.8",
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.8",
"@nestjs/core": "10.3.9",
"@nestjs/graphql": "12.1.1",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.3.8",
"@nestjs/microservices": "10.3.9",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.8",
"@nestjs/platform-ws": "10.3.8",
"@nestjs/platform-express": "10.3.9",
"@nestjs/platform-ws": "10.3.9",
"@nestjs/swagger": "7.3.1",
"@nestjs/websockets": "10.3.8",
"@nestjs/websockets": "10.3.9",
"@nestjs/cache-manager": "2.2.2",
"cache-manager": "5.5.3",
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/graphql-upload": "16.0.7",
"@types/node": "20.14.0",
"@types/node": "20.14.1",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.10",
"@apollo/server": "4.10.4",
Expand Down
8 changes: 4 additions & 4 deletions libs/backend-diagnostics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@nestjs/common": "10.3.8",
"@nestjs/platform-ws": "10.3.8",
"@nestjs/websockets": "10.3.8",
"@nestjs/common": "10.3.9",
"@nestjs/platform-ws": "10.3.9",
"@nestjs/websockets": "10.3.9",
"dotenv": "16.4.5",
"rxjs": "7.8.1"
}
}
}
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app/nx-ng-starter",
"version": "8.0.0",
"version": "8.0.1",
"private": true,
"description": "Monorepo starter: Nx, Angular, Angular Elements, Electron, NodeJS, NestJS, Firebase.",
"license": "MIT",
Expand Down Expand Up @@ -139,19 +139,19 @@
"@nestjs/apollo": "12.1.0",
"@nestjs/axios": "3.0.2",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.8",
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.8",
"@nestjs/core": "10.3.9",
"@nestjs/graphql": "12.1.1",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.3.8",
"@nestjs/microservices": "10.3.9",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.8",
"@nestjs/platform-ws": "10.3.8",
"@nestjs/platform-express": "10.3.9",
"@nestjs/platform-ws": "10.3.9",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "7.3.1",
"@nestjs/throttler": "5.1.2",
"@nestjs/websockets": "10.3.8",
"@nestjs/websockets": "10.3.9",
"apollo-angular": "7.0.2",
"apollo-upload-client": "18.0.1",
"axios": "1.7.2",
Expand Down Expand Up @@ -184,7 +184,7 @@
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/cli": "18.0.2",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
"@capacitor/android": "6.0.0",
Expand All @@ -198,24 +198,24 @@
"@graphql-codegen/typescript-operations": "4.2.1",
"@mermaid-js/mermaid-cli": "10.9.1",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.8",
"@nestjs/testing": "10.3.9",
"@ngrx/effects": "17.2.0",
"@ngrx/router-store": "17.2.0",
"@ngrx/store": "17.2.0",
"@ngx-translate/core": "15.0.0",
"@nx/angular": "19.1.1",
"@nx/cypress": "19.1.1",
"@nx/devkit": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/js": "19.1.1",
"@nx/nest": "19.1.1",
"@nx/node": "19.1.1",
"@nx/plugin": "19.1.1",
"@nx/storybook": "19.1.1",
"@nx/webpack": "19.1.1",
"@nx/workspace": "19.1.1",
"@nx/angular": "19.1.2",
"@nx/cypress": "19.1.2",
"@nx/devkit": "19.1.2",
"@nx/eslint": "19.1.2",
"@nx/eslint-plugin": "19.1.2",
"@nx/jest": "19.1.2",
"@nx/js": "19.1.2",
"@nx/nest": "19.1.2",
"@nx/node": "19.1.2",
"@nx/plugin": "19.1.2",
"@nx/storybook": "19.1.2",
"@nx/webpack": "19.1.2",
"@nx/workspace": "19.1.2",
"@schematics/angular": "18.0.2",
"@sentry/angular-ivy": "7.114.0",
"@sentry/tracing": "7.114.0",
Expand All @@ -239,12 +239,12 @@
"@types/jest": "29.5.12",
"@types/jsdom": "21.1.7",
"@types/marked": "5.0.2",
"@types/node": "20.14.0",
"@types/node": "20.14.1",
"@types/readline-sync": "1.4.8",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@ungap/custom-elements": "1.3.0",
"@webcomponents/custom-elements": "1.6.0",
"@webcomponents/webcomponentsjs": "2.8.0",
Expand Down Expand Up @@ -290,7 +290,7 @@
"moment": "2.30.1",
"ng-packagr": "18.0.0",
"ngx-markdown": "18.0.0",
"nx": "19.1.1",
"nx": "19.1.2",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.14",
Expand Down
Loading

0 comments on commit fd7bf2d

Please sign in to comment.