Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"generate:fixtures": "node scripts/generate-fixtures.ts",
"generate:lexicons": "lex build --lexicons lexicons --out shared/types/lexicons --clear",
"generate:jwk": "node scripts/gen-jwk.ts",
"test": "vite test",
"test": "vp test",
"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 @@ -44,9 +44,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": "vp test --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": "vp test --project unit",
"start:playwright:webserver": "NODE_ENV=test pnpm preview --port 5678"
},
"dependencies": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"@upstash/redis": "1.36.2",
"@vite-pwa/assets-generator": "1.0.2",
"@vite-pwa/nuxt": "1.1.1",
"@voidzero-dev/vite-plus-core": "0.0.0-b1666489.20260220-0254",
"@voidzero-dev/vite-plus-core": "0.0.0-g52709db6.20260226-1136",
"@vueuse/core": "14.2.1",
"@vueuse/integrations": "14.2.1",
"@vueuse/nuxt": "14.2.1",
Expand Down Expand Up @@ -109,7 +109,7 @@
"validate-npm-package-name": "7.0.2",
"virtua": "0.48.6",
"vite-plugin-pwa": "1.2.0",
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
"vite-plus": "0.0.0-g52709db6.20260226-1136",
"vue": "3.5.29",
"vue-data-ui": "3.15.8"
},
Expand All @@ -122,7 +122,6 @@
"@types/sanitize-html": "2.16.0",
"@types/semver": "7.7.1",
"@types/validate-npm-package-name": "4.0.2",
"@vitest/browser-playwright": "4.0.18",
"@vitest/coverage-v8": "4.0.18",
"@vue/test-utils": "2.4.6",
"axe-core": "4.11.1",
Expand All @@ -139,7 +138,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-b1666489.20260220-0254",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-g52709db6.20260226-1136",
"vitest-environment-nuxt": "1.0.1",
"vue-i18n-extract": "2.0.7",
"vue-tsc": "3.2.5"
Expand Down
Loading
Loading