From 48e960d4d58450cb30e386ed08576aa044cd50be Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 3 Apr 2018 11:11:59 -0400 Subject: [PATCH] fix(packages): update eslint and peerDependencies fix #38 --- package.json | 8 ++++---- yarn.lock | 55 ++++++---------------------------------------------- 2 files changed, 10 insertions(+), 53 deletions(-) diff --git a/package.json b/package.json index 0bab492..bde0107 100644 --- a/package.json +++ b/package.json @@ -49,9 +49,9 @@ "@semantic-release/git": "4.0.1", "commitizen": "2.9.6", "cz-conventional-changelog": "2.1.0", - "eslint": "4.19.0", + "eslint": "4.19.1", "eslint-index": "1.4.0", - "eslint-plugin-import": "2.9.0", + "eslint-plugin-import": "2.10.0", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-no-unsafe-innerhtml": "1.0.16", "eslint-plugin-optimize-regex": "1.1.5", @@ -68,8 +68,8 @@ "sort-package-json": "1.11.0" }, "peerDependencies": { - "eslint": "^4.19.0", - "eslint-plugin-import": "^2.9.0", + "eslint": "^4.19.1", + "eslint-plugin-import": "^2.10.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-no-unsafe-innerhtml": "^1.0.16", "eslint-plugin-optimize-regex": "^1.1.5", diff --git a/yarn.lock b/yarn.lock index bc62777..ca3cc82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1307,23 +1307,23 @@ eslint-index@1.4.0: lodash "^4.17.4" yargs "^8.0.2" -eslint-module-utils@^2.1.1: +eslint-module-utils@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746" dependencies: debug "^2.6.8" pkg-dir "^1.0.0" -eslint-plugin-import@2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.9.0.tgz#26002efbfca5989b7288ac047508bd24f217b169" +eslint-plugin-import@2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10.0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7" dependencies: builtin-modules "^1.1.1" contains-path "^0.1.0" debug "^2.6.8" doctrine "1.5.0" eslint-import-resolver-node "^0.3.1" - eslint-module-utils "^2.1.1" + eslint-module-utils "^2.2.0" has "^1.0.1" lodash "^4.17.4" minimatch "^3.0.3" @@ -1390,50 +1390,7 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint@4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.0.tgz#9e900efb5506812ac374557034ef6f5c3642fc4c" - dependencies: - ajv "^5.3.0" - babel-code-frame "^6.22.0" - chalk "^2.1.0" - concat-stream "^1.6.0" - cross-spawn "^5.1.0" - debug "^3.1.0" - doctrine "^2.1.0" - eslint-scope "^3.7.1" - eslint-visitor-keys "^1.0.0" - espree "^3.5.4" - esquery "^1.0.0" - esutils "^2.0.2" - file-entry-cache "^2.0.0" - functional-red-black-tree "^1.0.1" - glob "^7.1.2" - globals "^11.0.1" - ignore "^3.3.3" - imurmurhash "^0.1.4" - inquirer "^3.0.6" - is-resolvable "^1.0.0" - js-yaml "^3.9.1" - json-stable-stringify-without-jsonify "^1.0.1" - levn "^0.3.0" - lodash "^4.17.4" - minimatch "^3.0.2" - mkdirp "^0.5.1" - natural-compare "^1.4.0" - optionator "^0.8.2" - path-is-inside "^1.0.2" - pluralize "^7.0.0" - progress "^2.0.0" - regexpp "^1.0.1" - require-uncached "^1.0.3" - semver "^5.3.0" - strip-ansi "^4.0.0" - strip-json-comments "~2.0.1" - table "4.0.2" - text-table "~0.2.0" - -eslint@>=1.1, eslint@^4.2.0: +eslint@4.19.1, eslint@>=1.1, eslint@^4.2.0: version "4.19.1" resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300" dependencies: