Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 3, 2018
1 parent cc9066c commit f600072
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"bugs": "https://github.com/anycli/plugin-version/issues",
"dependencies": {
"@anycli/command": "^1.2.0",
"@anycli/command": "^1.2.2",
"cli-ux": "^3.3.13"
},
"devDependencies": {
"@anycli/config": "^1.0.9",
"@anycli/config": "^1.0.16",
"@anycli/dev-cli": "^0.1.3",
"@anycli/test": "^0.10.6",
"@anycli/test": "^0.10.8",
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
"@types/lodash": "^4.14.100",
Expand Down
26 changes: 13 additions & 13 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/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 @@ -34,9 +34,9 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@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.16":
version "1.0.16"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.16.tgz#dc21f8487655fee9b225acfbda65cd2939f997cf"
dependencies:
cli-ux "^3.3.13"
debug "^3.1.0"
Expand Down Expand Up @@ -133,11 +133,11 @@
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"

"@anycli/test@^0.10.6":
version "0.10.6"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.6.tgz#566b2130ac9953a7e3f57d6e6fb32ece90c319fa"
"@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 @@ -757,9 +757,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 f600072

Please sign in to comment.