Skip to content

Commit

Permalink
Merge pull request #89 from kamronbatman/kbatman/fix_peers
Browse files Browse the repository at this point in the history
fix(deps): fix missing peer dependency for nestjs core
  • Loading branch information
kamilmysliwiec authored Jun 23, 2023
2 parents f7edd6c + 4581f7c commit 93c0ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"cache-manager": "<=5",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.0.0"
Expand Down

0 comments on commit 93c0ef1

Please sign in to comment.