Skip to content
This repository has been archived by the owner on Aug 22, 2023. 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 Feb 3, 2018
1 parent 9ffd9a6 commit 26e8568
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"@anycli/config": "^1.0.7",
"@anycli/config": "^1.0.11",
"@anycli/plugin-help": "^0.5.0",
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
Expand All @@ -29,7 +29,7 @@
"concurrently": "^3.5.1",
"eslint": "^4.17.0",
"eslint-config-anycli": "^1.3.2",
"fancy-test": "^0.6.8",
"fancy-test": "^0.6.9",
"http-call": "^5.0.2",
"mocha": "^5.0.0",
"nock": "^9.1.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.7.tgz#903df9bf143fe6d7b2c2fac03586b05f84cec92e"
"@anycli/config@^1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.11.tgz#c7cbf17c07abd1a2f68e0c1992edf5fbbf0dd87b"
dependencies:
cli-ux "^3.3.13"
debug "^3.1.0"
Expand Down Expand Up @@ -665,9 +665,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@^0.6.8:
version "0.6.8"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.8.tgz#8f5f335783e8f54bd6261ba1d09b83826333ad11"
fancy-test@^0.6.9:
version "0.6.9"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.9.tgz#058242ae313b80d3e720120876c79d429e6a8b02"
dependencies:
lodash "^4.17.4"
stdout-stderr "^0.1.6"
Expand Down

0 comments on commit 26e8568

Please sign in to comment.