From cf7b9b9486069a8a3cf4443353603fcb2174d012 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 11 Sep 2024 11:54:35 +0100 Subject: [PATCH] [LOCAL] remove resolution and add commander as devDependency for the monorepo --- package.json | 1 + packages/helloworld/package.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 25cb35cf4c4..a49c3fa3f03 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/helloworld/package.json b/packages/helloworld/package.json index c795593bd40..034bdd7074d 100644 --- a/packages/helloworld/package.json +++ b/packages/helloworld/package.json @@ -34,8 +34,5 @@ }, "engines": { "node": ">=18" - }, - "resolution": { - "commander": "^12.0.0" } }