diff --git a/package.json b/package.json index 4557bf1e..e926262f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sass": "^1.62.1", "typescript": "~5.0.4", "unplugin-icons": "^0.16.2", - "unplugin-vue-components": "^0.25.0", + "unplugin-vue-components": "^0.25.1", "vite": "^4.3.9", "vitest": "^0.32.0", "vue-tsc": "^1.6.5" diff --git a/yarn.lock b/yarn.lock index 95886c5a..c7edb31f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,7 +10,7 @@ execa "^5.1.1" find-up "^5.0.0" -"@antfu/utils@^0.7.2", "@antfu/utils@^0.7.3", "@antfu/utils@^0.7.4": +"@antfu/utils@^0.7.2", "@antfu/utils@^0.7.4": version "0.7.4" resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.4.tgz#b1c11b95f89f13842204d3d83de01e10bb9257db" integrity sha512-qe8Nmh9rYI/HIspLSTwtbMFPj6dISG6+dJnOguTlPNXtCvS2uezdxscVBb7/3DrmNbQK49TDqpkSQ1chbRGdpQ== @@ -3440,12 +3440,12 @@ unplugin-icons@^0.16.2: local-pkg "^0.4.3" unplugin "^1.3.1" -unplugin-vue-components@^0.25.0: - version "0.25.0" - resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.25.0.tgz#e95c5edd16ad69c3afde9802e0b65f080656d0dc" - integrity sha512-HxrQ4GMSS1RwVww2av3a42cABo/v5AmTRN9iARv6e/xwkrfTyHhLh84kFwXxKkXK61vxDHxaryn694mQmkiVBg== +unplugin-vue-components@^0.25.1: + version "0.25.1" + resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.25.1.tgz#84e30374460e2e6e30b6c5bfa6127c11097c1065" + integrity sha512-kzS2ZHVMaGU2XEO2keYQcMjNZkanDSGDdY96uQT9EPe+wqSZwwgbFfKVJ5ti0+8rGAcKHColwKUvctBhq2LJ3A== dependencies: - "@antfu/utils" "^0.7.3" + "@antfu/utils" "^0.7.4" "@rollup/pluginutils" "^5.0.2" chokidar "^3.5.3" debug "^4.3.4"