Skip to content

Commit 59e3e32

Browse files
committed
fix: updated dev-cli
1 parent 600a9cc commit 59e3e32

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@oclif/command": "^1.3.0",
1010
"@oclif/config": "^1.3.52",
1111
"@oclif/errors": "^1.0.2",
12-
"@oclif/plugin-help": "^1.0.2",
12+
"@oclif/plugin-help": "^1.0.3",
1313
"@oclif/plugin-not-found": "^1.0.1",
1414
"debug": "^3.1.0",
1515
"fixpack": "^2.3.1",
@@ -21,7 +21,7 @@
2121
"yosay": "^2.0.1"
2222
},
2323
"devDependencies": {
24-
"@oclif/dev-cli": "^1.2.8",
24+
"@oclif/dev-cli": "^1.2.9",
2525
"@oclif/tslint": "^1.0.2",
2626
"@types/lodash": "^4.14.102",
2727
"@types/read-pkg": "^3.0.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
call-me-maybe "^1.0.1"
2323
glob-to-regexp "^0.3.0"
2424

25-
"@oclif/command@^1.2.23", "@oclif/command@^1.2.25", "@oclif/command@^1.3.0":
25+
"@oclif/command@^1.2.23", "@oclif/command@^1.3.0":
2626
version "1.3.0"
2727
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.3.0.tgz#37867cb8d00c190d22fb6e3636dc1c5b189e6bf6"
2828
dependencies:
@@ -33,14 +33,14 @@
3333
version "1.3.52"
3434
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.52.tgz#505711fdaecee880131c2fcec4d2b54d7c0b93c8"
3535

36-
"@oclif/dev-cli@^1.2.8":
37-
version "1.2.8"
38-
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.8.tgz#cafc35332582aba5bf856561c86a7f36d7a563b1"
36+
"@oclif/dev-cli@^1.2.9":
37+
version "1.2.9"
38+
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.9.tgz#6b049cc9c7ab1f89448c476d64a5e9ab588b2f4a"
3939
dependencies:
40-
"@oclif/command" "^1.2.25"
40+
"@oclif/command" "^1.3.0"
4141
"@oclif/config" "^1.3.52"
4242
"@oclif/errors" "^1.0.2"
43-
"@oclif/plugin-help" "^1.0.2"
43+
"@oclif/plugin-help" "^1.0.3"
4444
lodash.template "^4.4.0"
4545
normalize-package-data "^2.4.0"
4646
require-resolve "^0.0.2"
@@ -61,11 +61,11 @@
6161
dependencies:
6262
"@heroku/linewrap" "^1.0.0"
6363

64-
"@oclif/plugin-help@^1.0.2":
65-
version "1.0.2"
66-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.2.tgz#d2cf4a32b0cec44e44745e3800816384cb4684aa"
64+
"@oclif/plugin-help@^1.0.3":
65+
version "1.0.3"
66+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.3.tgz#eba065d51401a9935202278ecd5987599e9a7a5c"
6767
dependencies:
68-
"@oclif/command" "^1.2.23"
68+
"@oclif/command" "^1.3.0"
6969
chalk "^2.3.1"
7070
indent-string "^3.2.0"
7171
lodash.template "^4.4.0"

0 commit comments

Comments
 (0)