Merge pull request #252 from IT4Change/dependabot/npm_and_yarn/vuetify-3.6.6

build(other): bump vuetify from 3.5.16 to 3.6.6
This commit is contained in:
mahula 2024-05-25 12:13:33 +02:00 committed by GitHub
commit 61890e5ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 21 additions and 9 deletions

8
package-lock.json generated
View File

@ -31,7 +31,7 @@
"vite": "^5.2.11", "vite": "^5.2.11",
"vue": "3.4.27", "vue": "3.4.27",
"vue-i18n": "^9.13.1", "vue-i18n": "^9.13.1",
"vuetify": "^3.5.16" "vuetify": "^3.6.6"
}, },
"devDependencies": { "devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
@ -28173,9 +28173,9 @@
} }
}, },
"node_modules/vuetify": { "node_modules/vuetify": {
"version": "3.5.16", "version": "3.6.6",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.5.16.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.6.6.tgz",
"integrity": "sha512-jyApfATreFMkgjvK0bL7ntZnr+p9TU73+4E3kX6fIvUitdAP9fltG7yj+v3k14HLqZRSNhTL1GhQ95DFx631zw==", "integrity": "sha512-7RkL0kuLsVUbc0YCwhPhVq54gSFKt5xv+SOrF01dxwJz7Ke3tAbvO616WhhQIfS78h1q/Ev952WJj5jpsdK58g==",
"engines": { "engines": {
"node": "^12.20 || >=14.13" "node": "^12.20 || >=14.13"
}, },

View File

@ -83,7 +83,7 @@
"vite": "^5.2.11", "vite": "^5.2.11",
"vue": "3.4.27", "vue": "3.4.27",
"vue-i18n": "^9.13.1", "vue-i18n": "^9.13.1",
"vuetify": "^3.5.16" "vuetify": "^3.6.6"
}, },
"devDependencies": { "devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",

View File

@ -8,9 +8,10 @@ exports[`PageShell > renders 1`] = `
class="v-application__wrap" class="v-application__wrap"
> >
<header <header
class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr v-app-bar" class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr v-app-bar"
style="top: 0px; z-index: 1004; transform: translateY(0%); position: fixed; left: 0px; width: calc(100% - 0px - 0px);" style="top: 0px; z-index: 1004; transform: translateY(0px); position: fixed; left: 0px; width: calc(100% - 0px - 0px);"
> >
<!----> <!---->
@ -168,7 +169,7 @@ exports[`PageShell > renders 1`] = `
class="v-col" class="v-col"
> >
<div <div
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5" class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5"
> >
<!----> <!---->
<div <div
@ -271,6 +272,7 @@ exports[`PageShell > renders 1`] = `
Page Content Page Content
</div> </div>
</div> </div>
`; `;

View File

@ -8,9 +8,10 @@ exports[`TopMenu > renders 1`] = `
class="v-application__wrap" class="v-application__wrap"
> >
<header <header
class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr v-app-bar" class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr v-app-bar"
style="top: 0px; z-index: 1004; transform: translateY(0%); position: fixed; left: 0px; width: calc(100% - 0px - 0px);" style="top: 0px; z-index: 1004; transform: translateY(0px); position: fixed; left: 0px; width: calc(100% - 0px - 0px);"
> >
<!----> <!---->
@ -168,7 +169,7 @@ exports[`TopMenu > renders 1`] = `
class="v-col" class="v-col"
> >
<div <div
class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5" class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-switch d-flex justify-end mr-5"
> >
<!----> <!---->
<div <div
@ -268,6 +269,7 @@ exports[`TopMenu > renders 1`] = `
</header> </header>
</div> </div>
</div> </div>
`; `;

View File

@ -8,6 +8,7 @@ exports[`LogoAvatar > renders 1`] = `
class="v-application__wrap" class="v-application__wrap"
> >
<main <main
class="v-main bg-grey-lighten-3" class="v-main bg-grey-lighten-3"
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px; transition: none !important;" style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px; transition: none !important;"
@ -35,6 +36,7 @@ exports[`LogoAvatar > renders 1`] = `
</main> </main>
</div> </div>
</div> </div>
`; `;

View File

@ -8,6 +8,7 @@ exports[`AboutPage > renders 1`] = `
class="v-application__wrap" class="v-application__wrap"
> >
<main <main
class="v-main bg-grey-lighten-3" class="v-main bg-grey-lighten-3"
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;" style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;"
@ -63,6 +64,7 @@ exports[`AboutPage > renders 1`] = `
</main> </main>
</div> </div>
</div> </div>
`; `;

View File

@ -8,6 +8,7 @@ exports[`AppPage > renders 1`] = `
class="v-application__wrap" class="v-application__wrap"
> >
<main <main
class="v-main bg-grey-lighten-3" class="v-main bg-grey-lighten-3"
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;" style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;"
@ -156,6 +157,7 @@ exports[`AppPage > renders 1`] = `
</main> </main>
</div> </div>
</div> </div>
`; `;

View File

@ -8,6 +8,7 @@ exports[`IndexPage > renders 1`] = `
class="v-application__wrap" class="v-application__wrap"
> >
<main <main
class="v-main bg-grey-lighten-3" class="v-main bg-grey-lighten-3"
style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;" style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;"
@ -64,6 +65,7 @@ exports[`IndexPage > renders 1`] = `
</main> </main>
</div> </div>
</div> </div>
`; `;