Update babel-eslint to the latest version 🚀 (#82)

* chore(package): update babel-eslint to version 10.0.0

* chore(package): update lockfile yarn.lock
This commit is contained in:
greenkeeper[bot] 2018-10-20 07:12:41 +02:00 committed by uwap
parent f08a26afb5
commit 686f10819a
2 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/preset-flow": "^7.0.0-rc.1",
"@babel/preset-react": "^7.0.0-rc.1",
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0-beta",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^1.0.0",

View file

@ -1111,9 +1111,9 @@ babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"
babel-eslint@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
babel-eslint@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.0.tgz#0bb43e6b11a119bf3defbb1ee2521f42e2d413c9"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"