Skip to content

Commit

Permalink
build(deps): bump project dependencies (#854)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod authored Jun 14, 2024
1 parent 887eb15 commit 5a58315
Show file tree
Hide file tree
Showing 9 changed files with 830 additions and 846 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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.10.4",
"@grpc/grpc-js": "1.10.8",
"@grpc/grpc-js": "1.10.9",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.1.0",
"@nestjs/axios": "3.0.2",
Expand Down Expand Up @@ -32,13 +32,13 @@
"firebase-admin": "12.1.1",
"firebase-functions": "5.0.1",
"google-protobuf": "3.21.2",
"graphql": "16.8.1",
"graphql": "16.8.2",
"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.0",
"protobufjs": "7.3.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.3"
Expand Down
18 changes: 10 additions & 8 deletions functions/package-lock.json

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

4 changes: 2 additions & 2 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.10.8",
"@grpc/grpc-js": "1.10.9",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.1.0",
"@nestjs/throttler": "5.1.2",
Expand Down Expand Up @@ -47,7 +47,7 @@
"firebase-admin": "12.1.1",
"firebase-functions": "5.0.1",
"google-protobuf": "3.21.2",
"graphql": "16.8.1",
"graphql": "16.8.2",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
"graphql-tools": "9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/client-d3-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/common": "18.0.2",
"@angular/core": "18.0.2",
"@angular/common": "18.0.3",
"@angular/core": "18.0.3",
"@types/d3": "7.4.3",
"d3": "7.9.0"
}
Expand Down
10 changes: 5 additions & 5 deletions libs/client-guided-tour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/cdk": "18.0.2",
"@angular/common": "18.0.2",
"@angular/core": "18.0.2",
"@angular/material": "18.0.2",
"@angular/router": "18.0.2"
"@angular/cdk": "18.0.3",
"@angular/common": "18.0.3",
"@angular/core": "18.0.3",
"@angular/material": "18.0.3",
"@angular/router": "18.0.3"
}
}
8 changes: 4 additions & 4 deletions libs/client-pwa-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/common": "18.0.2",
"@angular/core": "18.0.2",
"@angular/material": "18.0.2",
"@angular/router": "18.0.2"
"@angular/common": "18.0.3",
"@angular/core": "18.0.3",
"@angular/material": "18.0.3",
"@angular/router": "18.0.3"
}
}
2 changes: 1 addition & 1 deletion libs/client-util-eliza/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/core": "18.0.2"
"@angular/core": "18.0.3"
}
}
116 changes: 58 additions & 58 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.2",
"version": "8.0.3",
"private": true,
"description": "Monorepo starter: Nx, Angular, Angular Elements, Electron, NodeJS, NestJS, Firebase.",
"license": "MIT",
Expand Down Expand Up @@ -114,26 +114,26 @@
"resolutions": {
"colors": "1.4.0",
"semver": ">=7.5.3",
"webpack": "5.91.0",
"webpack": "5.92.0",
"word-wrap": ">=1.2.4"
},
"dependencies": {
"@angular/animations": "18.0.2",
"@angular/cdk": "18.0.2",
"@angular/common": "18.0.2",
"@angular/compiler": "18.0.2",
"@angular/core": "18.0.2",
"@angular/elements": "18.0.2",
"@angular/forms": "18.0.2",
"@angular/material": "18.0.2",
"@angular/material-moment-adapter": "18.0.2",
"@angular/platform-browser": "18.0.2",
"@angular/platform-browser-dynamic": "18.0.2",
"@angular/router": "18.0.2",
"@angular/service-worker": "18.0.2",
"@apollo/client": "3.10.4",
"@angular/animations": "18.0.3",
"@angular/cdk": "18.0.3",
"@angular/common": "18.0.3",
"@angular/compiler": "18.0.3",
"@angular/core": "18.0.3",
"@angular/elements": "18.0.3",
"@angular/forms": "18.0.3",
"@angular/material": "18.0.3",
"@angular/material-moment-adapter": "18.0.3",
"@angular/platform-browser": "18.0.3",
"@angular/platform-browser-dynamic": "18.0.3",
"@angular/router": "18.0.3",
"@angular/service-worker": "18.0.3",
"@apollo/client": "3.10.5",
"@apollo/server": "4.10.4",
"@grpc/grpc-js": "1.10.8",
"@grpc/grpc-js": "1.10.9",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.1.0",
"@nestjs/axios": "3.0.2",
Expand Down Expand Up @@ -162,7 +162,7 @@
"dotenv": "16.4.5",
"electron-squirrel-startup": "1.0.1",
"express": "4.19.2",
"graphql": "16.8.1",
"graphql": "16.8.2",
"graphql-subscriptions": "2.0.0",
"graphql-tools": "9.0.1",
"graphql-upload": "16.0.2",
Expand All @@ -175,20 +175,20 @@
},
"devDependencies": {
"@actions/core": "1.10.1",
"@angular-devkit/architect": "0.1800.3",
"@angular-devkit/build-angular": "18.0.3",
"@angular-devkit/core": "18.0.3",
"@angular-devkit/schematics": "18.0.3",
"@angular-devkit/architect": "0.1800.4",
"@angular-devkit/build-angular": "18.0.4",
"@angular-devkit/core": "18.0.4",
"@angular-devkit/schematics": "18.0.4",
"@angular-eslint/builder": "18.0.1",
"@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.3",
"@angular/compiler-cli": "18.0.2",
"@angular/language-service": "18.0.2",
"@capacitor/android": "6.0.0",
"@capacitor/cli": "6.0.0",
"@capacitor/core": "6.0.0",
"@angular/cli": "18.0.4",
"@angular/compiler-cli": "18.0.3",
"@angular/language-service": "18.0.3",
"@capacitor/android": "6.1.0",
"@capacitor/cli": "6.1.0",
"@capacitor/core": "6.1.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@graphql-codegen/cli": "5.0.2",
Expand All @@ -198,35 +198,35 @@
"@mermaid-js/mermaid-cli": "10.9.1",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.9",
"@ngrx/effects": "17.2.0",
"@ngrx/router-store": "17.2.0",
"@ngrx/store": "17.2.0",
"@ngrx/effects": "18.0.0",
"@ngrx/router-store": "18.0.0",
"@ngrx/store": "18.0.0",
"@ngx-translate/core": "15.0.0",
"@nx/angular": "19.2.3",
"@nx/cypress": "19.2.3",
"@nx/devkit": "19.2.3",
"@nx/eslint": "19.2.3",
"@nx/eslint-plugin": "19.2.3",
"@nx/jest": "19.2.3",
"@nx/js": "19.2.3",
"@nx/nest": "19.2.3",
"@nx/node": "19.2.3",
"@nx/plugin": "19.2.3",
"@nx/storybook": "19.2.3",
"@nx/webpack": "19.2.3",
"@nx/workspace": "19.2.3",
"@schematics/angular": "18.0.3",
"@nx/angular": "19.3.0",
"@nx/cypress": "19.3.0",
"@nx/devkit": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/nest": "19.3.0",
"@nx/node": "19.3.0",
"@nx/plugin": "19.3.0",
"@nx/storybook": "19.3.0",
"@nx/webpack": "19.3.0",
"@nx/workspace": "19.3.0",
"@schematics/angular": "18.0.4",
"@sentry/angular-ivy": "7.114.0",
"@sentry/tracing": "7.114.0",
"@storybook/addon-controls": "8.1.6",
"@storybook/angular": "8.1.6",
"@storybook/core-server": "8.1.6",
"@storybook/manager-api": "8.1.6",
"@storybook/preview-api": "8.1.6",
"@storybook/theming": "8.1.6",
"@storybook/addon-controls": "8.1.9",
"@storybook/angular": "8.1.9",
"@storybook/core-server": "8.1.9",
"@storybook/manager-api": "8.1.9",
"@storybook/preview-api": "8.1.9",
"@storybook/theming": "8.1.9",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.28",
"@swc/core": "1.5.29",
"@swc/helpers": "0.5.11",
"@types/apollo-upload-client": "18.0.0",
"@types/compression": "1.7.5",
Expand Down Expand Up @@ -254,7 +254,7 @@
"cypress": "13.11.0",
"cypress-multi-reporters": "1.6.4",
"d3": "7.9.0",
"electron": "31.0.0",
"electron": "31.0.1",
"electron-builder": "24.13.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -266,7 +266,7 @@
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-unicorn": "54.0.0",
"firebase": "10.12.2",
"firebase-admin": "12.1.1",
"firebase-functions": "5.0.1",
Expand All @@ -290,20 +290,20 @@
"moment": "2.30.1",
"ng-packagr": "18.0.0",
"ngx-markdown": "18.0.0",
"nx": "19.2.3",
"nx": "19.3.0",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.14",
"postcss-url": "10.1.3",
"prettier": "3.3.0",
"prettier-stylelint": "0.4.2",
"protobufjs": "7.3.0",
"protobufjs": "7.3.2",
"readline-sync": "1.4.10",
"roboto-fontface": "0.10.0",
"sort-json": "2.0.1",
"sort-package-json": "2.10.0",
"source-map-loader": "5.0.0",
"storybook": "8.1.6",
"storybook": "8.1.9",
"stylelint": "16.6.1",
"stylelint-config-rational-order": "0.1.2",
"stylelint-prettier": "5.0.0",
Expand All @@ -314,7 +314,7 @@
"url-loader": "4.1.1",
"util": "0.12.5",
"web-animations-js": "2.3.2",
"webpack": "5.91.0",
"webpack": "5.92.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-dev-server": "5.0.4",
"webpack-merge": "5.10.0",
Expand Down
Loading

0 comments on commit 5a58315

Please sign in to comment.