mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
update vuetify package
This commit is contained in:
parent
eaac797b6b
commit
19a63d8c4b
12
package-lock.json
generated
12
package-lock.json
generated
@ -32,7 +32,7 @@
|
||||
"vite": "^5.2.7",
|
||||
"vue": "3.4.21",
|
||||
"vue-i18n": "^9.10.2",
|
||||
"vuetify": "^3.5.11"
|
||||
"vuetify": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
|
||||
@ -33595,9 +33595,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vuetify": {
|
||||
"version": "3.5.11",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.5.11.tgz",
|
||||
"integrity": "sha512-us5I0jyFwIQYG4v41PFmVMkoc/oJddVT4C2RFjJTI99ttigbQ92gsTeG5SB8BPfmfnUS4paR5BedZwk6W3KlJw==",
|
||||
"version": "3.5.13",
|
||||
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.5.13.tgz",
|
||||
"integrity": "sha512-3ZyIoHgB2GR87ojIpqNwkkRXlUNTEKh83fjUuQ1hOKdTXzEuZXBgtfUt9kp4WOVnYILGdZKWTJ6gv8nXOa/tZA==",
|
||||
"engines": {
|
||||
"node": "^12.20 || >=14.13"
|
||||
},
|
||||
@ -33607,10 +33607,10 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">=4.7",
|
||||
"vite-plugin-vuetify": ">=2.0.3",
|
||||
"vite-plugin-vuetify": ">=1.0.0",
|
||||
"vue": "^3.3.0",
|
||||
"vue-i18n": "^9.0.0",
|
||||
"webpack-plugin-vuetify": ">=2.0.0-alpha.11"
|
||||
"webpack-plugin-vuetify": ">=2.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
"vite": "^5.2.7",
|
||||
"vue": "3.4.21",
|
||||
"vue-i18n": "^9.10.2",
|
||||
"vuetify": "^3.5.11"
|
||||
"vuetify": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
|
||||
|
||||
@ -10,7 +10,7 @@ exports[`PageShell > renders 1`] = `
|
||||
|
||||
<header
|
||||
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
|
||||
aria-describedby="switch-4-messages"
|
||||
aria-disabled="false"
|
||||
aria-label="$t('language.german')"
|
||||
id="switch-4"
|
||||
type="checkbox"
|
||||
value="true"
|
||||
@ -233,7 +234,7 @@ exports[`PageShell > renders 1`] = `
|
||||
<div
|
||||
class="v-input__details"
|
||||
>
|
||||
<transition-stub
|
||||
<transition-group-stub
|
||||
appear="false"
|
||||
aria-live="polite"
|
||||
class="v-messages"
|
||||
@ -245,7 +246,7 @@ exports[`PageShell > renders 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<!---->
|
||||
</transition-stub>
|
||||
</transition-group-stub>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -197,6 +197,7 @@ exports[`TopMenu > renders 1`] = `
|
||||
<input
|
||||
aria-describedby="switch-4-messages"
|
||||
aria-disabled="false"
|
||||
aria-label="$t('language.german')"
|
||||
id="switch-4"
|
||||
type="checkbox"
|
||||
value="true"
|
||||
@ -233,7 +234,7 @@ exports[`TopMenu > renders 1`] = `
|
||||
<div
|
||||
class="v-input__details"
|
||||
>
|
||||
<transition-stub
|
||||
<transition-group-stub
|
||||
appear="false"
|
||||
aria-live="polite"
|
||||
class="v-messages"
|
||||
@ -245,7 +246,7 @@ exports[`TopMenu > renders 1`] = `
|
||||
tag="div"
|
||||
>
|
||||
<!---->
|
||||
</transition-stub>
|
||||
</transition-group-stub>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user