Skip to content

Commit

Permalink
remove redundant peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Sep 21, 2024
1 parent 1e5554b commit 10846bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
"lint:fix": "standard --fix"
},
"dependencies": {
"fastify-plugin": "^4.5.1"
},
"peerDependencies": {
"fastify": "^5.0.0",
"toad-scheduler": ">= 2.0.0 < 4"
"fastify-plugin": "^5.0.0",
"toad-scheduler": ">=2.0.0 <4"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
Expand Down

0 comments on commit 10846bf

Please sign in to comment.