Skip to content

Commit

Permalink
Upgrade babel-eslint to fix eslint/eslint#9767
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklarko authored and Erik Larkö committed Jan 30, 2018
1 parent a5585df commit 05d04ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.25.0",
"babel-eslint": "^8.1.1",
"babel-eslint": "^8.2.1",
"babel-plugin-inline-react-svg": "^0.4.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.1.18",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ babel-core@^6.24.1, babel-core@^6.25.0, babel-core@^6.26.0, babel-core@^6.7.2:
slash "^1.0.0"
source-map "^0.5.6"

babel-eslint@^8.1.1:
babel-eslint@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951"
dependencies:
Expand Down

0 comments on commit 05d04ef

Please sign in to comment.