Skip to content

Commit

Permalink
build(deps): bump project dependencies (#782)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies, execute nx migrations;
  • Loading branch information
rfprod authored Oct 20, 2023
1 parent ccacad9 commit 66fb584
Show file tree
Hide file tree
Showing 10 changed files with 1,537 additions and 1,508 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ Thumbs.db
# Local Files
*.keystore
/tools/shell/vars.sh

.nx/cache
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Add files here to ignore them from prettier formatting

/.nx/cache
57 changes: 29 additions & 28 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 @@ -14,7 +14,7 @@
"start:emulators": "firebase emulators:start --only functions"
},
"dependencies": {
"@grpc/grpc-js": "1.9.5",
"@grpc/grpc-js": "1.9.7",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "12.0.9",
"@nestjs/throttler": "5.0.0",
Expand All @@ -32,12 +32,12 @@
"@nestjs/websockets": "10.2.7",
"@nestjs/cache-manager": "2.1.0",
"cache-manager": "5.2.4",
"@types/compression": "1.7.3",
"@types/express": "4.17.19",
"@types/graphql-upload": "16.0.3",
"@types/node": "20.8.6",
"@types/websocket": "1.0.7",
"@types/ws": "8.5.7",
"@types/compression": "1.7.4",
"@types/express": "4.17.20",
"@types/graphql-upload": "16.0.4",
"@types/node": "20.8.7",
"@types/websocket": "1.0.8",
"@types/ws": "8.5.8",
"@apollo/server": "4.9.4",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
Expand Down
8 changes: 4 additions & 4 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.4.5",
"version": "1.4.6",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
Expand All @@ -24,9 +24,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "16.2.9",
"@angular/core": "16.2.9",
"@types/d3": "7.4.1",
"@angular/common": "16.2.10",
"@angular/core": "16.2.10",
"@types/d3": "7.4.2",
"d3": "7.8.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.0.16",
"version": "1.0.17",
"description": "PWA offline feature for Angular clients.",
"keywords": [
"angular-module",
Expand All @@ -21,9 +21,9 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/common": "16.2.9",
"@angular/core": "16.2.9",
"@angular/material": "16.2.8",
"@angular/router": "16.2.9"
"@angular/common": "16.2.10",
"@angular/core": "16.2.10",
"@angular/material": "16.2.9",
"@angular/router": "16.2.10"
}
}
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.3.17",
"version": "1.3.18",
"description": "Angular chatbot logic based on Eliza (https://en.wikipedia.org/wiki/ELIZA).",
"keywords": [
"angular-chatbot",
Expand All @@ -23,6 +23,6 @@
"tslib": "2.6.2"
},
"peerDependencies": {
"@angular/core": "16.2.9"
"@angular/core": "16.2.10"
}
}
22 changes: 16 additions & 6 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"affected": {
"defaultBase": "main"
},
"cacheDirectory": "/tmp/nx/nx-ng-starter",
"cli": {
"cache": {
"enabled": true,
Expand Down Expand Up @@ -78,9 +79,10 @@
"sharedGlobals": ["{workspaceRoot}/babel.config.json", "{workspaceRoot}/nx.json", "{workspaceRoot}/tsconfig.base.json"]
},
"newProjectRoot": "",
"npmScope": "app",
"parallel": 1,
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["default", "^prod"]
},
Expand All @@ -95,24 +97,32 @@
]
},
"e2e": {
"cache": true,
"inputs": ["default", "^prod", "{projectRoot}/tsconfig.e2e.json"]
},
"lint": {
"cache": true,
"inputs": ["default", "^prod", "projectLinterConfig", "rootLinterConfig"]
},
"prettier-check": {
"cache": true
},
"stylelint-check": {
"cache": true
},
"test": {
"cache": true,
"inputs": ["default", "^prod", "projectTestConfig", "rootTestConfig"]
},
"tsc-check": {
"cache": true
}
},
"tasksRunnerOptions": {
"default": {
"options": {
"cacheDirectory": "/tmp/nx/nx-ng-starter",
"cacheableOperations": ["build", "lint", "test", "e2e", "tsc-check", "prettier-check", "stylelint-check"],
"parallel": 1,
"runtimeCacheInputs": ["node -v", "echo $IMPORTANT_ENV_VAR"]
},
"runner": "nx/tasks-runners/default"
}
}
},
"workspaceLayout": {
Expand Down
Loading

0 comments on commit 66fb584

Please sign in to comment.