Merge pull request #61 from IT4Change/update-packages-20-01-2024

chore(frontend): update packages 20 01 2024
This commit is contained in:
Ulf Gebhardt 2024-01-20 10:34:29 +01:00 committed by GitHub
commit 8079f7c50a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 688 additions and 632 deletions

1248
package-lock.json generated

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.0",
"@types/node": "^20.11.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.12",
"@vue/server-renderer": "^3.4.12",
"@vue/compiler-sfc": "^3.4.15",
"@vue/server-renderer": "^3.4.15",
"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.7",
"sass-loader": "^13.3.3",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vike": "^0.4.156",
"vite": "^5.0.11",
"vue": "^3.4.12",
"vike": "^0.4.158",
"vite": "^5.0.12",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0",
"vuetify": "^3.4.10"
"vuetify": "^3.5.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@storybook/addon-essentials": "^7.6.8",
"@storybook/addon-interactions": "^7.6.8",
"@storybook/addon-links": "^7.6.8",
"@storybook/blocks": "^7.6.8",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.8",
"@storybook/vue3-vite": "^7.6.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-v8": "^1.2.0",
"@storybook/vue3": "^7.6.10",
"@storybook/vue3-vite": "^7.6.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^1.2.1",
"@vue/test-utils": "^2.4.3",
"@vuepress/bundler-vite": "^2.0.0-rc.0",
"chromatic": "^10.2.2",
"chromatic": "^10.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
@ -115,9 +115,9 @@
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vuetify": "^2.1.1",
"eslint-plugin-yml": "^1.11.0",
"happy-dom": "^13.0.4",
"prettier": "^3.2.1",
"eslint-plugin-yml": "^1.12.2",
"happy-dom": "^13.2.0",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-cli": "^12.0.0",
@ -125,8 +125,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": "^7.6.8",
"stylelint": "^16.1.0",
"storybook": "^7.6.10",
"stylelint": "^16.2.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-vue": "^1.5.0",
@ -136,7 +136,7 @@
"vite-plugin-checker": "^0.6.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.2.0",
"vitest": "^1.2.1",
"vue-tsc": "^1.8.27",
"vuepress": "^2.0.0-rc.0"
},

View File

@ -184,7 +184,10 @@ exports[`PageShell > renders 1`] = `
<div
class="v-switch__track bg-success"
/>
>
<!---->
<!---->
</div>
<div
class="v-selection-control__input"

View File

@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
import TopMenu from './TopMenu.vue'
describe('FooterMenu', () => {
describe('TopMenu', () => {
const wrapper = mount(VApp, {
slots: {
default: h(TopMenu),

View File

@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`FooterMenu > renders 1`] = `
exports[`TopMenu > renders 1`] = `
<div
class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"
>
@ -184,7 +184,10 @@ exports[`FooterMenu > renders 1`] = `
<div
class="v-switch__track bg-success"
/>
>
<!---->
<!---->
</div>
<div
class="v-selection-control__input"

View File

@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
import AboutPage from './+Page.vue'
describe('DataPrivacyPage', () => {
describe('AboutPage', () => {
const wrapper = mount(VApp, {
slots: {
default: h(AboutPage as Component),

View File

@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`DataPrivacyPage > renders 1`] = `
exports[`AboutPage > renders 1`] = `
<div
class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"
>

View File

@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
import AppPage from './+Page.vue'
describe('DataPrivacyPage', () => {
describe('AppPage', () => {
const wrapper = mount(VApp, {
slots: {
default: h(AppPage as Component),

View File

@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`DataPrivacyPage > renders 1`] = `
exports[`AppPage > renders 1`] = `
<div
class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"
>