From 4d40a667a55b27cc80d620cfc55455ba403974a7 Mon Sep 17 00:00:00 2001 From: Zoltan Toth Date: Wed, 19 Jun 2019 13:05:50 -0400 Subject: [PATCH] Update babel-eslint to latest version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 180a91f..4dd9a55 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@storybook/addon-storyshots": "5.1.1", "@storybook/addons": "5.1.1", "@storybook/react": "5.1.1", - "babel-eslint": "10.0.1", + "babel-eslint": "^10.0.2", "babel-jest": "^24.8.0", "babel-loader": "^8.0.6", "babel-plugin-require-context-hook": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 6ccf927..b6fab39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2440,10 +2440,10 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: esutils "^2.0.2" js-tokens "^3.0.2" -babel-eslint@10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed" - integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ== +babel-eslint@^10.0.2: + version "10.0.2" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456" + integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q== dependencies: "@babel/code-frame" "^7.0.0" "@babel/parser" "^7.0.0"