chore(deps): update dependency eslint-watch to v5.1.0

This commit is contained in:
Renovate Bot 2019-04-26 16:32:52 +00:00
parent 65549ea42c
commit deca80ff68
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 11 additions and 4 deletions

View File

@ -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",

View File

@ -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"