Skip to content

Commit ea55194

Browse files
committedFeb 3, 2018
fix: updated deps
1 parent 8ea158b commit ea55194

File tree

3 files changed

+29
-146
lines changed

3 files changed

+29
-146
lines changed
 

‎.circleci/greenkeeper

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
66

77
if [[ "$CIRCLE_BRANCH" != greenkeeper/* ]]; then
88
yarn
9-
yarn check
9+
# yarn check
1010
exit 0
1111
fi
1212

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"yarn": "^1.3.2"
2929
},
3030
"devDependencies": {
31-
"@anycli/config": "^1.0.16",
32-
"@anycli/dev-cli": "^0.1.3",
31+
"@anycli/config": "^1.0.17",
32+
"@anycli/dev-cli": "^0.1.4",
3333
"@anycli/engine": "^0.3.6",
3434
"@anycli/plugin-help": "^0.5.0",
35-
"@anycli/plugin-version": "^0.1.31",
35+
"@anycli/plugin-version": "^0.1.34",
3636
"@anycli/test": "^0.10.8",
3737
"@anycli/tslint": "^0.2.5",
3838
"@types/chai": "^4.1.2",
@@ -74,7 +74,7 @@
7474
"lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"",
7575
"postpublish": "rm .anycli.manifest.json",
7676
"posttest": "yarn run lint",
77-
"prepublishOnly": "yarn run build && anycli-dev manifest -o .anycli.manifest.json",
77+
"prepublishOnly": "yarn run build && anycli-dev manifest",
7878
"test": "mocha --forbid-only \"test/**/*.test.ts\""
7979
},
8080
"types": "lib/index.d.ts"

‎yarn.lock

+24-141
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@anycli/command@^0.3.4", "@anycli/command@^0.3.7":
5+
"@anycli/command@^0.3.7":
66
version "0.3.7"
77
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.7.tgz#293c366ed8227fcdc675e278a46d8f93435526a5"
88
dependencies:
@@ -12,16 +12,6 @@
1212
lodash "^4.17.4"
1313
tslib "^1.9.0"
1414

15-
"@anycli/command@^0.3.5":
16-
version "0.3.6"
17-
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.6.tgz#02aadc38cee7bc4acb2069732cb1591dfc339c29"
18-
dependencies:
19-
"@anycli/parser" "^3.0.4"
20-
cli-ux "^3.3.12"
21-
debug "^3.1.0"
22-
lodash "^4.17.4"
23-
tslib "^1.9.0"
24-
2515
"@anycli/command@^0.3.8":
2616
version "0.3.10"
2717
resolved "https://registry.npmjs.org/@anycli/command/-/command-0.3.10.tgz#bf0707628fb93066f0f043c76d9073411458d1e8"
@@ -32,17 +22,6 @@
3222
lodash "^4.17.4"
3323
tslib "^1.9.0"
3424

35-
"@anycli/command@^1.2.0":
36-
version "1.2.0"
37-
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.0.tgz#10692132c097e620f6ff5e9560fb1b6921ae146a"
38-
dependencies:
39-
"@anycli/parser" "^3.2.1"
40-
cli-ux "^3.3.13"
41-
debug "^3.1.0"
42-
fs-extra "^5.0.0"
43-
load-json-file "^4.0.0"
44-
lodash "^4.17.4"
45-
4625
"@anycli/command@^1.2.2":
4726
version "1.2.2"
4827
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.2.tgz#1969bc3df292256e2eb0481c48eace0387cd6484"
@@ -54,20 +33,9 @@
5433
load-json-file "^4.0.0"
5534
lodash "^4.17.4"
5635

57-
"@anycli/config@^0.3.0":
58-
version "0.3.0"
59-
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.3.0.tgz#a0938488e7afc507d69ec13a8e52c71aaecc08ea"
60-
dependencies:
61-
cli-ux "^3.3.10"
62-
debug "^3.1.0"
63-
fs-extra "^5.0.0"
64-
load-json-file "^4.0.0"
65-
lodash "^4.17.4"
66-
read-pkg "^3.0.0"
67-
68-
"@anycli/config@^1.0.16":
69-
version "1.0.16"
70-
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.16.tgz#dc21f8487655fee9b225acfbda65cd2939f997cf"
36+
"@anycli/config@^1.0.17":
37+
version "1.0.17"
38+
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.17.tgz#b8452ac8d584d3c6b32b62be663d81d3a409149d"
7139
dependencies:
7240
cli-ux "^3.3.13"
7341
debug "^3.1.0"
@@ -78,34 +46,21 @@
7846
lodash "^4.17.4"
7947
read-pkg "^3.0.0"
8048

81-
"@anycli/dev-cli@^0.1.3":
82-
version "0.1.3"
83-
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.3.tgz#bd3d1229d17c2f61176f872923d4841a539a0cb3"
49+
"@anycli/dev-cli@^0.1.4":
50+
version "0.1.4"
51+
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.4.tgz#a1e669f5e2fb53aafecd9b298c203687e9d4110a"
8452
dependencies:
85-
"@anycli/command" "^0.3.7"
86-
"@anycli/config" "^0.3.0"
87-
"@anycli/engine" "^0.3.0"
88-
"@anycli/plugin-help" "^0.4.0"
89-
"@anycli/plugin-not-found" "^0.1.10"
90-
"@anycli/plugin-version" "^0.1.20"
53+
"@anycli/command" "^1.2.2"
54+
"@anycli/config" "^1.0.17"
55+
"@anycli/plugin-help" "^0.5.0"
56+
"@anycli/plugin-not-found" "^0.1.14"
57+
"@anycli/plugin-version" "^0.1.32"
9158
cli-ux "^3.3.13"
9259
fs-extra "^5.0.0"
9360

94-
"@anycli/engine@^0.3.0":
95-
version "0.3.1"
96-
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.3.1.tgz#c352d9cc73e66759ddc88c72da2907f1e1a0d553"
97-
dependencies:
98-
"@anycli/manifest-file" "^0.3.8"
99-
cli-ux "^3.3.13"
100-
debug "^3.1.0"
101-
fs-extra "^5.0.0"
102-
globby "^7.1.1"
103-
lodash "^4.17.4"
104-
semver "^5.5.0"
105-
10661
"@anycli/engine@^0.3.6":
10762
version "0.3.6"
108-
resolved "https://registry.npmjs.org/@anycli/engine/-/engine-0.3.6.tgz#827c6af42183572565e69f698937a5c171321fc0"
63+
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.3.6.tgz#827c6af42183572565e69f698937a5c171321fc0"
10964
dependencies:
11065
"@anycli/manifest-file" "^0.3.9"
11166
cli-ux "^3.3.13"
@@ -116,17 +71,6 @@
11671
lodash "^4.17.4"
11772
semver "^5.5.0"
11873

119-
"@anycli/manifest-file@^0.3.8":
120-
version "0.3.8"
121-
resolved "https://registry.yarnpkg.com/@anycli/manifest-file/-/manifest-file-0.3.8.tgz#d175a27e1d2009a14080c7e8dd808c1c856de468"
122-
dependencies:
123-
cli-ux "^3.3.12"
124-
debug "^3.1.0"
125-
fs-extra "^5.0.0"
126-
load-json-file "^4.0.0"
127-
lodash "^4.17.4"
128-
proper-lockfile "^3.0.2"
129-
13074
"@anycli/manifest-file@^0.3.9":
13175
version "0.3.9"
13276
resolved "https://registry.npmjs.org/@anycli/manifest-file/-/manifest-file-0.3.9.tgz#d39ab157c0cd9a15471ef8bfd36654c2c4b01730"
@@ -154,23 +98,9 @@
15498
chalk "^2.3.0"
15599
lodash "^4.17.4"
156100

157-
"@anycli/plugin-help@^0.4.0":
158-
version "0.4.1"
159-
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.1.tgz#ee8aaaa8cf611f77d10725a6f5e27163e4ff95c4"
160-
dependencies:
161-
"@anycli/command" "^0.3.7"
162-
"@anycli/screen" "^0.0.3"
163-
chalk "^2.3.0"
164-
cli-ux "^3.3.13"
165-
indent-string "^3.2.0"
166-
lodash "^4.17.4"
167-
string-width "^2.1.1"
168-
widest-line "^2.0.0"
169-
wrap-ansi "^3.0.1"
170-
171101
"@anycli/plugin-help@^0.5.0":
172102
version "0.5.0"
173-
resolved "https://registry.npmjs.org/@anycli/plugin-help/-/plugin-help-0.5.0.tgz#90090c054277ee3e5b8a7df87dcc85a0e2fdf493"
103+
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.5.0.tgz#90090c054277ee3e5b8a7df87dcc85a0e2fdf493"
174104
dependencies:
175105
"@anycli/command" "^0.3.8"
176106
"@anycli/screen" "^0.0.3"
@@ -182,27 +112,20 @@
182112
widest-line "^2.0.0"
183113
wrap-ansi "^3.0.1"
184114

185-
"@anycli/plugin-not-found@^0.1.10":
186-
version "0.1.10"
187-
resolved "https://registry.yarnpkg.com/@anycli/plugin-not-found/-/plugin-not-found-0.1.10.tgz#3d99f748a7a025aaa89486b2eec08481fb7d6789"
115+
"@anycli/plugin-not-found@^0.1.14":
116+
version "0.1.14"
117+
resolved "https://registry.yarnpkg.com/@anycli/plugin-not-found/-/plugin-not-found-0.1.14.tgz#d7512f402357951126bc0d3d89d2808a0947c45f"
188118
dependencies:
189-
"@anycli/command" "^0.3.4"
119+
"@anycli/command" "^0.3.7"
190120
"@heroku-cli/color" "^1.1.3"
191-
cli-ux "^3.3.12"
121+
cli-ux "^3.3.13"
192122
string-similarity "^1.2.0"
193123

194-
"@anycli/plugin-version@^0.1.20":
195-
version "0.1.20"
196-
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.20.tgz#c0b3bc5711d33bc7a71ef0264611165aab64ae3c"
197-
dependencies:
198-
"@anycli/command" "^0.3.5"
199-
cli-ux "^3.3.12"
200-
201-
"@anycli/plugin-version@^0.1.31":
202-
version "0.1.31"
203-
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.31.tgz#77efb89cd7905ae1d0d6c104322d369412fa63c7"
124+
"@anycli/plugin-version@^0.1.32", "@anycli/plugin-version@^0.1.34":
125+
version "0.1.34"
126+
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.34.tgz#d64f990662adc531ddde048a8908b4a85db0d09d"
204127
dependencies:
205-
"@anycli/command" "^1.2.0"
128+
"@anycli/command" "^1.2.2"
206129
cli-ux "^3.3.13"
207130

208131
"@anycli/screen@^0.0.3":
@@ -496,46 +419,6 @@ cli-cursor@^2.1.0:
496419
dependencies:
497420
restore-cursor "^2.0.0"
498421

499-
cli-ux@^3.3.10:
500-
version "3.3.10"
501-
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.10.tgz#54fad2bc9e1fcb56cdbd7d41682373e0fb7ce447"
502-
dependencies:
503-
"@anycli/screen" "^0.0.3"
504-
"@heroku/linewrap" "^1.0.0"
505-
ansi-styles "^3.2.0"
506-
cardinal "^1.0.0"
507-
chalk "^2.3.0"
508-
clean-stack "^1.3.0"
509-
extract-stack "^1.0.0"
510-
fs-extra "^5.0.0"
511-
indent-string "^3.2.0"
512-
lodash "^4.17.4"
513-
node-notifier "^5.2.1"
514-
password-prompt "^1.0.4"
515-
semver "^5.5.0"
516-
strip-ansi "^4.0.0"
517-
supports-color "^5.1.0"
518-
519-
cli-ux@^3.3.12:
520-
version "3.3.12"
521-
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.12.tgz#9bd5a2ed5c682fc22027bd32c5eb20bbe6aa2571"
522-
dependencies:
523-
"@anycli/screen" "^0.0.3"
524-
"@heroku/linewrap" "^1.0.0"
525-
ansi-styles "^3.2.0"
526-
cardinal "^1.0.0"
527-
chalk "^2.3.0"
528-
clean-stack "^1.3.0"
529-
extract-stack "^1.0.0"
530-
fs-extra "^5.0.0"
531-
indent-string "^3.2.0"
532-
lodash "^4.17.4"
533-
node-notifier "^5.2.1"
534-
password-prompt "^1.0.4"
535-
semver "^5.5.0"
536-
strip-ansi "^4.0.0"
537-
supports-color "^5.1.0"
538-
539422
cli-ux@^3.3.13:
540423
version "3.3.13"
541424
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.13.tgz#123e0c7a29d1f743447b919500a9055486992df6"
@@ -706,7 +589,7 @@ eslint-ast-utils@^1.0.0:
706589

707590
eslint-config-anycli@^1.3.2:
708591
version "1.3.2"
709-
resolved "https://registry.npmjs.org/eslint-config-anycli/-/eslint-config-anycli-1.3.2.tgz#0f28e63a8ae93d490623cdcd89eeafcb7635b082"
592+
resolved "https://registry.yarnpkg.com/eslint-config-anycli/-/eslint-config-anycli-1.3.2.tgz#0f28e63a8ae93d490623cdcd89eeafcb7635b082"
710593
dependencies:
711594
eslint-config-xo-space "^0.17.0"
712595
eslint-plugin-mocha "^4.11.0"

0 commit comments

Comments
 (0)
Please sign in to comment.