Skip to content

Commit

Permalink
fix($cli): bump CAC version (#1062)
Browse files Browse the repository at this point in the history
Since --no-cache is defined, --cache/--no-cache can only be a boolean, and so any argument that you attempt to pass to --cache is interpreted as an individual argument, and in this case becomes the targetDir.
  • Loading branch information
spiltcoffee authored and ulivz committed Dec 3, 2018
1 parent 1e28e92 commit 172afa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/@vuepress/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/vuejs/vuepress/issues"
},
"dependencies": {
"cac": "^6.3.3",
"cac": "^6.3.6",
"chalk": "^2.3.2",
"semver": "^5.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1681,9 +1681,9 @@ byline@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1"

cac@^6.3.3:
version "6.3.3"
resolved "https://registry.yarnpkg.com/cac/-/cac-6.3.3.tgz#01e56f50068bd1be326b1612950d77d31112400d"
cac@^6.3.6:
version "6.3.9"
resolved "https://registry.yarnpkg.com/cac/-/cac-6.3.9.tgz#0cdf3f2d3a7d3fb71ab89c476c73e472084859a2"

cacache@^10.0.4:
version "10.0.4"
Expand Down

0 comments on commit 172afa3

Please sign in to comment.