From deca80ff6884722192dc1a4cb213642f986a0457 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Apr 2019 16:32:52 +0000 Subject: [PATCH] chore(deps): update dependency eslint-watch to v5.1.0 --- package.json | 2 +- yarn.lock | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7230c8e..6f7af95 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint-plugin-jest": "22.5.1", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", - "eslint-watch": "5.0.1", + "eslint-watch": "5.1.0", "flow-bin": "^0.97.0", "gh-pages": "2.0.1", "identity-obj-proxy": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 73486ee..3f02ae7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3623,6 +3623,11 @@ core-js-pure@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.0.0.tgz#a5679adb4875427c8c0488afc93e6f5b7125859b" +core-js@2: + version "2.6.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895" + integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A== + core-js@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.0.tgz#a8dbfa978d29bfc263bfb66c556d0ca924c28957" @@ -5072,12 +5077,14 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint-watch@5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/eslint-watch/-/eslint-watch-5.0.1.tgz#3bf8d2ea727a70b94c116568ffe1eddd6dbc7e0f" +eslint-watch@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-watch/-/eslint-watch-5.1.0.tgz#87ed9cd9bf80762b2eba7526854379f3eeb5e673" + integrity sha512-kY39ien3Po1ywg7wBlvpnuxqK8rSMeoY8M6MH45JNRUoYoZCreLXlJc5uWFWXcXvJdVNipF0mw4XB6UGOsWEbw== dependencies: "@babel/polyfill" "^7.0.0" chokidar "^2.0.4" + core-js "2" debug "^4.1.0" execa "^1.0.0" keypress "^0.2.1"