I pinned this to a specific Vue version while trying to work around the bug in 3.0.3, but it shouldn't have been committed that way. This changes it to cover all current Vue 3.x releases except the one that breaks all the icon components.
Once Vue 3.0.4 is released (and presumably fixes the bug) we can update this to ^3.0.0 <3.0.3 || ^3.0.4 and hopefully never touch it again.
I pinned this to a specific Vue version while trying to work around the bug in 3.0.3, but it shouldn't have been committed that way. This changes it to cover all current Vue 3.x releases except the one that breaks all the icon components.
Once Vue 3.0.4 is released (and presumably fixes the bug) we can update this to
^3.0.0 <3.0.3 || ^3.0.4
and hopefully never touch it again.