Skip to content
This repository has been archived by the owner on Apr 21, 2022. 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 Feb 3, 2018
1 parent 92d035f commit 5ba0813
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
- v0-yarn-{{checksum ".circleci/config.yml"}}
- run: .circleci/greenkeeper
- run: yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
- run: ./bin/run -v
- run: ./bin/run --help
# - run: ./bin/run -v
# - run: ./bin/run --help
- run: |
mkdir -p reports
$NYC yarn test --reporter mocha-junit-reporter
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -16,16 +16,16 @@
},
"bugs": "https://github.com/anycli/dev-cli/issues",
"dependencies": {
"@anycli/command": "^1.2.0",
"@anycli/config": "^1.0.9",
"@anycli/command": "^1.2.2",
"@anycli/config": "^1.0.17",
"@anycli/plugin-help": "^0.5.0",
"@anycli/plugin-not-found": "^0.1.14",
"@anycli/plugin-version": "^0.1.30",
"@anycli/plugin-version": "^0.1.32",
"cli-ux": "^3.3.13",
"fs-extra": "^5.0.0"
},
"devDependencies": {
"@anycli/test": "^0.10.5",
"@anycli/test": "^0.10.8",
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.0",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Expand Up @@ -22,9 +22,9 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/command@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.0.tgz#10692132c097e620f6ff5e9560fb1b6921ae146a"
"@anycli/command@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.2.tgz#1969bc3df292256e2eb0481c48eace0387cd6484"
dependencies:
"@anycli/parser" "^3.2.1"
cli-ux "^3.3.13"
Expand All @@ -33,9 +33,9 @@
load-json-file "^4.0.0"
lodash "^4.17.4"

"@anycli/config@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.9.tgz#09e8e22a1586bb05d2bf4815fafe3d0674356a62"
"@anycli/config@^1.0.17":
version "1.0.17"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.17.tgz#b8452ac8d584d3c6b32b62be663d81d3a409149d"
dependencies:
cli-ux "^3.3.13"
debug "^3.1.0"
Expand Down Expand Up @@ -85,22 +85,22 @@
cli-ux "^3.3.13"
string-similarity "^1.2.0"

"@anycli/plugin-version@^0.1.30":
version "0.1.30"
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.30.tgz#0c80e4c856f4a3249a5d56b4c9d553b20c514198"
"@anycli/plugin-version@^0.1.32":
version "0.1.32"
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.32.tgz#3af23fe530a08b2554402444a9374c12efc4e7a9"
dependencies:
"@anycli/command" "^0.3.7"
"@anycli/command" "^1.2.2"
cli-ux "^3.3.13"

"@anycli/screen@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"

"@anycli/test@^0.10.5":
version "0.10.5"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.5.tgz#c65566a070a0f078814e9726c3298fb9fb60f7dd"
"@anycli/test@^0.10.8":
version "0.10.8"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.8.tgz#cc3405991eea72fcc6b213c8589a57e88f9f5bbf"
dependencies:
fancy-test "^0.6.8"
fancy-test "^0.6.10"
lodash "^4.17.4"

"@anycli/tslint@^0.2.5":
Expand Down Expand Up @@ -686,9 +686,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.10:
version "0.6.10"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.10.tgz#39001bcb117b7067c851dc58da6236a08a49e267"
dependencies:
lodash "^4.17.4"
stdout-stderr "^0.1.6"
Expand Down

0 comments on commit 5ba0813

Please sign in to comment.