Skip to content

Commit

Permalink
update vuetify package
Browse files Browse the repository at this point in the history
  • Loading branch information
mahula committed Mar 30, 2024
1 parent eaac797 commit 19a63d8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions src/components/__snapshots__/PageShell.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
>
<!---->
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -245,7 +246,7 @@ exports[`PageShell > renders 1`] = `
tag="div"
>
<!---->
</transition-stub>
</transition-group-stub>
<!---->
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions src/components/menu/__snapshots__/TopMenu.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -245,7 +246,7 @@ exports[`TopMenu > renders 1`] = `
tag="div"
>
<!---->
</transition-stub>
</transition-group-stub>
<!---->
</div>
</div>
Expand Down

0 comments on commit 19a63d8

Please sign in to comment.