Skip to content

Commit

Permalink
fix: setlocal
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 20, 2018
1 parent 665dda9 commit d17e2b4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"tar-fs": "^1.16.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.1",
"@oclif/plugin-help": "^1.2.4",
"@oclif/dev-cli": "^1.13.3",
"@oclif/plugin-help": "^1.2.5",
"@oclif/test": "^1.0.5",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.3",
Expand Down
30 changes: 18 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,21 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.4":
version "1.6.4"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.4.tgz#4bcb51fa40646794031437d7904f0fbb56e5c072"
dependencies:
debug "^3.1.0"

"@oclif/config@^1.6.6":
version "1.6.6"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.6.tgz#8a5aed05018b6294ce4a46cba75aacebb1a3bf16"
dependencies:
debug "^3.1.0"

"@oclif/dev-cli@^1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.1.tgz#3a40b2c5890c86413ef3a2fcf232178cff7e897c"
"@oclif/dev-cli@^1.13.3":
version "1.13.3"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.3.tgz#e366ecebef7775368b5a35c28f4e94cb04c916dc"
dependencies:
"@oclif/command" "^1.4.13"
"@oclif/config" "^1.6.4"
"@oclif/config" "^1.6.6"
"@oclif/errors" "^1.0.4"
"@oclif/plugin-help" "^1.2.4"
cli-ux "^3.3.30"
cli-ux "^3.3.31"
debug "^3.1.0"
fs-extra "^5.0.0"
lodash "^4.17.5"
Expand Down Expand Up @@ -105,6 +99,18 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-help@^1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.5.tgz#5a184cdac3d0cf9c12b444e693e5102b288bde24"
dependencies:
"@oclif/command" "^1.4.13"
chalk "^2.4.0"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/screen@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"
Expand Down Expand Up @@ -409,7 +415,7 @@ clean-stack@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^3.3.30, cli-ux@^3.3.31:
cli-ux@^3.3.31:
version "3.3.31"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.31.tgz#e4f2a380df00ebf298189b83a77ae92cdfc7355f"
dependencies:
Expand Down

0 comments on commit d17e2b4

Please sign in to comment.