Merge pull request #43 from IT4Change/update-packages

chore(frontend): update packages
This commit is contained in:
Ulf Gebhardt 2024-01-06 04:13:20 +01:00 committed by GitHub
commit 59f74e150f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 500 additions and 554 deletions

1005
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -62,40 +62,40 @@
"@mdi/font": "^7.4.47",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/compiler-sfc": "^3.3.13",
"@vue/server-renderer": "^3.3.13",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/compiler-sfc": "^3.4.5",
"@vue/server-renderer": "^3.4.5",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.69.5",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vike": "^0.4.152-commit-3d25618",
"vite": "^5.0.10",
"vue": "^3.3.13",
"vike": "^0.4.153",
"vite": "^5.0.11",
"vue": "^3.4.5",
"vue-i18n": "^9.8.0",
"vuetify": "^3.4.8"
"vuetify": "^3.4.9"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/blocks": "^7.6.6",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.6",
"@storybook/vue3-vite": "^7.6.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-v8": "^1.1.0",
"@storybook/vue3": "^7.6.7",
"@storybook/vue3-vite": "^7.6.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitest/coverage-v8": "^1.1.3",
"@vue/test-utils": "^2.4.3",
"@vuepress/bundler-vite": "^2.0.0-rc.0",
"chromatic": "^10.2.0",
@ -122,17 +122,17 @@
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"storybook": "^7.6.6",
"storybook": "^7.6.7",
"stylelint": "^16.1.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.1.0",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27",
"vuepress": "^2.0.0-rc.0"
},
@ -147,5 +147,10 @@
"#context/*": "./renderer/context/*",
"#types/*": "./types/*",
"#root/*": "./*"
},
"overrides": {
"@vue/test-utils": {
"@vue/server-renderer@": "$@vue/server-renderer"
}
}
}

View File

@ -21,7 +21,7 @@ export default mergeConfig(
thresholds: {
lines: 17,
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
branches: 44,
branches: 41,
statements: 17,
},
},