Skip to content

Commit

Permalink
fix: change peer deps to be more than 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Oct 27, 2023
1 parent 49bba8d commit 1f09ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^4.6.4"
},
"peerDependencies": {
"knex": "^2.0.0"
"knex": ">=2.0.0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 1f09ce4

Please sign in to comment.