Closed matteodisabatino closed 2 years ago
According to package.json the dependencies list is:
{ "dependencies": { "arrify": "^3.0.0", "cp-file": "^9.1.0", "globby": "^12.0.0", "junk": "^3.1.0", "nested-error-stacks": "^2.1.0", "p-filter": "^2.1.0", "p-map": "^5.0.0" }
However checking against my package-lock.json, cpy resolves dependencies like so:
As shown, almost all packages are resolved with a version different than the one in the package.json and I can't figure out why. Could someone explain?
You are comparing master with last published version which is like 8 months ago. Hence the difference,
Got it, thanks for the answer.
According to package.json the dependencies list is:
However checking against my package-lock.json, cpy resolves dependencies like so:
As shown, almost all packages are resolved with a version different than the one in the package.json and I can't figure out why. Could someone explain?