Skip to content

Commit

Permalink
chore(nest): update nest.js dependencies
Browse files Browse the repository at this point in the history
Updates nest plugin dependencies to nest.js 10.
No migration needed as there already is a migration for the breaking change in nest 10 included in
nx 16
  • Loading branch information
Evanion committed Apr 27, 2024
1 parent f74aeab commit 2f1188c
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 412 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -53,13 +53,13 @@
"@jest/types": "^29.4.1",
"@monodon/rust": "1.3.3",
"@napi-rs/cli": "2.14.0",
"@nestjs/cli": "^9.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/schematics": "^9.1.0",
"@nestjs/swagger": "^6.0.0",
"@nestjs/testing": "^9.0.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/schematics": "^10.1.1",
"@nestjs/swagger": "^7.3.1",
"@nestjs/testing": "^10.3.8",
"@ngrx/effects": "17.0.1",
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Expand Up @@ -30,13 +30,13 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@nestjs/schematics": "^9.1.0",
"@nestjs/schematics": "^10.1.1",
"@nx/devkit": "file:../devkit",
"@nx/js": "file:../js",
"@nx/eslint": "file:../eslint",
"@nx/node": "file:../node",
"@phenomnomnominal/tsquery": "~5.0.1",
"tslib": "^2.3.0"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/nest/src/utils/versions.ts
@@ -1,7 +1,7 @@
export const nxVersion = require('../../package.json').version;

export const nestJsVersion = '^10.0.2';
export const nestJsSchematicsVersion = '^10.0.1';
export const rxjsVersion = '^7.8.0';
export const reflectMetadataVersion = '^0.1.13';
export const tsLibVersion = '^2.3.0';
export const nestJsVersion = '^10.3.8';
export const nestJsSchematicsVersion = '^10.1.1';
export const rxjsVersion = '^7.8.1';
export const reflectMetadataVersion = '^0.2.2';
export const tsLibVersion = '^2.6.2';

0 comments on commit 2f1188c

Please sign in to comment.