Syncpack: introducing syncpack to fix versions of packages; packages fixed with Syncpack.

This commit is contained in:
gbuomprisco
2024-10-26 12:18:24 +08:00
parent 93b0f3d450
commit 8e9d6659e1
31 changed files with 222 additions and 210 deletions

10
.syncpackrc Normal file
View File

@@ -0,0 +1,10 @@
{
"versionGroups": [
{
"label": "Use workspace protocol when developing local packages",
"dependencies": ["$LOCAL"],
"dependencyTypes": ["dev", "prod"],
"pinVersion": "workspace:*"
}
]
}