chore(package): update babel-eslint to version 10.0.1 (#1729)

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

Closes #1728

* chore(package): update lockfile yarn.lock
This commit is contained in:
ylemkimon
2018-10-13 10:38:33 +09:00
committed by Kevin Barabash
parent 3907545e2c
commit 5e4c0bec74
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.0.1",
"babel-loader": "^8.0.2",
"babel-plugin-istanbul": "^5.0.1",

View File

@@ -1163,9 +1163,9 @@ babel-core@^7.0.0-bridge.0:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
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.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"