update vuetify package

This commit is contained in:
mahula 2024-03-30 10:13:27 +01:00
parent eaac797b6b
commit 19a63d8c4b
4 changed files with 14 additions and 12 deletions

12
package-lock.json generated
View File

@ -32,7 +32,7 @@
"vite": "^5.2.7", "vite": "^5.2.7",
"vue": "3.4.21", "vue": "3.4.21",
"vue-i18n": "^9.10.2", "vue-i18n": "^9.10.2",
"vuetify": "^3.5.11" "vuetify": "^3.5.13"
}, },
"devDependencies": { "devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
@ -33595,9 +33595,9 @@
} }
}, },
"node_modules/vuetify": { "node_modules/vuetify": {
"version": "3.5.11", "version": "3.5.13",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.5.11.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.5.13.tgz",
"integrity": "sha512-us5I0jyFwIQYG4v41PFmVMkoc/oJddVT4C2RFjJTI99ttigbQ92gsTeG5SB8BPfmfnUS4paR5BedZwk6W3KlJw==", "integrity": "sha512-3ZyIoHgB2GR87ojIpqNwkkRXlUNTEKh83fjUuQ1hOKdTXzEuZXBgtfUt9kp4WOVnYILGdZKWTJ6gv8nXOa/tZA==",
"engines": { "engines": {
"node": "^12.20 || >=14.13" "node": "^12.20 || >=14.13"
}, },
@ -33607,10 +33607,10 @@
}, },
"peerDependencies": { "peerDependencies": {
"typescript": ">=4.7", "typescript": ">=4.7",
"vite-plugin-vuetify": ">=2.0.3", "vite-plugin-vuetify": ">=1.0.0",
"vue": "^3.3.0", "vue": "^3.3.0",
"vue-i18n": "^9.0.0", "vue-i18n": "^9.0.0",
"webpack-plugin-vuetify": ">=2.0.0-alpha.11" "webpack-plugin-vuetify": ">=2.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"typescript": { "typescript": {

View File

@ -84,7 +84,7 @@
"vite": "^5.2.7", "vite": "^5.2.7",
"vue": "3.4.21", "vue": "3.4.21",
"vue-i18n": "^9.10.2", "vue-i18n": "^9.10.2",
"vuetify": "^3.5.11" "vuetify": "^3.5.13"
}, },
"devDependencies": { "devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",

View File

@ -10,7 +10,7 @@ exports[`PageShell > renders 1`] = `
<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(0%); position: fixed; transition: none !important; left: 0px; width: calc(100% - 0px - 0px);"
> >
<!----> <!---->
@ -197,6 +197,7 @@ exports[`PageShell > renders 1`] = `
<input <input
aria-describedby="switch-4-messages" aria-describedby="switch-4-messages"
aria-disabled="false" aria-disabled="false"
aria-label="$t('language.german')"
id="switch-4" id="switch-4"
type="checkbox" type="checkbox"
value="true" value="true"
@ -233,7 +234,7 @@ exports[`PageShell > renders 1`] = `
<div <div
class="v-input__details" class="v-input__details"
> >
<transition-stub <transition-group-stub
appear="false" appear="false"
aria-live="polite" aria-live="polite"
class="v-messages" class="v-messages"
@ -245,7 +246,7 @@ exports[`PageShell > renders 1`] = `
tag="div" tag="div"
> >
<!----> <!---->
</transition-stub> </transition-group-stub>
<!----> <!---->
</div> </div>
</div> </div>

View File

@ -197,6 +197,7 @@ exports[`TopMenu > renders 1`] = `
<input <input
aria-describedby="switch-4-messages" aria-describedby="switch-4-messages"
aria-disabled="false" aria-disabled="false"
aria-label="$t('language.german')"
id="switch-4" id="switch-4"
type="checkbox" type="checkbox"
value="true" value="true"
@ -233,7 +234,7 @@ exports[`TopMenu > renders 1`] = `
<div <div
class="v-input__details" class="v-input__details"
> >
<transition-stub <transition-group-stub
appear="false" appear="false"
aria-live="polite" aria-live="polite"
class="v-messages" class="v-messages"
@ -245,7 +246,7 @@ exports[`TopMenu > renders 1`] = `
tag="div" tag="div"
> >
<!----> <!---->
</transition-stub> </transition-group-stub>
<!----> <!---->
</div> </div>
</div> </div>