Skip to content

Commit

Permalink
build(deps): bump project dependencies (#822)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod authored Mar 2, 2024
1 parent 3020894 commit 85efe9e
Show file tree
Hide file tree
Showing 5 changed files with 1,200 additions and 1,044 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"class-validator": "0.14.1",
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.18.2",
"express": "4.18.3",
"firebase-admin": "12.0.0",
"firebase-functions": "4.7.0",
"google-protobuf": "3.21.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nestjs/serve-static": "4.0.1",
"axios": "1.6.7",
"compression": "1.7.4",
"express": "4.18.2",
"express": "4.18.3",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1",
"tslib": "2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/graphql-upload": "16.0.7",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.10",
"@apollo/server": "4.10.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.18.2",
"express": "4.18.3",
"firebase-admin": "12.0.0",
"firebase-functions": "4.7.0",
"google-protobuf": "3.21.2",
Expand Down
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app/nx-ng-starter",
"version": "7.7.1",
"version": "7.7.2",
"private": true,
"description": "Monorepo starter: Nx, Angular, Angular Elements, Electron, NodeJS, NestJS, Firebase.",
"license": "MIT",
Expand Down Expand Up @@ -118,19 +118,19 @@
"word-wrap": ">=1.2.4"
},
"dependencies": {
"@angular/animations": "17.2.2",
"@angular/animations": "17.2.3",
"@angular/cdk": "17.2.1",
"@angular/common": "17.2.2",
"@angular/compiler": "17.2.2",
"@angular/core": "17.2.2",
"@angular/elements": "17.2.2",
"@angular/forms": "17.2.2",
"@angular/common": "17.2.3",
"@angular/compiler": "17.2.3",
"@angular/core": "17.2.3",
"@angular/elements": "17.2.3",
"@angular/forms": "17.2.3",
"@angular/material": "17.2.1",
"@angular/material-moment-adapter": "17.2.1",
"@angular/platform-browser": "17.2.2",
"@angular/platform-browser-dynamic": "17.2.2",
"@angular/router": "17.2.2",
"@angular/service-worker": "17.2.2",
"@angular/platform-browser": "17.2.3",
"@angular/platform-browser-dynamic": "17.2.3",
"@angular/router": "17.2.3",
"@angular/service-worker": "17.2.3",
"@apollo/client": "3.9.5",
"@apollo/server": "4.10.0",
"@grpc/grpc-js": "1.10.1",
Expand Down Expand Up @@ -162,7 +162,7 @@
"core-js": "3.36.0",
"dotenv": "16.4.5",
"electron-squirrel-startup": "1.0.0",
"express": "4.18.2",
"express": "4.18.3",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-tools": "9.0.1",
Expand All @@ -176,23 +176,23 @@
},
"devDependencies": {
"@actions/core": "1.10.1",
"@angular-devkit/architect": "0.1702.1",
"@angular-devkit/build-angular": "17.2.1",
"@angular-devkit/core": "17.2.1",
"@angular-devkit/schematics": "17.2.1",
"@angular-devkit/architect": "0.1702.2",
"@angular-devkit/build-angular": "17.2.2",
"@angular-devkit/core": "17.2.2",
"@angular-devkit/schematics": "17.2.2",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "17.2.1",
"@angular/compiler-cli": "17.2.2",
"@angular/language-service": "17.2.2",
"@capacitor/android": "5.7.0",
"@capacitor/cli": "5.7.0",
"@capacitor/core": "5.7.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@angular/cli": "17.2.2",
"@angular/compiler-cli": "17.2.3",
"@angular/language-service": "17.2.3",
"@capacitor/android": "5.7.1",
"@capacitor/cli": "5.7.1",
"@capacitor/core": "5.7.1",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-apollo-angular": "4.0.0",
Expand All @@ -204,30 +204,30 @@
"@ngrx/router-store": "17.1.1",
"@ngrx/store": "17.1.1",
"@ngx-translate/core": "15.0.0",
"@nx/angular": "18.0.5",
"@nx/cypress": "18.0.5",
"@nx/devkit": "18.0.5",
"@nx/eslint": "18.0.5",
"@nx/eslint-plugin": "18.0.5",
"@nx/jest": "18.0.5",
"@nx/js": "18.0.5",
"@nx/nest": "18.0.5",
"@nx/node": "18.0.5",
"@nx/plugin": "18.0.5",
"@nx/storybook": "18.0.5",
"@nx/webpack": "18.0.5",
"@nx/workspace": "18.0.5",
"@schematics/angular": "17.2.1",
"@sentry/angular-ivy": "7.102.1",
"@sentry/tracing": "7.102.1",
"@nx/angular": "18.0.6",
"@nx/cypress": "18.0.6",
"@nx/devkit": "18.0.6",
"@nx/eslint": "18.0.6",
"@nx/eslint-plugin": "18.0.6",
"@nx/jest": "18.0.6",
"@nx/js": "18.0.6",
"@nx/nest": "18.0.6",
"@nx/node": "18.0.6",
"@nx/plugin": "18.0.6",
"@nx/storybook": "18.0.6",
"@nx/webpack": "18.0.6",
"@nx/workspace": "18.0.6",
"@schematics/angular": "17.2.2",
"@sentry/angular-ivy": "7.104.0",
"@sentry/tracing": "7.104.0",
"@storybook/addon-controls": "7.6.17",
"@storybook/angular": "7.6.17",
"@storybook/core-server": "7.6.17",
"@storybook/manager-api": "7.6.17",
"@storybook/preview-api": "7.6.17",
"@storybook/theming": "7.6.17",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.3.9",
"@swc/cli": "0.3.10",
"@swc/core": "1.4.2",
"@swc/helpers": "0.5.6",
"@types/apollo-upload-client": "18.0.0",
Expand All @@ -240,12 +240,12 @@
"@types/jest": "29.5.12",
"@types/jsdom": "21.1.6",
"@types/marked": "5.0.2",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"@types/readline-sync": "1.4.8",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@ungap/custom-elements": "1.3.0",
"@webcomponents/custom-elements": "1.6.0",
"@webcomponents/webcomponentsjs": "2.8.0",
Expand All @@ -255,7 +255,7 @@
"cypress": "13.6.6",
"cypress-multi-reporters": "1.6.4",
"d3": "7.8.5",
"electron": "29.0.1",
"electron": "29.1.0",
"electron-builder": "24.12.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -268,7 +268,7 @@
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-unicorn": "51.0.1",
"firebase": "10.8.0",
"firebase": "10.8.1",
"firebase-admin": "12.0.0",
"firebase-functions": "4.7.0",
"google-protobuf": "3.21.2",
Expand All @@ -284,14 +284,14 @@
"marked": "10.0.0",
"material-design-icon-fonts-self-hosted-web": "1.0.7",
"memo-decorator": "2.0.1",
"mini-css-extract-plugin": "2.8.0",
"mini-css-extract-plugin": "2.8.1",
"mocha": "10.3.0",
"mochawesome": "7.1.3",
"mochawesome-merge": "4.3.0",
"moment": "2.30.1",
"ng-packagr": "17.2.0",
"ngx-markdown": "17.1.1",
"nx": "18.0.5",
"nx": "18.0.6",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"postcss-preset-env": "9.4.0",
Expand Down
Loading

0 comments on commit 85efe9e

Please sign in to comment.