Skip to content

Commit

Permalink
build(deps-dev): bump unplugin-icons from 0.16.5 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [unplugin-icons](https://github.com/antfu/unplugin-icons) from 0.16.5 to 0.17.0.
- [Release notes](https://github.com/antfu/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.16.5...v0.17.0)

---
updated-dependencies:
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 1d73d2f commit 6ccba46
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.3",
"unplugin-auto-import": "^0.16.1",
"unplugin-icons": "^0.16.5",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^2.9.14",
"vitest": "^0.33.0"
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
execa "^5.1.1"
find-up "^5.0.0"

"@antfu/utils@^0.7.2", "@antfu/utils@^0.7.4", "@antfu/utils@^0.7.5":
version "0.7.5"
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.5.tgz#c36f37add92a7de57b9c29ae0c1f399706bff345"
integrity sha512-dlR6LdS+0SzOAPx/TPRhnoi7hE251OVeT2Snw0RguNbBSbjUHdWr0l3vcUUDg26rEysT89kCbtw1lVorBXLLCg==
"@antfu/utils@^0.7.2", "@antfu/utils@^0.7.5", "@antfu/utils@^0.7.6":
version "0.7.6"
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.6.tgz#30a046419b9e1ecd276e53d41ab68fb6c558c04d"
integrity sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==

"@apollo/client@^3.8.3":
version "3.8.3"
Expand Down Expand Up @@ -1152,13 +1152,13 @@
resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==

"@iconify/utils@^2.1.7":
version "2.1.7"
resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.1.7.tgz#f6be175e08194925bf2cb091a8a3e36c88b8b636"
integrity sha512-P8S3z/L1LcV4Qem9AoCfVAaTFGySEMzFEY4CHZLkfRj0Fv9LiR+AwjDgrDrzyI93U2L2mg9JHsbTJ52mF8suNw==
"@iconify/utils@^2.1.9":
version "2.1.11"
resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.1.11.tgz#15cf9e15dfeb8e6dd79181dc3994dc1115d042e5"
integrity sha512-M/w3PkN8zQYXi8N6qK/KhnYMfEbbb6Sk8RZVn8g+Pmmu5ybw177RpsaGwpziyHeUsu4etrexYSWq3rwnIqzYCg==
dependencies:
"@antfu/install-pkg" "^0.1.1"
"@antfu/utils" "^0.7.4"
"@antfu/utils" "^0.7.5"
"@iconify/types" "^2.0.0"
debug "^4.3.4"
kolorist "^1.8.0"
Expand Down Expand Up @@ -14834,18 +14834,18 @@ unplugin-auto-import@^0.16.1:
unimport "^3.0.7"
unplugin "^1.3.1"

unplugin-icons@^0.16.5:
version "0.16.5"
resolved "https://registry.yarnpkg.com/unplugin-icons/-/unplugin-icons-0.16.5.tgz#1f84bc1ee0b8dabfe2728bb9e01fbc3491fe9d70"
integrity sha512-laCCqMWfng1XZgB9yowGfjBdDhtmz8t8zVnhzRNEMhBNdy26QrVewVmdXk/zsiAQYnEWvIxTjvW1nQXrxdd2+w==
unplugin-icons@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/unplugin-icons/-/unplugin-icons-0.17.0.tgz#790d47fe8c7704ea265bc0bb9837853128b9791c"
integrity sha512-gMv66eY/Hj64heM55XrfDH3LUCWI51mtkBVUPVl9VkpvLgAYhdVe9nRuzu6p+idmCLSQVq7xiPxQcD4aXCgW5A==
dependencies:
"@antfu/install-pkg" "^0.1.1"
"@antfu/utils" "^0.7.5"
"@iconify/utils" "^2.1.7"
"@antfu/utils" "^0.7.6"
"@iconify/utils" "^2.1.9"
debug "^4.3.4"
kolorist "^1.8.0"
local-pkg "^0.4.3"
unplugin "^1.3.2"
unplugin "^1.4.0"

unplugin-vue-components@^0.25.2:
version "0.25.2"
Expand Down Expand Up @@ -14873,7 +14873,7 @@ [email protected]:
webpack-sources "^3.2.3"
webpack-virtual-modules "^0.5.0"

unplugin@^1.3.1, unplugin@^1.3.2, unplugin@^1.4.0:
unplugin@^1.3.1, unplugin@^1.4.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.5.0.tgz#8938ae84defe62afc7757df9ca05d27160f6c20c"
integrity sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==
Expand Down

0 comments on commit 6ccba46

Please sign in to comment.