From 370212bdfc09f2cab6b5d32d7d6607dd7622714c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 12:07:34 +0000 Subject: [PATCH] Bump eslint in /framework/webpack/webpack-in-action/examples/non-spa Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.19.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v4.19.1) Signed-off-by: dependabot[bot] --- .../webpack/webpack-in-action/examples/non-spa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/webpack/webpack-in-action/examples/non-spa/package.json b/framework/webpack/webpack-in-action/examples/non-spa/package.json index edacd98..3ed8a8e 100644 --- a/framework/webpack/webpack-in-action/examples/non-spa/package.json +++ b/framework/webpack/webpack-in-action/examples/non-spa/package.json @@ -17,7 +17,7 @@ "babel-preset-latest": "^6.16.0", "babel-preset-stage-2": "^6.18.0", "css-loader": "^0.26.1", - "eslint": "^3.12.2", + "eslint": "^4.19.1", "eslint-config-enough": "^0.2.2", "eslint-loader": "^1.6.1", "file-loader": "^0.9.0",