Skip to content

Commit

Permalink
build(deps): bump project dependnecies (#846)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
- [x] remove grpc web from the project;
  • Loading branch information
rfprod authored Jun 11, 2024
1 parent fd7bf2d commit e300c45
Show file tree
Hide file tree
Showing 31 changed files with 1,785 additions and 1,962 deletions.
5 changes: 0 additions & 5 deletions .eslint/.eslintrc.module-boundaries.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ exports.constraints = [
],
sourceTag: 'scope:client-gql',
},
{
onlyDependOnLibsWithTags: ['scope:client-testing-unit', 'scope:client-util', 'scope:proto'],
sourceTag: 'scope:client-grpc',
},
{
onlyDependOnLibsWithTags: [
'scope:client-directives',
Expand Down Expand Up @@ -224,7 +220,6 @@ exports.constraints = [
'scope:client-dashboards',
'scope:client-diagnostics',
'scope:client-gql',
'scope:client-grpc',
'scope:client-guided-tour',
'scope:client-material',
'scope:client-pwa-offline',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ Thumbs.db
/tools/shell/vars.sh

.nx/cache
.nx/workspace-data
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

/.nx/cache
.angular/cache

/.nx/workspace-data
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/throttler": "5.1.2",
"@nestjs/websockets": "10.3.9",
"axios": "1.7.2",
"cache-manager": "5.5.3",
"cache-manager": "5.6.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
Expand All @@ -41,6 +41,6 @@
"protobufjs": "7.3.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.2"
"tslib": "2.6.3"
}
}
2 changes: 1 addition & 1 deletion apps/client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"buildTarget": "client:build:production"
}
},
"executor": "@angular-devkit/build-angular:dev-server",
"executor": "@nx/angular:dev-server",
"options": {
"buildTarget": "client:build",
"proxyConfig": "apps/client/proxy.conf.json"
Expand Down
4 changes: 0 additions & 4 deletions apps/client/src/app/client.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ServiceWorkerModule } from '@angular/service-worker';
import { AppCoreModule } from '@app/client-core';
import { AppCoreComponentsModule } from '@app/client-core-components';
import { AppGqlModule } from '@app/client-gql';
import { AppGrpcModule, AppGrpcService } from '@app/client-grpc';
import { AppMaterialModule } from '@app/client-material';
import { AppPwaOfflineModule } from '@app/client-pwa-offline';
import { AppDiagnosticsStoreModule, diagnosticsAction, IDiagnosticsState } from '@app/client-store-diagnostics';
Expand Down Expand Up @@ -35,7 +34,6 @@ import { AppRootComponent } from './components/root.component';
AppMaterialModule.forRoot(),
AppTranslateModule.forRoot(),
AppGqlModule.forRoot(environment),
AppGrpcModule.forRoot(environment),
AppElizaModule.forRoot(),
AppPwaOfflineModule,
AppClientRoutingModule,
Expand All @@ -48,10 +46,8 @@ import { AppRootComponent } from './components/root.component';
})
export class AppClientModule {
constructor(
private readonly grpc: AppGrpcService,
private readonly store: Store<IDiagnosticsState>,
) {
void this.grpc.getEntityById().subscribe();
this.store.dispatch(diagnosticsAction.connect());
}
}
2 changes: 1 addition & 1 deletion apps/documentation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"browserTarget": "documentation:build:production"
}
},
"executor": "@angular-devkit/build-angular:dev-server",
"executor": "@nx/angular:dev-server",
"options": {
"browserTarget": "documentation:build"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/elements/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"proxyConfig": "apps/elements/proxy.conf.json"
}
},
"executor": "@angular-devkit/build-angular:dev-server",
"executor": "@nx/angular:dev-server",
"options": {
"buildTarget": "elements:build"
}
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 @@ -13,6 +13,6 @@
"express": "4.19.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.2"
"tslib": "2.6.3"
}
}
67 changes: 55 additions & 12 deletions functions/package-lock.json

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

6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@nestjs/swagger": "7.3.1",
"@nestjs/websockets": "10.3.9",
"@nestjs/cache-manager": "2.2.2",
"cache-manager": "5.5.3",
"cache-manager": "5.6.1",
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/graphql-upload": "16.0.7",
"@types/node": "20.14.1",
"@types/node": "20.14.2",
"@types/websocket": "1.0.10",
"@types/ws": "8.5.10",
"@apollo/server": "4.10.4",
Expand All @@ -55,7 +55,7 @@
"grpc-web": "1.5.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"engines": {
"node": ">=10",
Expand Down
6 changes: 3 additions & 3 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.35",
"version": "1.0.36",
"description": "NestJS API diagnostics module.",
"keywords": [
"nestjs-controller",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"author": "rfprod <[email protected]>",
"dependencies": {
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"peerDependencies": {
"@nestjs/common": "10.3.9",
Expand All @@ -28,4 +28,4 @@
"dotenv": "16.4.5",
"rxjs": "7.8.1"
}
}
}
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.5.0",
"version": "1.5.1",
"description": "Angular chart components based on D3JS (https://d3js.org).",
"keywords": [
"angular-charts",
Expand All @@ -21,11 +21,11 @@
"license": "MIT",
"author": "rfprod <[email protected]>",
"dependencies": {
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/common": "18.0.1",
"@angular/core": "18.0.1",
"@angular/common": "18.0.2",
"@angular/core": "18.0.2",
"@types/d3": "7.4.3",
"d3": "7.9.0"
}
Expand Down
4 changes: 0 additions & 4 deletions libs/client-grpc/.eslintrc.json

This file was deleted.

16 changes: 0 additions & 16 deletions libs/client-grpc/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions libs/client-grpc/jest.config.ts

This file was deleted.

Loading

0 comments on commit e300c45

Please sign in to comment.