Skip to content

Commit

Permalink
fix(packages): update eslint and peerDependencies
Browse files Browse the repository at this point in the history
fix #38
  • Loading branch information
MatthewMi11er committed Apr 3, 2018
1 parent 9264c4f commit 48e960d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 53 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
55 changes: 6 additions & 49 deletions yarn.lock
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 48e960d

Please sign in to comment.