diff --git a/package.json b/package.json index 1e153750..238ce761 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 1e201848..eeec0d49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"