Explicitly state packages to upgrade

This commit is contained in:
Felipe Suero
2023-06-14 12:42:36 -04:00
parent cd7fabeb7f
commit 833b6fcac5
2 changed files with 64 additions and 1 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"expressions",
"workflow-parser",
"languageservice",
"languageserver"
],
"version": "0.3.5"
}
}