diff --git a/package.json b/package.json index f469afa03..abf03812f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@storybook/addon-links": "^3.4.11", "@storybook/addons": "^3.4.11", "@storybook/react": "^3.4.11", - "babel-eslint": "^9.0.0", + "babel-eslint": "^10.0.1", "babel-jest": "^23.4.2", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-preact": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index ed50d2b05..3de466f07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -750,9 +750,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.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"