From e7d01edd0391f1679de95fcba32c6100950065d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 29 Jun 2018 21:46:53 -0700 Subject: [PATCH] Update dependency eslint to v5.0.1 (#204) This Pull Request updates dependency [eslint](https://github.com/eslint/eslint) from `v5.0.0` to `v5.0.1`
Release Notes ### [`v5.0.1`](https://github.com/eslint/eslint/releases/v5.0.1) [Compare Source](https://github.com/eslint/eslint/compare/v5.0.0...v5.0.1) * 196c102 Fix: valid-jsdoc should allow optional returns for async (fixes #​10386) (#​10480) (Mark Banner) * 4c823bd Docs: Fix max-lines-per-function correct code's max value (#​10513) (Rhys Bower) ---
--- This PR has been generated by [Renovate Bot](https://renovatebot.com). --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 31a54e5..3b8d64d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "connect-history-api-fallback": "1.5.0", "cross-env": "5.2.0", "danger": "3.7.18", - "eslint": "5.0.0", + "eslint": "5.0.1", "eslint-formatter-pretty": "1.3.0", "eslint-import-resolver-typescript": "1.0.2", "eslint-plugin-array-func": "3.0.0", diff --git a/yarn.lock b/yarn.lock index f2f3190..fe6f748 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2353,9 +2353,9 @@ 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@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.0.tgz#3576704f7377aca072da69c00862277c5fe57153" +eslint@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.1.tgz#109b90ab7f7a736f54e0f341c8bb9d09777494c3" dependencies: ajv "^6.5.0" babel-code-frame "^6.26.0"