diff --git a/package.json b/package.json index e57e0fa..a69a804 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/react": "^16.4.7", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", - "babel-eslint": "^9.0.0", + "babel-eslint": "^10.0.0", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", diff --git a/yarn.lock b/yarn.lock index ab780e7..0e073b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -613,9 +613,9 @@ babel-core@^6.0.0, babel-core@^6.26.0, babel-core@^6.26.3: slash "^1.0.0" source-map "^0.5.7" -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"