Skip to content

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 0ec83fb commit bb2466b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/test/issues",
"dependencies": {
"fancy-test": "^1.1.2"
"fancy-test": "^1.1.4"
},
"devDependencies": {
"@oclif/command": "^1.4.32",
Expand All @@ -20,7 +20,7 @@
"mocha": "^5.2.0",
"ts-node": "^6.0.5",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
"typescript": "2.9.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ extglob@^2.0.4:
snapdragon "^0.8.1"
to-regex "^3.0.1"

fancy-test@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.2.tgz#570db0c24ac49f49d780385abbee121757de5e46"
fancy-test@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.4.tgz#1bcc7b7a526218a85ed1ff0d2e95afc4b69fab23"
dependencies:
"@types/chai" "^4.1.3"
"@types/lodash" "^4.14.109"
Expand Down Expand Up @@ -1202,7 +1202,7 @@ type-detect@^4.0.0:
version "4.0.8"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"

typescript@^2.9.1:
[email protected]:
version "2.9.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"

Expand Down

0 comments on commit bb2466b

Please sign in to comment.