Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent fad7041 commit 2322269
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"@anycli/config": "^0.2.11",
"@anycli/engine": "^0.1.46",
"@anycli/config": "^0.3.0",
"@anycli/engine": "^0.3.2",
"@anycli/tslint": "^0.2.2",
"@anycli/version": "^0.1.19",
"@commitlint/cli": "^6.0.5",
Expand All @@ -23,7 +23,7 @@
"@types/node-notifier": "^0.0.28",
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"cli-ux": "^3.3.12",
"cli-ux": "^3.3.13",
"concurrently": "^3.5.1",
"eslint": "^4.16.0",
"eslint-config-anycli": "^1.3.1",
Expand Down
37 changes: 19 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.11":
version "0.2.11"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.11.tgz#1b043946b18e159e6e44195aa4fef309b79f8ede"
"@anycli/config@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.3.tgz#2fc399d2d609c0efdf3108d240f0b557abad51dc"
dependencies:
cli-ux "^3.3.10"
debug "^3.1.0"
Expand All @@ -24,9 +24,9 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/config@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.3.tgz#2fc399d2d609c0efdf3108d240f0b557abad51dc"
"@anycli/config@^0.3.0":
version "0.3.0"
resolved "https://registry.npmjs.org/@anycli/config/-/config-0.3.0.tgz#a0938488e7afc507d69ec13a8e52c71aaecc08ea"
dependencies:
cli-ux "^3.3.10"
debug "^3.1.0"
Expand All @@ -35,22 +35,23 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/engine@^0.1.46":
version "0.1.46"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.46.tgz#89ed1b587f5fc83f8ca865786420684d319d04fa"
"@anycli/engine@^0.3.2":
version "0.3.2"
resolved "https://registry.npmjs.org/@anycli/engine/-/engine-0.3.2.tgz#fb8e8d2cf2cd20108ae5fab40b84c3a55cf706ad"
dependencies:
"@anycli/manifest-file" "^0.3.8"
cli-ux "^3.3.12"
"@anycli/manifest-file" "^0.3.9"
cli-ux "^3.3.13"
debug "^3.1.0"
fs-extra "^5.0.0"
globby "^7.1.1"
lodash "^4.17.4"
semver "^5.5.0"

"@anycli/manifest-file@^0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@anycli/manifest-file/-/manifest-file-0.3.8.tgz#d175a27e1d2009a14080c7e8dd808c1c856de468"
"@anycli/manifest-file@^0.3.9":
version "0.3.9"
resolved "https://registry.npmjs.org/@anycli/manifest-file/-/manifest-file-0.3.9.tgz#d39ab157c0cd9a15471ef8bfd36654c2c4b01730"
dependencies:
cli-ux "^3.3.12"
cli-ux "^3.3.13"
debug "^3.1.0"
fs-extra "^5.0.0"
load-json-file "^4.0.0"
Expand Down Expand Up @@ -515,9 +516,9 @@ cli-ux@^3.3.10:
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-ux@^3.3.12:
version "3.3.12"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.12.tgz#9bd5a2ed5c682fc22027bd32c5eb20bbe6aa2571"
cli-ux@^3.3.13:
version "3.3.13"
resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-3.3.13.tgz#123e0c7a29d1f743447b919500a9055486992df6"
dependencies:
"@anycli/screen" "^0.0.3"
"@heroku/linewrap" "^1.0.0"
Expand Down

0 comments on commit 2322269

Please sign in to comment.