Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 10, 2018
1 parent 4ed5626 commit 6ca6677
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.13",
"@oclif/config": "^1.6.0",
"@oclif/config": "^1.6.2",
"@oclif/errors": "^1.0.4",
"@types/semver": "^5.5.0",
"cli-ux": "^3.3.28",
Expand All @@ -21,8 +21,8 @@
"tar-fs": "^1.16.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.10.1",
"@oclif/plugin-help": "^1.2.3",
"@oclif/dev-cli": "^1.13.0",
"@oclif/plugin-help": "^1.2.4",
"@oclif/test": "^1.0.4",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.2",
Expand Down
34 changes: 16 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,20 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.4.0", "@oclif/config@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.0.tgz#0d9a034a3364d0ff24368e039599f89e4c00f775"
"@oclif/config@^1.6.1", "@oclif/config@^1.6.2":
version "1.6.2"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.2.tgz#4f176fede5be7a669e6ed6a37c0b30a80b713379"
dependencies:
debug "^3.1.0"

"@oclif/dev-cli@^1.10.1":
version "1.10.1"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.10.1.tgz#58546150b50c68176729581b817eb29a70106e24"
"@oclif/dev-cli@^1.13.0":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.0.tgz#b46bf7e8cf247a1aa2acdd46be38819a2fd4febd"
dependencies:
"@oclif/command" "^1.4.13"
"@oclif/config" "^1.6.0"
"@oclif/config" "^1.6.1"
"@oclif/errors" "^1.0.4"
"@oclif/plugin-help" "^1.2.3"
"@oclif/plugin-warn-if-update-available" "^1.3.0"
cli-ux "^3.3.28"
debug "^3.1.0"
fs-extra "^5.0.0"
Expand Down Expand Up @@ -100,18 +99,17 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-warn-if-update-available@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-1.3.0.tgz#f332eee1560cdeed1b4f4857cb54260fe1ca2582"
"@oclif/plugin-help@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.4.tgz#1b4349f7d570445ad5cfe4f925bfd832d4552aa2"
dependencies:
"@oclif/command" "^1.4.7"
"@oclif/config" "^1.4.0"
"@oclif/errors" "^1.0.4"
"@oclif/command" "^1.4.13"
chalk "^2.3.2"
debug "^3.1.0"
fs-extra "^5.0.0"
http-call "^5.1.0"
semver "^5.5.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"
Expand Down

0 comments on commit 6ca6677

Please sign in to comment.