|
56 | 56 | "test:types": "tsc --build tsconfig.json",
|
57 | 57 | "test:unit": "vitest --coverage",
|
58 | 58 | "firebase:emulators": "firebase emulators:start",
|
59 |
| - "test:dev": "vitest", |
| 59 | + "test:dev": "vitest --ui", |
60 | 60 | "test": "pnpm run lint && pnpm run test:types && pnpm run build && pnpm run -C packages/nuxt build && pnpm run test:unit run",
|
61 | 61 | "prepare": "simple-git-hooks"
|
62 | 62 | },
|
|
90 | 90 | }
|
91 | 91 | },
|
92 | 92 | "devDependencies": {
|
93 |
| - "@vitest/coverage-v8": "^1.3.1", |
| 93 | + "@vitest/coverage-v8": "^2.0.2", |
| 94 | + "@vitest/ui": "^2.0.2", |
94 | 95 | "@vue/runtime-core": "^3.4.19",
|
95 |
| - "@vue/test-utils": "^2.4.4", |
| 96 | + "@vue/test-utils": "^2.4.6", |
96 | 97 | "chalk": "^5.3.0",
|
97 | 98 | "consola": "^3.2.3",
|
98 | 99 | "conventional-changelog-cli": "^2.0.34",
|
|
102 | 103 | "firebase-admin": "^12.0.0",
|
103 | 104 | "focus-visible": "^5.2.0",
|
104 | 105 | "globby": "^14.0.0",
|
105 |
| - "happy-dom": "^13.4.1", |
| 106 | + "happy-dom": "^14.12.3", |
106 | 107 | "lint-staged": "^15.2.2",
|
107 | 108 | "minimist": "^1.2.8",
|
108 | 109 | "p-series": "^3.0.0",
|
|
114 | 115 | "typescript": "~5.3.3",
|
115 | 116 | "unbuild": "^2.0.0",
|
116 | 117 | "vitepress": "1.0.0-rc.44",
|
117 |
| - "vitest": "^1.3.1", |
| 118 | + "vitest": "^2.0.2", |
118 | 119 | "vue": "^3.4.19"
|
119 | 120 | },
|
120 | 121 | "simple-git-hooks": {
|
|
0 commit comments