Skip to content

Commit

Permalink
chore(package.json): update @vuetify/one
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 11, 2024
1 parent 7706b4b commit 3ea9bda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5",
"@vuetify/one": "^1.1.6",
"algoliasearch": "^4.20.0",
"fflate": "^0.8.1",
"isomorphic-fetch": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/app/bar/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
const theme = useTheme()
const logo = computed(() => {
const file = `${theme.name.value}.svg`
const file = `${theme.current.value.dark ? 'dark' : 'light'}.svg`
const logo = 'vuetify-logo-v3-slim'
return `${logo}-${lgAndUp.value ? 'text-' : ''}${file}`
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.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.1.5.tgz#00c28119edc29428dee238c69537f79e996041f5"
integrity sha512-GxsxGbruHJCE0GqwOKIXvHGBJYOrLEd2FA/wL6TyqOn0w8s9k6tSuCuVOCr+H8oh+vncT7TBZavKFOKgGhizlw==
"@vuetify/one@^1.1.6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.1.6.tgz#6e436c687b3db2823553dd256f655d0ced897c38"
integrity sha512-f6js/6fAxf10wm6xTSxAJqMZzrnwGECyO/cli29f7kG8xmHews3RJeFNJii9lXAFjPuK52hfEAjcWm2yhkOrug==

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

0 comments on commit 3ea9bda

Please sign in to comment.