From c2b6920a198798cd83ed31f277d09b1bae405a82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 17:48:52 +0000 Subject: [PATCH] Update eslint-config-airbnb-base requirement from ^12.0.0 to ^13.1.0 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-v12.0.0...eslint-config-airbnb-base-v13.1.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c3001f..b911808 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "cross-env": "^5.0.5", "eslint": "^4.6.0", - "eslint-config-airbnb-base": "^12.0.0", + "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.7.0", "mocha": "^4.0.1", "nodemon": "^1.12.0"