update frontend packages

This commit is contained in:
mahula 2024-06-22 14:31:25 +02:00
parent 2b82300b93
commit fef8157b0c
2 changed files with 4068 additions and 1659 deletions

File diff suppressed because it is too large Load Diff

View File

@ -67,20 +67,20 @@
"@types/express": "^4.17.21",
"@types/node": "^20.13.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.29",
"@vue/server-renderer": "3.4.27",
"@vuepress/theme-default": "^2.0.0-rc.33",
"@vuepress/theme-default": "^2.0.0-rc.37",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.77.1",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vike": "^0.4.172",
"vike": "^0.4.177",
"vite": "^5.2.12",
"vue": "3.4.27",
"vue-i18n": "^9.13.1",
@ -88,20 +88,20 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/test-runner": "^0.18.0",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/test-runner": "^0.19.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^8.0.10",
"@storybook/vue3-vite": "^8.0.10",
"@storybook/vue3": "^8.1.10",
"@storybook/vue3-vite": "^8.1.10",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"@vuepress/bundler-vite": "^2.0.0-rc.9",
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"chromatic": "^11.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
@ -117,7 +117,7 @@
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuetify": "^2.4.0",
"eslint-plugin-yml": "^1.14.0",
"happy-dom": "^14.10.1",
"happy-dom": "^14.12.3",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@ -126,12 +126,12 @@
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"storybook": "^8.0.10",
"storybook": "^8.1.10",
"stylelint": "^16.6.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"tsx": "^4.11.0",
"vite-plugin-checker": "^0.6.4",
@ -139,7 +139,7 @@
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.0",
"vue-tsc": "^1.8.27",
"vuepress": "^2.0.0-rc.9"
"vuepress": "^2.0.0-rc.14"
},
"imports": {
"#components/*": "./src/components/*",