Skip to content

Commit

Permalink
feat(nest): add migrations to nest 10 #17681
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Jun 20, 2023
1 parent 2c47bba commit 01d80e2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions packages/nest/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,35 @@
"alwaysAddToPackageJson": false
}
}
},
"16.4.0": {
"version": "16.4.0-beta.10",
"packages": {
"@nestjs/common": {
"version": "^10.0.2",
"alwaysAddToPackageJson": false
},
"@nestjs/core": {
"version": "^10.0.2",
"alwaysAddToPackageJson": false
},
"@nestjs/platform-express": {
"version": "^10.0.2",
"alwaysAddToPackageJson": false
},
"@nestjs/schematics": {
"version": "^10.0.1",
"alwaysAddToPackageJson": false
},
"@nestjs/swagger": {
"version": "^7.0.2",
"alwaysAddToPackageJson": false
},
"@nestjs/testing": {
"version": "^10.0.2",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/nest/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const nxVersion = require('../../package.json').version;

export const nestJsVersion = '^9.1.1';
export const nestJsSchematicsVersion = '^9.1.0';
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';

0 comments on commit 01d80e2

Please sign in to comment.