Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(frontend): update frontends packages 2024 06 30 #1305

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26,095 changes: 15,005 additions & 11,090 deletions admin/package-lock.json

Large diffs are not rendered by default.

30 changes: 18 additions & 12 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
"@mdi/font": "^7.4.47",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.29",
"@vue/server-renderer": "3.4.27",
"@vue/server-renderer": "3.4.29",
"@vuepress/theme-default": "^2.0.0-rc.37",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
Expand All @@ -71,23 +72,23 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vike": "^0.4.177",
"vite": "^5.3.1",
"vue": "3.4.27",
"vite": "^5.3.2",
"vue": "3.4.29",
"vue-i18n": "^9.13.1",
"vuetify": "^3.5.15"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@pinia/testing": "^0.1.3",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/test-runner": "^0.18.2",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^8.1.10",
"@storybook/vue3-vite": "^8.1.10",
"@storybook/vue3": "^8.1.11",
"@storybook/vue3-vite": "^8.1.11",
"@types/fs-extra": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
Expand All @@ -114,14 +115,19 @@
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.10",
"remark-cli": "^12.0.1",
"remark-gfm": "^4.0.0",
"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.1.11",
"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.1",
"stylelint-config-standard-scss": "^13.1.0",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.3",
Expand Down
1 change: 1 addition & 0 deletions admin/src/components/__snapshots__/PageShell.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ exports[`PageShell > renders 1`] = `
aria-describedby="switch-4-messages"
aria-disabled="false"
aria-label="$t('language.german')"
checked=""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting

id="switch-4"
type="checkbox"
value="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ exports[`TopMenu > renders 1`] = `
aria-describedby="switch-4-messages"
aria-disabled="false"
aria-label="$t('language.german')"
checked=""
id="switch-4"
type="checkbox"
value="true"
Expand Down
Loading
Loading