nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
961 stars 59 forks source link

chore(deps): replace fast-glob with tinyglobby #263

Closed Namchee closed 1 month ago

Namchee commented 2 months ago

๐Ÿ”— Linked issue

โ“ Type of change

This pull request replaces fast-glob with tinyglobby.

๐Ÿ“š Description

tinyglobby is both smaller and uses less dependencies while keeping the same behavior.