Syncpack version
14.x
Operating system(s)
Linux
Steps to reproduce
// syncpack.config.mjs
export default {
versionGroups: [
{
dependencies: ["xxx"],
dependencyTypes: ["local"],
pinVersion: "1.0.0" // this line will not work
}
]
}
Expected behavior
"version" of package.json for xxx will change, like what v13 do.
Actual behavior
Nothing happen, evething pass.
Contents of syncpack configuration file
Optional comments
No response
Code of Conduct
Syncpack version
14.x
Operating system(s)
Linux
Steps to reproduce
Expected behavior
"version" of package.json for xxx will change, like what v13 do.
Actual behavior
Nothing happen, evething pass.
Contents of syncpack configuration file
Optional comments
No response
Code of Conduct