Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit bbda70b

Browse files
committed
fix: anycli v0.33.22
<a name="0.33.22"></a> ## [0.33.22](oclif/oclif@b5d798e...v0.33.22) (2018-02-07) ### Bug Fixes * updated deps ([05d0bf0](oclif/oclif@05d0bf0))
1 parent 38db8d9 commit bbda70b

File tree

2 files changed

+29
-46
lines changed

2 files changed

+29
-46
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"bugs": "https://github.com/anycli/example-plugin-js/issues",
1313
"dependencies": {
14-
"@anycli/command": "^1.2.14",
15-
"@anycli/config": "^1.3.36",
16-
"@anycli/errors": "^0.2.1"
14+
"@anycli/command": "^1.2.19",
15+
"@anycli/config": "^1.3.45",
16+
"@anycli/errors": "^0.2.2"
1717
},
1818
"devDependencies": {
19-
"@anycli/dev-cli": "^0.3.7",
20-
"@anycli/plugin-help": "^0.7.0",
21-
"@anycli/test": "^0.10.13",
19+
"@anycli/dev-cli": "^0.3.9",
20+
"@anycli/plugin-help": "^0.7.2",
21+
"@anycli/test": "^0.10.15",
2222
"chai": "^4.1.2",
2323
"eslint": "^4.17.0",
2424
"eslint-config-anycli": "^1.3.2",

yarn.lock

Lines changed: 23 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,31 @@
22
# yarn lockfile v1
33

44

5-
"@anycli/command@^1.2.14":
6-
version "1.2.14"
7-
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.14.tgz#de8e1be33f64143c49242c0deb7bf9a06a826813"
5+
"@anycli/command@^1.2.18", "@anycli/command@^1.2.19":
6+
version "1.2.19"
7+
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.19.tgz#11a2f35a2438c4ae96026d28d4974ea8947d59b3"
88
dependencies:
99
"@anycli/parser" "^3.2.6"
1010

11-
"@anycli/config@^1.3.36":
12-
version "1.3.36"
13-
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.36.tgz#ea69dd7b708c6d2543e3f13481bd2f6bca69fa83"
11+
"@anycli/config@^1.3.44", "@anycli/config@^1.3.45":
12+
version "1.3.45"
13+
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.45.tgz#c92c96bab9fcb5b1347d85ef1dbeb93324f31182"
1414

15-
"@anycli/dev-cli@^0.3.7":
16-
version "0.3.7"
17-
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.3.7.tgz#b03996f6f4973649b520a2ffe41c772035d68c59"
15+
"@anycli/dev-cli@^0.3.9":
16+
version "0.3.9"
17+
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.3.9.tgz#a8681f92496cb38abf3987c7867993fa2f51393d"
1818
dependencies:
19-
"@anycli/command" "^1.2.14"
20-
"@anycli/config" "^1.3.36"
21-
"@anycli/errors" "^0.2.1"
22-
"@anycli/plugin-help" "^0.6.9"
19+
"@anycli/command" "^1.2.19"
20+
"@anycli/config" "^1.3.44"
21+
"@anycli/errors" "^0.2.2"
22+
"@anycli/plugin-help" "^0.7.2"
2323
lodash.template "^4.4.0"
2424
normalize-package-data "^2.4.0"
25-
require-relative "^0.8.7"
2625
require-resolve "^0.0.2"
2726

28-
"@anycli/errors@^0.2.1":
29-
version "0.2.1"
30-
resolved "https://registry.yarnpkg.com/@anycli/errors/-/errors-0.2.1.tgz#719a95cd9c23838c65929da5d625a7537dd7d035"
27+
"@anycli/errors@^0.2.2":
28+
version "0.2.2"
29+
resolved "https://registry.yarnpkg.com/@anycli/errors/-/errors-0.2.2.tgz#1e9c8716a2164a52053dae23d7659b23dcb5e143"
3130
dependencies:
3231
clean-stack "^1.3.0"
3332
fs-extra "^5.0.0"
@@ -39,33 +38,21 @@
3938
version "3.2.6"
4039
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.6.tgz#bbd119a80709099179a9f11af0dc44b68c54575b"
4140

42-
"@anycli/plugin-help@^0.6.9":
43-
version "0.6.9"
44-
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.6.9.tgz#1ff4a4aac9f8e56f3d36ffc1270e50fb1c453b4d"
45-
dependencies:
46-
"@anycli/command" "^1.2.14"
47-
chalk "^2.3.0"
48-
indent-string "^3.2.0"
49-
lodash.template "^4.4.0"
50-
string-width "^2.1.1"
51-
widest-line "^2.0.0"
52-
wrap-ansi "^3.0.1"
53-
54-
"@anycli/plugin-help@^0.7.0":
55-
version "0.7.0"
56-
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.7.0.tgz#dda7324ab6f5d8bf16deb4f7017301196ea1b22e"
41+
"@anycli/plugin-help@^0.7.2":
42+
version "0.7.2"
43+
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.7.2.tgz#8bf8aad477c358c0a13f29301d9cee062c7602e2"
5744
dependencies:
58-
"@anycli/command" "^1.2.14"
45+
"@anycli/command" "^1.2.18"
5946
chalk "^2.3.0"
6047
indent-string "^3.2.0"
6148
lodash.template "^4.4.0"
6249
string-width "^2.1.1"
6350
widest-line "^2.0.0"
6451
wrap-ansi "^3.0.1"
6552

66-
"@anycli/test@^0.10.13":
67-
version "0.10.13"
68-
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.13.tgz#216fdd942727f8049f4d310fc202dd970084071f"
53+
"@anycli/test@^0.10.15":
54+
version "0.10.15"
55+
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.15.tgz#4259d574c26c55098d5ae85c30cf2860d2ac19ba"
6956
dependencies:
7057
fancy-test "^1.0.1"
7158

@@ -944,10 +931,6 @@ readable-stream@^2.2.2:
944931
string_decoder "~1.0.3"
945932
util-deprecate "~1.0.1"
946933

947-
require-relative@^0.8.7:
948-
version "0.8.7"
949-
resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de"
950-
951934
require-resolve@^0.0.2:
952935
version "0.0.2"
953936
resolved "https://registry.yarnpkg.com/require-resolve/-/require-resolve-0.0.2.tgz#bab410ab1aee2f3f55b79317451dd3428764e6f3"

0 commit comments

Comments
 (0)