From 258a5b3873f6557959b72c1d116f44d0e5111e94 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Tue, 30 Jan 2018 19:47:37 -0800 Subject: [PATCH] fix: updated deps --- package.json | 6 +++--- yarn.lock | 37 ++++++++++++++++++++++++------------- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 23cd7879..6fd262b3 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "wrap-ansi": "^3.0.1" }, "devDependencies": { - "@anycli/config": "^0.1.40", - "@anycli/engine": "^0.1.26", + "@anycli/config": "^0.2.0", + "@anycli/engine": "^0.1.27", "@anycli/test": "^0.9.19", "@anycli/tslint": "^0.1.3", "@commitlint/cli": "^6.0.2", @@ -34,7 +34,7 @@ "@types/wrap-ansi": "^2.0.14", "chai": "^4.1.2", "eslint": "^4.16.0", - "eslint-config-anycli": "^1.2.1", + "eslint-config-anycli": "^1.3.0", "husky": "^0.14.3", "mocha": "^5.0.0", "mocha-junit-reporter": "^1.17.0", diff --git a/yarn.lock b/yarn.lock index 3bcca700..ce7aaa5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11,9 +11,9 @@ lodash "^4.17.4" tslib "^1.9.0" -"@anycli/config@^0.1.40": - version "0.1.41" - resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.1.41.tgz#b18b9a6da0202254a5e52991206419188aa75766" +"@anycli/config@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.0.tgz#103a1d28bd76f6bd15ddad1cd9091fdb33ec958b" dependencies: cli-ux "^3.3.8" debug "^3.1.0" @@ -22,20 +22,20 @@ lodash "^4.17.4" read-pkg "^3.0.0" -"@anycli/engine@^0.1.26": - version "0.1.26" - resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.26.tgz#7c7d06a2527f5b3176eda34e9ef0c0d89d347f40" +"@anycli/engine@^0.1.27": + version "0.1.27" + resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.27.tgz#47fd2b5bf5aaf686d386453c47fde95d12c043bd" dependencies: - "@anycli/manifest-file" "^0.1.0" + "@anycli/manifest-file" "^0.2.0" cli-ux "^3.3.9" debug "^3.1.0" fs-extra "^5.0.0" globby "^7.1.1" lodash "^4.17.4" -"@anycli/manifest-file@^0.1.0": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@anycli/manifest-file/-/manifest-file-0.1.1.tgz#b05f983c4b90e46d9f30ea3f023a409cfdda1232" +"@anycli/manifest-file@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@anycli/manifest-file/-/manifest-file-0.2.0.tgz#f9f70fd2afb44178fe907f2a35ad8746eeb1ee97" dependencies: debug "^3.1.0" fs-extra "^5.0.0" @@ -786,11 +786,12 @@ eslint-ast-utils@^1.0.0: lodash.get "^4.4.2" lodash.zip "^4.2.0" -eslint-config-anycli@^1.2.1: - version "1.2.2" - resolved "https://registry.yarnpkg.com/eslint-config-anycli/-/eslint-config-anycli-1.2.2.tgz#8d52cf3594056944918806b6e3003ba3228a800b" +eslint-config-anycli@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/eslint-config-anycli/-/eslint-config-anycli-1.3.0.tgz#35f970a1b382aa5ebe1353b96a6855461b4a1de0" dependencies: eslint-config-xo-space "^0.17.0" + eslint-plugin-mocha "^4.11.0" eslint-plugin-node "^5.2.1" eslint-plugin-unicorn "^3.0.1" @@ -804,6 +805,12 @@ eslint-config-xo@^0.18.0: version "0.18.2" resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.18.2.tgz#0a157120875619929e735ffd6b185c41e8a187af" +eslint-plugin-mocha@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-4.11.0.tgz#91193a2f55e20a5e35974054a0089d30198ee578" + dependencies: + ramda "^0.24.1" + eslint-plugin-node@^5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz#80df3253c4d7901045ec87fa660a284e32bdca29" @@ -1913,6 +1920,10 @@ q@^1.4.1: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" +ramda@^0.24.1: + version "0.24.1" + resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857" + read-pkg-up@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"