mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
update build essentials
This commit is contained in:
parent
a851c5c8cb
commit
dd674616ed
1366
package-lock.json
generated
1366
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -76,8 +76,8 @@
|
|||||||
"sirv": "^2.0.4",
|
"sirv": "^2.0.4",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"vike": "^0.4.147",
|
"vike": "^0.4.152",
|
||||||
"vite": "^5.0.2",
|
"vite": "^5.0.10",
|
||||||
"vue": "^3.3.8",
|
"vue": "^3.3.8",
|
||||||
"vue-i18n": "^9.7.1",
|
"vue-i18n": "^9.7.1",
|
||||||
"vuetify": "^3.4.8"
|
"vuetify": "^3.4.8"
|
||||||
@ -95,7 +95,7 @@
|
|||||||
"@storybook/vue3-vite": "^7.6.6",
|
"@storybook/vue3-vite": "^7.6.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
||||||
"@typescript-eslint/parser": "^6.16.0",
|
"@typescript-eslint/parser": "^6.16.0",
|
||||||
"@vitest/coverage-v8": "^0.34.6",
|
"@vitest/coverage-v8": "^1.1.0",
|
||||||
"@vue/test-utils": "^2.4.2",
|
"@vue/test-utils": "^2.4.2",
|
||||||
"@vuepress/bundler-vite": "^2.0.0-rc.0",
|
"@vuepress/bundler-vite": "^2.0.0-rc.0",
|
||||||
"chromatic": "^10.2.0",
|
"chromatic": "^10.2.0",
|
||||||
@ -132,7 +132,7 @@
|
|||||||
"vite-plugin-checker": "^0.6.2",
|
"vite-plugin-checker": "^0.6.2",
|
||||||
"vite-plugin-compression": "^0.5.1",
|
"vite-plugin-compression": "^0.5.1",
|
||||||
"vite-plugin-vuetify": "^1.0.2",
|
"vite-plugin-vuetify": "^1.0.2",
|
||||||
"vitest": "^0.34.6",
|
"vitest": "^1.1.0",
|
||||||
"vue-tsc": "^1.8.25",
|
"vue-tsc": "^1.8.25",
|
||||||
"vuepress": "^2.0.0-rc.0"
|
"vuepress": "^2.0.0-rc.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -18,10 +18,12 @@ export default mergeConfig(
|
|||||||
'**/*{.,-}stories.?(c|m)[jt]s?(x)',
|
'**/*{.,-}stories.?(c|m)[jt]s?(x)',
|
||||||
'src/stories/**/*',
|
'src/stories/**/*',
|
||||||
],
|
],
|
||||||
lines: 17,
|
thresholds: {
|
||||||
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
|
lines: 17,
|
||||||
branches: 44,
|
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
|
||||||
statements: 17,
|
branches: 44,
|
||||||
|
statements: 17,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user