From f2abf87cf2050ada40681da9450b1b9b67d72f76 Mon Sep 17 00:00:00 2001 From: Tzach Bonfil <45866571+tzachbon@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:56:23 +0200 Subject: [PATCH] fix(cli): missing dependencies (#2261) --- package-lock.json | 4 ++++ packages/cli/package.json | 2 ++ 2 files changed, 6 insertions(+) diff --git a/package-lock.json b/package-lock.json index 77e7cda9e..96ca95660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7293,11 +7293,13 @@ "dependencies": { "@file-services/node": "^5.7.1", "@file-services/types": "^5.7.1", + "@stylable/build-tools": "^4.10.0", "@stylable/code-formatter": "^4.10.0", "@stylable/core": "^4.10.0", "@stylable/node": "^4.10.0", "@stylable/optimizer": "^4.10.0", "@wixc3/resolve-directory-context": "^1.0.3", + "decache": "^4.6.1", "lodash.camelcase": "^4.3.0", "lodash.upperfirst": "^4.3.1", "yargs": "^17.3.1" @@ -7839,11 +7841,13 @@ "requires": { "@file-services/node": "^5.7.1", "@file-services/types": "^5.7.1", + "@stylable/build-tools": "^4.10.0", "@stylable/code-formatter": "^4.10.0", "@stylable/core": "^4.10.0", "@stylable/node": "^4.10.0", "@stylable/optimizer": "^4.10.0", "@wixc3/resolve-directory-context": "^1.0.3", + "decache": "^4.6.1", "lodash.camelcase": "^4.3.0", "lodash.upperfirst": "^4.3.1", "yargs": "^17.3.1" diff --git a/packages/cli/package.json b/packages/cli/package.json index 9d887e6e5..4b8f63087 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -14,11 +14,13 @@ "dependencies": { "@file-services/node": "^5.7.1", "@file-services/types": "^5.7.1", + "@stylable/build-tools": "^4.10.0", "@stylable/code-formatter": "^4.10.0", "@stylable/core": "^4.10.0", "@stylable/node": "^4.10.0", "@stylable/optimizer": "^4.10.0", "@wixc3/resolve-directory-context": "^1.0.3", + "decache": "^4.6.1", "lodash.camelcase": "^4.3.0", "lodash.upperfirst": "^4.3.1", "yargs": "^17.3.1"