From b80289041158cf2eb73976d90a6b4e7810e336be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:38:00 +0000 Subject: [PATCH] Bump vite-plugin-vuetify from 2.0.3 to 2.0.4 Bumps [vite-plugin-vuetify](https://github.com/vuetifyjs/vuetify-loader) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/vuetifyjs/vuetify-loader/releases) - [Commits](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.3...vite-plugin-vuetify@2.0.4) --- updated-dependencies: - dependency-name: vite-plugin-vuetify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bc86f99..9feb33d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "unplugin-vue-components": "^0.26.0", "unplugin-vue-router": "^0.8.4", "vite": "^5.1.5", - "vite-plugin-vuetify": "^2.0.3", + "vite-plugin-vuetify": "^2.0.4", "vue-router": "^4.3.0", "vue-tsc": "^2.0.6" } diff --git a/yarn.lock b/yarn.lock index bee0545..ce5f494 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2553,10 +2553,10 @@ util-deprecate@^1.0.2: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== -vite-plugin-vuetify@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/vite-plugin-vuetify/-/vite-plugin-vuetify-2.0.3.tgz#b65ee4e05cfc6bf2b478a32b6d58b42398519f1e" - integrity sha512-HbYajgGgb/noaVKNRhnnXIiQZrNXfNIeanUGAwXgOxL6h/KULS40Uf51Kyz8hNmdegF+DwjgXXI/8J1PNS83xw== +vite-plugin-vuetify@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/vite-plugin-vuetify/-/vite-plugin-vuetify-2.0.4.tgz#9beb700ee50da58d83399721d6cf4b0af83202d5" + integrity sha512-A4cliYUoP/u4AWSRVRvAPKgpgR987Pss7LpFa7s1GvOe8WjgDq92Rt3eVXrvgxGCWvZsPKziVqfHHdCMqeDhfw== dependencies: "@vuetify/loader-shared" "^2.0.3" debug "^4.3.3"