Skip to content

Commit

Permalink
chore(deps): update dependency babel-eslint to v8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 12, 2018
1 parent bf5f1fa commit ca66277
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion sample-project/package.json
Expand Up @@ -17,7 +17,7 @@
"react-addons-shallow-compare": "15.6.2"
},
"devDependencies": {
"babel-eslint": "8.2.5",
"babel-eslint": "8.2.6",
"eslint": "5.1.0",
"eslint-config-algolia": "file:../",
"eslint-config-prettier": "2.8.0",
Expand Down
20 changes: 10 additions & 10 deletions sample-project/yarn.lock
Expand Up @@ -162,15 +162,15 @@ babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"

babel-eslint@8.2.5:
version "8.2.5"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.5.tgz#dc2331c259d36782aa189da510c43dedd5adc7a3"
babel-eslint@8.2.6:
version "8.2.6"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
dependencies:
"@babel/code-frame" "7.0.0-beta.44"
"@babel/traverse" "7.0.0-beta.44"
"@babel/types" "7.0.0-beta.44"
babylon "7.0.0-beta.44"
eslint-scope "~3.7.1"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"

babylon@7.0.0-beta.44:
Expand Down Expand Up @@ -431,16 +431,16 @@ eslint-plugin-react@7.7.0:
jsx-ast-utils "^2.0.1"
prop-types "^15.6.0"

eslint-scope@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
eslint-scope@3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
dependencies:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-scope@~3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
eslint-scope@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
dependencies:
esrecurse "^4.1.0"
estraverse "^4.1.1"
Expand Down

0 comments on commit ca66277

Please sign in to comment.