[LOCAL] remove resolution and add commander as devDependency for the monorepo

This commit is contained in:
Riccardo Cipolleschi
2024-09-11 11:54:35 +01:00
parent 8734cff95e
commit cf7b9b9486
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@
"babel-preset-fbjs": "^3.4.0",
"chalk": "^4.0.0",
"clang-format": "^1.8.0",
"commander": "^12.0.0",
"connect": "^3.6.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
-3
View File
@@ -34,8 +34,5 @@
},
"engines": {
"node": ">=18"
},
"resolution": {
"commander": "^12.0.0"
}
}