You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace manual version checks with semver and improve type safety
- Add semver dependency for version comparison
- Replace isVuetifyAtLeast with vuetifyGte using semver
- Change viteVersion from tuple to string type
- Update all version checks to use semver
- Add @types/semver for type safety
0 commit comments