Validate projects dependencies using the Expo bundled modules list
byCedric opened this issue · 0 comments
byCedric commented
Description of the feature
Validate, within VSCode, if the listed dependencies in package.json
match the semver ranges in the Expo bundled modules list.
Motivation
This can help to keep the dependencies up to date with the SDK version, although that shouldn't happen often.