Skip to content

Commit

Permalink
fix: should support both 9 and 10 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Jun 28, 2023
1 parent f28eb01 commit 50f2273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"typescript": "5.0.4"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0"
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 50f2273

Please sign in to comment.