-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nest): fix invalid nestjs versions
- Loading branch information
1 parent
05ee74e
commit ceee1dd
Showing
4 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
export const nxVersion = require('../../package.json').version; | ||
|
||
export const nestJsVersion = '^9.1.0'; | ||
export const nestJsVersion = '^9.1.1'; | ||
export const nestJsSchematicsVersion = '^9.1.0'; | ||
export const rxjsVersion = '^7.8.0'; | ||
export const reflectMetadataVersion = '^0.1.13'; | ||
export const tsLibVersion = '^2.3.0'; |