Skip to content

Commit 172afa3

Browse files
spiltcoffeeulivz
authored andcommitted
fix($cli): bump CAC version (#1062)
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.
1 parent 1e28e92 commit 172afa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/@vuepress/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/vuejs/vuepress/issues"
2929
},
3030
"dependencies": {
31-
"cac": "^6.3.3",
31+
"cac": "^6.3.6",
3232
"chalk": "^2.3.2",
3333
"semver": "^5.5.0"
3434
},

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1681,9 +1681,9 @@ byline@^5.0.0:
16811681
version "5.0.0"
16821682
resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1"
16831683

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

16881688
cacache@^10.0.4:
16891689
version "10.0.4"

0 commit comments

Comments
 (0)