From 685067e13b6e1384e4b13b73720d0efba059ce64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 Aug 2018 12:14:46 +0000 Subject: [PATCH] Update eslint-config-airbnb-base requirement from ^11.2.0 to ^13.1.0 in /{{cookiecutter.app_name}} Updates the requirements on [eslint-config-airbnb-base](https://github.com/airbnb/javascript) to permit the latest version. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/commits/eslint-config-airbnb-base-v13.1.0) Signed-off-by: dependabot[bot] --- {{cookiecutter.app_name}}/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/package.json b/{{cookiecutter.app_name}}/package.json index 75433bf..da1d4d0 100644 --- a/{{cookiecutter.app_name}}/package.json +++ b/{{cookiecutter.app_name}}/package.json @@ -33,7 +33,7 @@ "concurrently": "^4.0.1", "css-loader": "^1.0.0", "eslint": "^5.3.0", - "eslint-config-airbnb-base": "^11.2.0", + "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.3.0", "extract-text-webpack-plugin": "^2.1.2", "file-loader": "^2.0.0",