Merge pull request #1299 from freqtrade/dependabot/npm_and_yarn/main/unplugin-vue-components-0.25.1

build(deps-dev): bump unplugin-vue-components from 0.25.0 to 0.25.1
This commit is contained in:
Matthias 2023-06-07 17:37:27 +02:00 committed by GitHub
commit d1de7620f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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"