Skip to content

Commit 94611bd

Browse files
committed
chore(deps): update knip to v5.61.3
Reason: updated knip to fix compatibility issues with cli-boxes
1 parent 0d14e8f commit 94611bd

File tree

3 files changed

+282
-65
lines changed

3 files changed

+282
-65
lines changed

knip.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"ignoreDependencies": [
4-
"virtual:pwa-info",
5-
"virtual:pwa-register",
4+
"dotenv",
65
"sharp"
76
],
87
"entry": [
9-
"src/**/*.test.ts",
10-
"src/**/*.test.tsx",
118
"generated/**/*.ts",
129
"src/index.tsx!"
1310
],
1411
"project": [
1512
"src/**/*.d.ts",
16-
"src/**/*.test.ts",
17-
"src/**/*.test.tsx",
1813
"src/**/*.tsx!",
1914
"src/**/*.ts!"
2015
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-simple-import-sort": "^10.0.0",
6868
"graphql": "^16.9.0",
6969
"happy-dom": "^15.7.3",
70-
"knip": "^5.29.2",
70+
"knip": "^5.61.3",
7171
"patch-package": "^7.0.0",
7272
"postcss": "^8.3.0",
7373
"postcss-nested": "^6.0.1",

0 commit comments

Comments
 (0)