Skip to content

Commit

Permalink
support multiple nestjs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
duysolo committed Aug 5, 2022
1 parent 04d79e6 commit 9fad53f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@mercury-labs/hashing": "^1.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/cqrs": "^9.0.0",
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/swagger": "^6.0.0",
"@nestjs/common": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/core": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/cqrs": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/jwt": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/passport": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/swagger": "^6.0.0 || ^5.0.0",
"bcrypt": "~5.0.1",
"class-transformer": "~0.5.1",
"class-validator": "~0.13.2",
Expand Down Expand Up @@ -91,12 +91,12 @@
"typescript": "^4.3.5"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 | ^8.0.0 | ^7.0.0",
"@nestjs/core": "^9.0.0 | ^8.0.0 | ^7.0.0",
"@nestjs/cqrs": "^9.0.0 | ^8.0.0 | ^7.0.0",
"@nestjs/jwt": "^9.0.0 | ^8.0.0 | ^7.0.0",
"@nestjs/passport": "^9.0.0 | ^8.0.0 | ^7.0.0",
"@nestjs/swagger": "^6.0.0 | ^5.0.0"
"@nestjs/common": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/core": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/cqrs": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/jwt": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/passport": "^9.0.0 || ^8.0.0 || ^7.0.0",
"@nestjs/swagger": "^6.0.0 || ^5.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 9fad53f

Please sign in to comment.