Skip to content

Commit 48f609b

Browse files
committed
chore: update lockfile and vitest config
1 parent d1bca18 commit 48f609b

File tree

3 files changed

+40
-268
lines changed

3 files changed

+40
-268
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint": "eslint --ext .ts,.js,.mjs,.cjs .",
2929
"prepack": "unbuild",
3030
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
31-
"test": "pnpm lint && vitest run"
31+
"test": "pnpm lint && vitest run --coverage"
3232
},
3333
"dependencies": {
3434
"c12": "^0.2.10",
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@nuxtjs/eslint-config-typescript": "latest",
4343
"@types/node": "^17.0.31",
44-
"c8": "latest",
44+
"@vitest/coverage-c8": "^0.22.1",
4545
"eslint": "latest",
4646
"jiti": "^1.14.0",
4747
"standard-version": "latest",

0 commit comments

Comments
 (0)