Check Version Mismatch

September 25, 2023 ยท View on GitHub

check-version-mismatch.png

Description

This validator checks that all the packages that are used in the repository are aligned with the dependency from the monorepo dependencies.

Solutions

  • Align package.json located at the root of your repository with the main configuration
  • IF a dependency is lower than the one on the monorepo, upgrade it.
  • IF a dependency is higher than the one on the monorepo, inform Vanilla team that we should upgrade it.