From 12f76e362a2e37e44347e943caaf591fb274a107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 18:51:18 +0000 Subject: [PATCH] Bump eslint in /Learning-Vuejs-2/chapter2/apps/shopping-list Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 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/v2.13.1...v4.19.1) Signed-off-by: dependabot[bot] --- Learning-Vuejs-2/chapter2/apps/shopping-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learning-Vuejs-2/chapter2/apps/shopping-list/package.json b/Learning-Vuejs-2/chapter2/apps/shopping-list/package.json index da89100c..fc2da76b 100644 --- a/Learning-Vuejs-2/chapter2/apps/shopping-list/package.json +++ b/Learning-Vuejs-2/chapter2/apps/shopping-list/package.json @@ -24,7 +24,7 @@ "babel-preset-stage-2": "^6.0.0", "connect-history-api-fallback": "^1.1.0", "css-loader": "^0.23.0", - "eslint": "^2.10.2", + "eslint": "^4.19.1", "eslint-friendly-formatter": "^2.0.5", "eslint-loader": "^1.3.0", "eslint-plugin-html": "^1.3.0",