Summary
We want to notify the user if they are potentially using an older/unsupported external dependencies of vite, next, nuxt, etc with a runtime warning. We currently only do the dependencies check during onboarding, but we should be doing it whenever they are starting up the app with a semver check.
Acceptance Criteria
- Should verify accepted semver ranges for external dependencies
- Should validate that the user’s dependencies falls in that range
- If it does not, display a warning to the user
- Determine other packages that we need to do this for & add these checks
Resources
Any Notion documents, Google documents, Figma Boards
┆Issue is synchronized with this Jira Task by Unito
┆author: Tim Griesser
┆friendlyId: UNIFY-1818
┆priority: None
┆sprint: Fast Follows 1
┆taskType: Task