From 7b98d4ab17d4b3d61213a38564ebbad1a31d23bb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 17 Feb 2019 13:25:54 +0100 Subject: [PATCH] =?UTF-8?q?Update=20eslint=20to=20the=20latest=20version?= =?UTF-8?q?=20=F0=9F=9A=80=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `5.12.1` to `5.14.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. ---
Release Notes for v5.14.0
Commits

The new version differs by 51 commits.

There are 51 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce6d825..f8ccc97 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "code": "~5.2.4", - "eslint": "~5.12.1", + "eslint": "~5.14.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.14.0", "eslint-plugin-node": "~8.0.1",