-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
Syncpack version
14.0.0-alpha.12
Operating system(s)
Mac
Steps to reproduce
npm init -y
npm pkg set dependencies.nx=21.3.0 dependencies.@nx/js=21.3.1 dependencies.@nx/eslint=21.3.2
npx -y syncpack@alpha lintThis is the minimal repro. It's not a monorepo but the issue is the same: I want all versions to match, even in the same (root) package.json
Expected behavior
It should report that the versions are not in the same range
Actual behavior
✓ No issues found
Contents of syncpack configuration file
Optional comments
Duplicate of #280
Code of Conduct
- I agree to follow the Code of Conduct
JamieMason
{ "versionGroups": [ { "dependencies": ["@nx/*", "nx"], "policy": "sameRange" } ] }