Skip to content

Commit

Permalink
update peer dependencies
Browse files Browse the repository at this point in the history
peer dependencies for fastify (`< 3.x`) and slonik (`< 25.x`) were inconsistent with the declared devDependencies for the same (`fastify: 4.0.3` and `slonik: 28.1.1`).
  • Loading branch information
opichon committed Jul 13, 2022
1 parent 5927991 commit 2e51316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"peerDependencies": {
"fastify": "< 3.x",
"slonik": "< 25.x"
"fastify": "< 4.x",
"slonik": "< 28.x"
},
"peerDependenciesMeta": {
"fastify": {
Expand Down

0 comments on commit 2e51316

Please sign in to comment.