From 383c485fad910560bf82453a8f5fc8d7b00360a7 Mon Sep 17 00:00:00 2001 From: nicola-smartive <112560347+nicola-smartive@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:08:13 +0100 Subject: [PATCH] fix: Knex as peer dep (#99) --- package-lock.json | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/package-lock.json b/package-lock.json index 7dcdf4e..dd5885f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,6 +54,9 @@ }, "engines": { "node": ">=20" + }, + "peerDependencies": { + "knex": "^3.0.1" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 8e04684..15723ad 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,9 @@ "ts-morph": "^19.0.0", "uuid": "^9.0.0" }, + "peerDependencies": { + "knex": "^3.0.1" + }, "devDependencies": { "@smartive/eslint-config": "3.3.0", "@smartive/prettier-config": "3.1.2",