Skip to content

Commit

Permalink
chore(package.json): update to latest @vuetify/one
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 10, 2024
1 parent c80e33f commit 7706b4b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@cosmicjs/sdk": "^1.0.11",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuetify/one": "^1.1.1",
"@vuetify/one": "^1.1.5",
"algoliasearch": "^4.20.0",
"fflate": "^0.8.1",
"isomorphic-fetch": "^3.0.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/docs/src/layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<v-app>
<VoNotificationsBanner />

<VoAuthDialog />
<VoNotificationsBanner order="-1" />

<AppSettingsDrawer />

Expand Down
4 changes: 1 addition & 3 deletions packages/docs/src/layouts/home.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<v-app>
<VoNotificationsBanner />

<VoAuthDialog />
<VoNotificationsBanner order="-1" />

<AppSettingsDrawer />

Expand Down
2 changes: 2 additions & 0 deletions packages/docs/src/layouts/user.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template>
<v-app>
<VoNotificationsBanner order="-1" />

<AppSettingsDrawer />

<AppBarBar />
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3949,10 +3949,10 @@
find-cache-dir "^3.3.2"
upath "^2.0.1"

"@vuetify/one@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.1.1.tgz#938fa96bfa9329cf326a45d2ec03f22b317b23fc"
integrity sha512-Q9XgP+eqfImVHHucREycGgzaOk4R3m5l6wMPBsEcv5XXhzkhncILm/KMhel/5sYRn9MfBNpyg17s7NeciixTRg==
"@vuetify/one@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.1.5.tgz#00c28119edc29428dee238c69537f79e996041f5"
integrity sha512-GxsxGbruHJCE0GqwOKIXvHGBJYOrLEd2FA/wL6TyqOn0w8s9k6tSuCuVOCr+H8oh+vncT7TBZavKFOKgGhizlw==

"@vueuse/head@^1.3.1":
version "1.3.1"
Expand Down

0 comments on commit 7706b4b

Please sign in to comment.