Skip to content

Commit

Permalink
build(deps): bump project dependencies (#876)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod authored Sep 21, 2024
1 parent 6ccaec3 commit c24f57d
Show file tree
Hide file tree
Showing 16 changed files with 2,333 additions and 2,285 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"reject": ["marked", "eslint", "prettier", "typescript"],
"reject": ["marked", "@types/marked", "eslint", "prettier", "typescript"],
"timeout": 120000
}
22 changes: 11 additions & 11 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
"description": "Dependencies for docker containers running api application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@apollo/server": "4.11.0",
"@grpc/grpc-js": "1.11.1",
"@grpc/grpc-js": "1.11.3",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.2.0",
"@nestjs/axios": "3.0.3",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.4.1",
"@nestjs/common": "10.4.3",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.1",
"@nestjs/core": "10.4.3",
"@nestjs/graphql": "12.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.4.1",
"@nestjs/microservices": "10.4.3",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.4.1",
"@nestjs/platform-ws": "10.4.1",
"@nestjs/platform-express": "10.4.3",
"@nestjs/platform-ws": "10.4.3",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "7.4.0",
"@nestjs/swagger": "7.4.2",
"@nestjs/throttler": "6.2.1",
"@nestjs/websockets": "10.4.1",
"@nestjs/websockets": "10.4.3",
"axios": "1.7.7",
"cache-manager": "5.7.6",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.19.2",
"firebase-admin": "12.4.0",
"firebase-functions": "5.1.1",
"express": "4.21.0",
"firebase-admin": "12.5.0",
"firebase-functions": "6.0.1",
"google-protobuf": "3.21.4",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"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.3",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-express": "10.4.1",
"@nestjs/common": "10.4.3",
"@nestjs/core": "10.4.3",
"@nestjs/platform-express": "10.4.3",
"@nestjs/serve-static": "4.0.2",
"axios": "1.7.7",
"compression": "1.7.4",
"express": "4.19.2",
"express": "4.21.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.7.0"
Expand Down
24 changes: 12 additions & 12 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"start:emulators": "firebase emulators:start --only functions"
},
"dependencies": {
"@grpc/grpc-js": "1.11.1",
"@grpc/grpc-js": "1.11.3",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.2.0",
"@nestjs/throttler": "6.2.1",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.1",
"@nestjs/common": "10.4.3",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.1",
"@nestjs/core": "10.4.3",
"@nestjs/graphql": "12.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.4.1",
"@nestjs/microservices": "10.4.3",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.4.1",
"@nestjs/platform-ws": "10.4.1",
"@nestjs/swagger": "7.4.0",
"@nestjs/websockets": "10.4.1",
"@nestjs/platform-express": "10.4.3",
"@nestjs/platform-ws": "10.4.3",
"@nestjs/swagger": "7.4.2",
"@nestjs/websockets": "10.4.3",
"@nestjs/cache-manager": "2.2.2",
"cache-manager": "5.7.6",
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/graphql-upload": "16.0.7",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.12",
"@apollo/server": "4.11.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.19.2",
"firebase-admin": "12.4.0",
"firebase-functions": "5.1.1",
"express": "4.21.0",
"firebase-admin": "12.5.0",
"firebase-functions": "6.0.1",
"google-protobuf": "3.21.4",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions libs/backend-diagnostics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/backend-diagnostics",
"version": "1.0.38",
"version": "1.0.39",
"description": "NestJS API diagnostics module.",
"keywords": [
"nestjs-controller",
Expand All @@ -22,9 +22,9 @@
"tslib": "2.7.0"
},
"peerDependencies": {
"@nestjs/common": "10.4.1",
"@nestjs/platform-ws": "10.4.1",
"@nestjs/websockets": "10.4.1",
"@nestjs/common": "10.4.3",
"@nestjs/platform-ws": "10.4.3",
"@nestjs/websockets": "10.4.3",
"dotenv": "16.4.5",
"rxjs": "7.8.1"
}
Expand Down
6 changes: 3 additions & 3 deletions libs/client-d3-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-d3-charts",
"version": "1.5.4",
"version": "1.5.5",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
Expand All @@ -24,8 +24,8 @@
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/common": "18.2.3",
"@angular/core": "18.2.3",
"@angular/common": "18.2.5",
"@angular/core": "18.2.5",
"@types/d3": "7.4.3",
"d3": "7.9.0"
}
Expand Down
12 changes: 6 additions & 6 deletions libs/client-guided-tour/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-guided-tour",
"version": "1.1.4",
"version": "1.1.5",
"description": "Guided tour feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -22,10 +22,10 @@
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/cdk": "18.2.3",
"@angular/common": "18.2.3",
"@angular/core": "18.2.3",
"@angular/material": "18.2.3",
"@angular/router": "18.2.3"
"@angular/cdk": "18.2.5",
"@angular/common": "18.2.5",
"@angular/core": "18.2.5",
"@angular/material": "18.2.5",
"@angular/router": "18.2.5"
}
}
10 changes: 5 additions & 5 deletions libs/client-pwa-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-pwa-offline",
"version": "1.1.4",
"version": "1.1.5",
"description": "PWA offline feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -21,9 +21,9 @@
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/common": "18.2.3",
"@angular/core": "18.2.3",
"@angular/material": "18.2.3",
"@angular/router": "18.2.3"
"@angular/common": "18.2.5",
"@angular/core": "18.2.5",
"@angular/material": "18.2.5",
"@angular/router": "18.2.5"
}
}
4 changes: 2 additions & 2 deletions libs/client-util-eliza/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rfprodz/client-util-eliza",
"version": "1.4.4",
"version": "1.4.5",
"description": "Angular chatbot logic based on Eliza (https://en.wikipedia.org/wiki/ELIZA).",
"keywords": [
"angular-chatbot",
Expand All @@ -23,6 +23,6 @@
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/core": "18.2.3"
"@angular/core": "18.2.5"
}
}
Loading

0 comments on commit c24f57d

Please sign in to comment.