Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2018
1 parent e3dc4a9 commit bca1a6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "^1.4.10",
"@oclif/config": "^1.4.10",
"@oclif/config": "^1.4.12",
"@oclif/errors": "^1.0.4",
"@oclif/plugin-help": "^1.2.3",
"@oclif/plugin-warn-if-update-available": "^1.3.0",
Expand All @@ -23,7 +23,7 @@
"tslib": "^1.9.0"
},
"devDependencies": {
"@oclif/plugin-legacy": "^1.0.7",
"@oclif/plugin-legacy": "^1.0.9",
"@oclif/test": "^1.0.4",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -27,7 +27,7 @@
strip-ansi "^4.0.0"
supports-color "^5.1.0"

"@heroku-cli/command@^8.0.1":
"@heroku-cli/command@^8.0.4":
version "8.0.4"
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.4.tgz#008cc5efacb34943408d92ae693e05449755a627"
dependencies:
Expand Down Expand Up @@ -58,7 +58,7 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.6", "@oclif/command@^1.4.7":
"@oclif/command@^1.4.7":
version "1.4.8"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.8.tgz#6e641a24246707ba06b74b35698c362f7199bbb2"
dependencies:
Expand All @@ -73,9 +73,9 @@
dependencies:
debug "^3.1.0"

"@oclif/config@^1.4.10":
version "1.4.10"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.10.tgz#79d10455378bf97b0910685659c00a7cca6e2e77"
"@oclif/config@^1.4.12":
version "1.4.12"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.12.tgz#9ce66ef6fdb4cbc0bed9cb639dd118d8e8bde50d"
dependencies:
debug "^3.1.0"

Expand Down Expand Up @@ -119,13 +119,13 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-legacy@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.7.tgz#161eef7e1c685483e15a39adc8dd2f79880aa46f"
"@oclif/plugin-legacy@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.9.tgz#0ab9bbfb27f3298af619e1011c7f3568aaf78afb"
dependencies:
"@heroku-cli/color" "^1.1.3"
"@heroku-cli/command" "^8.0.1"
"@oclif/command" "^1.4.6"
"@heroku-cli/command" "^8.0.4"
"@oclif/command" "^1.4.10"
ansi-escapes "^3.1.0"
debug "^3.1.0"
semver "^5.5.0"
Expand Down

0 comments on commit bca1a6f

Please sign in to comment.