Merge pull request #7017 from Ocelot-Social-Community/update-frontend-boilerplate-19-02

chore(frontend): update frontend boilerplate
This commit is contained in:
Ulf Gebhardt 2024-02-20 14:10:24 +01:00 committed by GitHub
commit 4c9f87f93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1207 additions and 729 deletions

File diff suppressed because it is too large Load Diff

View File

@ -65,43 +65,43 @@
"@mdi/font": "^7.4.47",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/node": "^20.11.8",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.15",
"@vue/server-renderer": "^3.4.15",
"@types/node": "^20.11.19",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/server-renderer": "3.4.19",
"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.70.0",
"sass-loader": "^14.0.0",
"sass": "^1.71.0",
"sass-loader": "^14.1.0",
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vike": "^0.4.160",
"vite": "^5.0.12",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0",
"vuetify": "^3.5.1"
"vike": "^0.4.162",
"vite": "^5.1.3",
"vue": "3.4.19",
"vue-i18n": "^9.9.1",
"vuetify": "^3.5.4"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/addon-essentials": "^7.6.16",
"@storybook/addon-interactions": "^7.6.16",
"@storybook/addon-links": "^7.6.16",
"@storybook/blocks": "^7.6.16",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.10",
"@storybook/vue3-vite": "^7.6.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-v8": "^1.2.2",
"@storybook/vue3": "^7.6.16",
"@storybook/vue3-vite": "^7.6.16",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitest/coverage-v8": "^1.3.0",
"@vue/test-utils": "^2.4.4",
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"chromatic": "^10.6.1",
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"chromatic": "^10.9.6",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
@ -110,14 +110,14 @@
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^2.1.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vuetify": "^2.1.1",
"eslint-plugin-yml": "^1.12.2",
"happy-dom": "^13.3.1",
"prettier": "^3.2.4",
"happy-dom": "^13.3.8",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-cli": "^12.0.0",
@ -125,18 +125,18 @@
"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.10",
"stylelint": "^16.2.0",
"storybook": "^7.6.16",
"stylelint": "^16.2.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"tsx": "^4.7.0",
"vite-plugin-checker": "^0.6.2",
"tsx": "^4.7.1",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.2.2",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27",
"vuepress": "^2.0.0-rc.0"
},