Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ const config: KnipConfig = {
],
ignoreDependencies: [
'@iconify-json/*',
'@voidzero-dev/vite-plus-core',
'vite-plus!',
'puppeteer',
/** Needs to be explicitly installed, even though it is not imported, to avoid type errors. */
'unplugin-vue-router',
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"generate:sprite": "node scripts/generate-file-tree-sprite.ts",
"generate:fixtures": "node scripts/generate-fixtures.ts",
"generate:lexicons": "lex build --lexicons lexicons --out shared/types/lexicons --clear",
"test": "vite test",
"test": "vitest",
"test:a11y": "pnpm build:test && LIGHTHOUSE_COLOR_MODE=dark pnpm test:a11y:prebuilt && LIGHTHOUSE_COLOR_MODE=light pnpm test:a11y:prebuilt",
"test:a11y:prebuilt": "./scripts/lighthouse.sh",
"test:perf": "pnpm build:test && pnpm test:perf:prebuilt",
Expand All @@ -43,9 +43,9 @@
"test:browser:prebuilt": "playwright test",
"test:browser:ui": "pnpm build:test && pnpm test:browser:prebuilt --ui",
"test:browser:update": "pnpm build:test && pnpm test:browser:prebuilt --update-snapshots",
"test:nuxt": "vite test --project nuxt",
"test:nuxt": "vitest --project nuxt",
"test:types": "pnpm generate:lexicons && nuxt prepare && vue-tsc -b --noEmit && pnpm --filter npmx-connector test:types",
"test:unit": "vite test --project unit",
"test:unit": "vitest --project unit",
"start:playwright:webserver": "NODE_ENV=test pnpm preview --port 5678"
},
"dependencies": {
Expand Down Expand Up @@ -75,7 +75,6 @@
"@upstash/redis": "1.36.1",
"@vite-pwa/assets-generator": "1.0.2",
"@vite-pwa/nuxt": "1.1.0",
"@voidzero-dev/vite-plus-core": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
"@vueuse/core": "14.2.0",
"@vueuse/integrations": "14.2.0",
"@vueuse/nuxt": "14.2.0",
Expand Down Expand Up @@ -107,7 +106,6 @@
"validate-npm-package-name": "7.0.2",
"virtua": "0.48.5",
"vite-plugin-pwa": "1.2.0",
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
"vue": "3.5.28",
"vue-data-ui": "3.15.0"
},
Expand Down Expand Up @@ -136,7 +134,7 @@
"schema-dts": "1.1.5",
"simple-git-hooks": "2.13.1",
"typescript": "5.9.3",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
"vitest": "^4.0.18",
"vitest-environment-nuxt": "1.0.1",
"vue-i18n-extract": "2.0.7",
"vue-tsc": "3.2.4"
Expand Down
Loading
Loading