add code-coverage and istanbul dependecies
This commit is contained in:
parent
77965c5dda
commit
13750cd360
|
|
@ -27,6 +27,7 @@
|
|||
"vue-router": "^4.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/code-coverage": "^3.11.0",
|
||||
"@cypress/vue": "^5.0.3",
|
||||
"@mutoe/eslint-config-preset-vue": "~2.1.2",
|
||||
"@pinia/testing": "^0.0.14",
|
||||
|
|
@ -45,6 +46,7 @@
|
|||
"swagger-typescript-api": "^12.0.2",
|
||||
"typescript": "~4.9.4",
|
||||
"vite": "^4.0.3",
|
||||
"vite-plugin-istanbul": "^5.0.0",
|
||||
"vue-tsc": "^1.0.19"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
|||
2329
pnpm-lock.yaml
2329
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue