Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 1, 2018
1 parent 80ef22b commit 64a13d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
"dependencies": {
"@oclif/command": "^1.4.31",
"@oclif/config": "^1.6.24",
"@oclif/command": "^1.4.32",
"@oclif/config": "^1.6.27",
"@oclif/errors": "^1.1.2",
"@oclif/plugin-help": "^2.0.4",
"@oclif/plugin-not-found": "^1.0.9",
Expand All @@ -34,7 +34,7 @@
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.5.1",
"execa": "^0.10.0",
"fancy-test": "^1.1.0",
"fancy-test": "^1.1.2",
"fs-extra": "^6.0.1",
"globby": "^8.0.1",
"mocha": "^5.2.0",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.31":
version "1.4.31"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.31.tgz#14aece1d9d9e53cc5a5dc03d17cf315cd55818f9"
"@oclif/command@^1.4.32":
version "1.4.32"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.32.tgz#1cb2eb9637340a1ac69da35e407316688f736647"
dependencies:
"@oclif/errors" "^1.1.2"
"@oclif/parser" "^3.4.1"
Expand All @@ -73,11 +73,12 @@
dependencies:
debug "^3.1.0"

"@oclif/config@^1.6.24":
version "1.6.24"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.24.tgz#ee11b171af91aba686f6b5109d8baf2509e20c16"
"@oclif/config@^1.6.27":
version "1.6.27"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.27.tgz#d3de1cff71301784c8e4ee3903d3f7db21a18c3f"
dependencies:
debug "^3.1.0"
tslib "^1.9.2"

"@oclif/dev-cli@^1.13.29":
version "1.13.29"
Expand Down Expand Up @@ -1336,9 +1337,9 @@ extract-stack@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"

fancy-test@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.0.tgz#c6bd432c9f816cc6fb048bb98c9a57f1fa517074"
fancy-test@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.2.tgz#570db0c24ac49f49d780385abbee121757de5e46"
dependencies:
"@types/chai" "^4.1.3"
"@types/lodash" "^4.14.109"
Expand Down

0 comments on commit 64a13d1

Please sign in to comment.