Skip to content

Commit

Permalink
fix(cli): missing dependencies (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachbon authored Jan 10, 2022
1 parent a1b8735 commit f2abf87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f2abf87

Please sign in to comment.