Skip to content

Commit

Permalink
Update dependency vite-plugin-vuetify to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2022
1 parent 6731e2b commit b9c15c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vite": "3.1.4",
"vite-plugin-mdi-icons": "0.1.0",
"vite-plugin-pages": "0.26.0",
"vite-plugin-vuetify": "1.0.0-alpha.17",
"vite-plugin-vuetify": "1.0.0",
"vue-tsc": "0.40.13"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.40.tgz#e57799da2a930b975321981fcee3d1e90ed257ae"
integrity sha512-0PLQ6RUtZM0vO3teRfzGi4ltLUO5aO+kLgwh4Um3THSR03rpQWLTuRCkuO5A41ITzwdWeKdPHtSARuPkoo5pCQ==

"@vuetify/loader-shared@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@vuetify/loader-shared/-/loader-shared-1.6.0.tgz#b595eee4d5867c7ba7efd5248a631cce9a94c72c"
integrity sha512-mRvswe5SIecagmKkL1c0UQx5V9ACKLyEGegOOe5vC3ccFH8rMbyI4AVZaAKm/EnGXKirWJ1umL8RQFcGd+C0tw==
"@vuetify/loader-shared@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@vuetify/loader-shared/-/loader-shared-1.7.0.tgz#b3bea7f90795dd8efdb536b192335590d85bffdd"
integrity sha512-Db4K67wMhduDsbvdRBYkrYuomti+j0E/1vlz1lnDng5F9LYYBcXa60qypIazVGI6GX/CuY1vshN6XGtGQI4FKg==
dependencies:
find-cache-dir "^3.3.2"
upath "^2.0.1"
Expand Down Expand Up @@ -1472,12 +1472,12 @@ vite-plugin-pages@0.26.0:
picocolors "^1.0.0"
yaml "^2.1.1"

vite-plugin-vuetify@1.0.0-alpha.17:
version "1.0.0-alpha.17"
resolved "https://registry.yarnpkg.com/vite-plugin-vuetify/-/vite-plugin-vuetify-1.0.0-alpha.17.tgz#2205c85667757111ed7e8b24e0c7b01a421d7f63"
integrity sha512-lP4vG+Z3LnIEjI8nSE8/MJwDRQK5OnS2i4zHDu36yyD4E7wmPKyIkWJdkfBIsx/O+PU7dGc/3MeLARgr+RErEQ==
vite-plugin-vuetify@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vite-plugin-vuetify/-/vite-plugin-vuetify-1.0.0.tgz#41139404d8be584debcc2582b5e015681aa5539e"
integrity sha512-30+W6H//wjOegKCha4wQ3IS+JyXDE6IayL5cK5S4IrM7WIceV/WitnxljbPZHER+Jyl3BGIuYV6nofjMOfRO1g==
dependencies:
"@vuetify/loader-shared" "^1.6.0"
"@vuetify/loader-shared" "^1.7.0"
debug "^4.3.3"
upath "^2.0.1"

Expand Down

0 comments on commit b9c15c6

Please sign in to comment.