From 378fb6678d6ed3edc4d80b94ee9ddf2630ff491c Mon Sep 17 00:00:00 2001 From: daffl Date: Tue, 10 Oct 2023 20:03:29 -0700 Subject: [PATCH] Better Knex peer dependency scope --- packages/knex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/knex/package.json b/packages/knex/package.json index 9b9bb48cce..40f42a0bc5 100644 --- a/packages/knex/package.json +++ b/packages/knex/package.json @@ -57,7 +57,7 @@ "@feathersjs/feathers": "^5.0.10" }, "peerDependencies": { - "knex": "^3.0.1" + "knex": ">= 2.1.0" }, "devDependencies": { "@feathersjs/adapter-tests": "^5.0.10",