From 3e6923c0db34331b24e97fcad0eca299d69e3a12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 22:37:05 -0400 Subject: [PATCH] Update eslint-config-airbnb-base requirement (#536) 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/compare/eslint-config-airbnb-base-v13.1.0...eslint-config-airbnb-base-v14.0.0) Signed-off-by: dependabot-preview[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 6ceeb15..4838a33 100644 --- a/{{cookiecutter.app_name}}/package.json +++ b/{{cookiecutter.app_name}}/package.json @@ -36,7 +36,7 @@ "babel-preset-env": "^1.7.0", "concurrently": "^4.1.0", "css-loader": "^3.0.0", - "eslint-config-airbnb-base": "^13.1.0", + "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.17.3", "eslint": "^5.16.0", "file-loader": "^4.0.0",