new base packages

This commit is contained in:
Ulf Gebhardt 2024-03-25 10:14:56 +01:00
parent a213b51559
commit beaacca19e
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 1379 additions and 759 deletions

2114
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -65,26 +65,26 @@
"@mdi/font": "^7.4.47",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/server-renderer": "3.4.21",
"@vuepress/theme-default": "^2.0.0-rc.18",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.3",
"express": "^4.19.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vike": "^0.4.165",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vike": "^0.4.167",
"vite": "^5.2.6",
"vue": "3.4.21",
"vue-i18n": "^9.10.2",
"vuetify": "^3.5.9"
"vuetify": "^3.5.11"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
@ -98,8 +98,8 @@
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^8.0.0",
"@storybook/vue3-vite": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"@vuepress/bundler-vite": "^2.0.0-rc.8",
@ -117,8 +117,8 @@
"eslint-plugin-vitest": "^0.3.26",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vuetify": "^2.2.0",
"eslint-plugin-yml": "^1.12.2",
"happy-dom": "^13.8.6",
"eslint-plugin-yml": "^1.13.2",
"happy-dom": "^14.3.6",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -127,8 +127,8 @@
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"storybook": "^8.0.0",
"stylelint": "^16.2.1",
"storybook": "^8.0.4",
"stylelint": "^16.3.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-recommended-vue": "^1.5.0",