Skip to content

Commit

Permalink
Merge pull request #95 from ticky/renovate/eslint-5.x
Browse files Browse the repository at this point in the history
Update dependency eslint to v5.13.0
  • Loading branch information
ticky committed Feb 4, 2019
2 parents 2984c23 + 297fb92 commit a8ee079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"babel-preset-react": "6.24.1",
"codemirror": "5.42.2",
"css-loader": "1.0.1",
"eslint": "5.12.1",
"eslint": "5.13.0",
"eslint-plugin-react": "7.5.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "3.0.1",
Expand Down
11 changes: 3 additions & 8 deletions yarn.lock
Expand Up @@ -2740,9 +2740,9 @@ 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@5.12.1:
version "5.12.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.1.tgz#5ca9931fb9029d04e7be92b03ce3b58edfac7e3b"
eslint@5.13.0:
version "5.13.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.13.0.tgz#ce71cc529c450eed9504530939aa97527861ede9"
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.5.3"
Expand Down Expand Up @@ -2773,7 +2773,6 @@ eslint@5.12.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 "^2.0.1"
semver "^5.5.1"
Expand Down Expand Up @@ -6151,10 +6150,6 @@ pkg-dir@^3.0.0:
dependencies:
find-up "^3.0.0"

pluralize@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"

pngquant-bin@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-5.0.0.tgz#91df99c15b0492cb30b001746a10a67d3202509e"
Expand Down

0 comments on commit a8ee079

Please sign in to comment.