Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 15, 2018
1 parent e2b3d83 commit 572fca1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"conventional-changelog-cli": "2.0.5",
"doctoc": "1.3.1",
"eslint": "5.5.0",
"eslint": "5.6.0",
"eslint-config-algolia": "10.1.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion sample-project/package.json
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"babel-eslint": "8.2.6",
"eslint": "5.5.0",
"eslint": "5.6.0",
"eslint-config-algolia": "file:../",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
Expand Down
6 changes: 3 additions & 3 deletions sample-project/yarn.lock
Expand Up @@ -440,9 +440,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.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.5.0.tgz#8557fcceab5141a8197da9ffd9904f89f64425c6"
eslint@5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.0.tgz#b6f7806041af01f71b3f1895cbb20971ea4b6223"
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.5.3"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -839,9 +839,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.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.5.0.tgz#8557fcceab5141a8197da9ffd9904f89f64425c6"
eslint@5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.0.tgz#b6f7806041af01f71b3f1895cbb20971ea4b6223"
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.5.3"
Expand Down

0 comments on commit 572fca1

Please sign in to comment.