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
This PR removes the external `compare-versions` dependency by implementing a custom version comparison function in the project's utils module.
- Replaces the external `compare-versions` package with a custom implementation
- Updates import statements to use the new local function
- Removes the dependency from package.json
Fix: #1301
0 commit comments