Skip to content

Commit 98f75de

Browse files
committed
knip deps
1 parent 894f764 commit 98f75de

File tree

3 files changed

+17
-229
lines changed

3 files changed

+17
-229
lines changed

knip.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
2-
"entry": ["scripts/**/*.js", "src/**/*.ts", "test/**/*.test.ts"],
3-
"project": ["scripts/**/*", "src/**/*", "test/**/*"],
2+
"entry": [
3+
".config/*.{js,mjs}",
4+
"bin/*.js",
5+
"scripts/**/*.js",
6+
"shadow-bin/**",
7+
"src/**/*.ts",
8+
"test/**/*.test.ts",
9+
"*.js"
10+
],
11+
"project": [
12+
".config/**",
13+
"bin/**",
14+
"scripts/**",
15+
"shadow-bin/**",
16+
"src/**",
17+
"test/**"
18+
],
419
"ignore": ["dist/**/*"]
520
}

package-lock.json

-224
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,10 @@
128128
"@types/mock-fs": "^4.13.4",
129129
"@types/node": "^22.13.10",
130130
"@types/npmcli__arborist": "^6.3.0",
131-
"@types/npmcli__promise-spawn": "^6.0.3",
132131
"@types/proc-log": "^3.0.4",
133132
"@types/semver": "^7.5.8",
134-
"@types/update-notifier": "^6.0.8",
135133
"@types/which": "^3.0.4",
136134
"@types/yargs-parser": "^21.0.3",
137-
"@typescript-eslint/eslint-plugin": "^8.27.0",
138135
"@typescript-eslint/parser": "^8.27.0",
139136
"@vitest/coverage-v8": "3.0.9",
140137
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)