Skip to content

Commit

Permalink
feat(nest): add migrations to nest 10 #17681 (#17685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Jun 21, 2023
1 parent f3f7406 commit f35a4ac
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.11",
"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';

1 comment on commit f35a4ac

@vercel
Copy link

@vercel vercel bot commented on f35a4ac Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.