Skip to content

Commit e91c760

Browse files
chore(deps): update devdependency knip to 5.86.0 and remove unneeded entry and ignoreDependencies from config (#1980)
Co-authored-by: Alex Savelyev <91429106+alexdln@users.noreply.github.com>
1 parent 48df372 commit e91c760

File tree

3 files changed

+106
-109
lines changed

3 files changed

+106
-109
lines changed

knip.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ const config: KnipConfig = {
44
workspaces: {
55
'.': {
66
entry: [
7-
'app/router.options.ts!',
8-
'app/app.vue!',
9-
'app/error.vue!',
107
'app/pages/**/*.vue!',
118
'app/components/**/*.vue!',
129
'app/components/**/*.d.vue.ts!',
@@ -65,14 +62,7 @@ const config: KnipConfig = {
6562
},
6663
'docs': {
6764
entry: ['app/**/*.{ts,vue,css}'],
68-
ignoreDependencies: [
69-
'docus',
70-
'better-sqlite3',
71-
'@nuxtjs/mdc',
72-
'nuxt!',
73-
'@nuxt/ui',
74-
'tailwindcss',
75-
],
65+
ignoreDependencies: ['docus', 'better-sqlite3', '@nuxtjs/mdc', 'nuxt!'],
7666
},
7767
},
7868
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"fast-check": "4.5.3",
146146
"h3": "1.15.5",
147147
"h3-next": "npm:h3@2.0.1-rc.14",
148-
"knip": "5.85.0",
148+
"knip": "5.86.0",
149149
"lint-staged": "16.3.2",
150150
"markdown-it-anchor": "9.2.0",
151151
"oxfmt": "0.36.0",

0 commit comments

Comments
 (0)