Merge pull request #130 from alxshelepenok/renovate/eslint-5.x

Update dependency eslint to v5.15.0
This commit is contained in:
Alexander Shelepenok 2019-03-02 17:36:45 +03:00 committed by GitHub
commit 5f4e5e98ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View File

@ -94,7 +94,7 @@
"stylelint": "9.10.1",
"stylelint-scss": "3.5.4",
"stylelint-config-recommended-scss": "3.2.0",
"eslint": "5.14.1",
"eslint": "5.15.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-import": "2.16.0",

View File

@ -4930,6 +4930,13 @@ eslint-scope@^4.0.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"
eslint-scope@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
dependencies:
esrecurse "^4.1.0"
estraverse "^4.1.1"
eslint-utils@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
@ -4955,9 +4962,9 @@ eslint-watch@4.0.2:
text-table "^0.2.0"
unicons "0.0.3"
eslint@5.14.1:
version "5.14.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba"
eslint@5.15.0:
version "5.15.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.9.1"
@ -4965,7 +4972,7 @@ eslint@5.14.1:
cross-spawn "^6.0.5"
debug "^4.0.1"
doctrine "^3.0.0"
eslint-scope "^4.0.0"
eslint-scope "^4.0.2"
eslint-utils "^1.3.1"
eslint-visitor-keys "^1.0.0"
espree "^5.0.1"