From 9236ade8fb90ef3d4f80ce50b6f16a9dde1f1cdc Mon Sep 17 00:00:00 2001 From: Olivier Pichon <203745+opichon@users.noreply.github.com> Date: Thu, 14 Jul 2022 00:32:15 +0700 Subject: [PATCH] update peer dependencies (#93) 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`). --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9669b07..62f249b 100644 --- a/package.json +++ b/package.json @@ -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": {