Skip to content

Commit 55349fd

Browse files
committed
fix: knip issues
1 parent 964b4aa commit 55349fd

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ignoreDependencies": ["prettier"]
1212
},
1313
"packages/docs": {
14-
"entry": ["{remark,scripts}/*.ts"]
14+
"entry": ["{plugins,scripts}/*.ts"]
1515
},
1616
"packages/vscode-knip": {
1717
"entry": ["src/index.js!", "scripts/*.js", "test/*.mjs"],

packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
},
2020
"dependencies": {
2121
"@astro-community/astro-embed-youtube": "0.5.10",
22-
"@astrojs/markdown-satteri": "0.3.3",
2322
"@astrojs/starlight": "0.41.3",
24-
"satteri": "0.9.4",
2523
"sharp": "0.35.1"
2624
},
2725
"devDependencies": {
2826
"@astrojs/check": "0.9.9",
27+
"@astrojs/markdown-satteri": "0.3.3",
2928
"@octokit/graphql": "^9.0.3",
3029
"astro": "7.0.6",
31-
"picocolors": "^1.1.1"
30+
"picocolors": "^1.1.1",
31+
"satteri": "0.9.4"
3232
},
3333
"engines": {
3434
"node": ">=22.0.0"

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)