Skip to content

Commit

Permalink
build(deps): bump project dependencies (#871)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod authored Sep 14, 2024
1 parent 3642e5d commit ba735a2
Show file tree
Hide file tree
Showing 10 changed files with 2,071 additions and 1,549 deletions.
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"@nestjs/platform-ws": "10.4.1",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "7.4.0",
"@nestjs/throttler": "6.1.1",
"@nestjs/throttler": "6.2.1",
"@nestjs/websockets": "10.4.1",
"axios": "1.7.4",
"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.3.1",
"firebase-functions": "5.0.1",
"firebase-admin": "12.4.0",
"firebase-functions": "5.1.1",
"google-protobuf": "3.21.4",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
"graphql-tools": "9.0.1",
"graphql-upload": "16.0.2",
"grpc-web": "1.5.0",
"protobufjs": "7.3.2",
"protobufjs": "7.4.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.3"
"tslib": "2.7.0"
}
}
4 changes: 2 additions & 2 deletions apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"@nestjs/core": "10.4.1",
"@nestjs/platform-express": "10.4.1",
"@nestjs/serve-static": "4.0.2",
"axios": "1.7.4",
"axios": "1.7.7",
"compression": "1.7.4",
"express": "4.19.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.3"
"tslib": "2.7.0"
}
}
10 changes: 5 additions & 5 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.2.0",
"@nestjs/throttler": "6.1.1",
"@nestjs/throttler": "6.2.1",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.1",
"@nestjs/config": "3.2.3",
Expand All @@ -35,7 +35,7 @@
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/graphql-upload": "16.0.7",
"@types/node": "22.4.0",
"@types/node": "22.5.4",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.12",
"@apollo/server": "4.11.0",
Expand All @@ -44,8 +44,8 @@
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.19.2",
"firebase-admin": "12.3.1",
"firebase-functions": "5.0.1",
"firebase-admin": "12.4.0",
"firebase-functions": "5.1.1",
"google-protobuf": "3.21.4",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
Expand All @@ -55,7 +55,7 @@
"grpc-web": "1.5.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"engines": {
"node": ">=10",
Expand Down
2 changes: 1 addition & 1 deletion libs/backend-diagnostics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"author": "rfprod <[email protected]>",
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"peerDependencies": {
"@nestjs/common": "10.4.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
Expand Up @@ -21,11 +21,11 @@
"license": "MIT",
"author": "rfprod <[email protected]>",
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/common": "18.2.0",
"@angular/core": "18.2.0",
"@angular/common": "18.2.3",
"@angular/core": "18.2.3",
"@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
Expand Up @@ -19,13 +19,13 @@
"license": "MIT",
"author": "rfprod <[email protected]>",
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/cdk": "18.2.0",
"@angular/common": "18.2.0",
"@angular/core": "18.2.0",
"@angular/material": "18.2.0",
"@angular/router": "18.2.0"
"@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"
}
}
10 changes: 5 additions & 5 deletions libs/client-pwa-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"license": "MIT",
"author": "rfprod <[email protected]>",
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/common": "18.2.0",
"@angular/core": "18.2.0",
"@angular/material": "18.2.0",
"@angular/router": "18.2.0"
"@angular/common": "18.2.3",
"@angular/core": "18.2.3",
"@angular/material": "18.2.3",
"@angular/router": "18.2.3"
}
}
4 changes: 2 additions & 2 deletions libs/client-util-eliza/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"license": "MIT",
"author": "rfprod <[email protected]>",
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"peerDependencies": {
"@angular/core": "18.2.0"
"@angular/core": "18.2.3"
}
}
Loading

0 comments on commit ba735a2

Please sign in to comment.