Skip to content

Commit

Permalink
chore: remove reflect-metadata from peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 7, 2024
1 parent 9af88ae commit 561603a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.12"
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 561603a

Please sign in to comment.