From e9193fdb5939ef083723ce114663427cd3a25db6 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Tue, 7 Nov 2023 11:25:01 +0100 Subject: [PATCH] Improve knip setup --- .knip.jsonc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.knip.jsonc b/.knip.jsonc index 23e18d7..1469412 100644 --- a/.knip.jsonc +++ b/.knip.jsonc @@ -1,5 +1,5 @@ { "$schema": "https://unpkg.com/knip@2/schema.json", "ignore": ["index.test-d.ts"], - "ignoreDependencies": ["@types/mocha", "mocha"] + "ignoreDependencies": ["@types/mocha"] } diff --git a/package.json b/package.json index 77a66c1..e2cdaeb 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "eslint-plugin-unicorn": "^47.0.0", "husky": "^8.0.3", "installed-check": "^7.1.1", - "knip": "^2.13.0", + "knip": "^2.40.0", "linemod": "^1.1.0", "mocha": "^10.2.0", "nodemon": "^2.0.22",