From b427034c9f86c881ea4a3fe83912dc3a1897c2c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 06:39:35 +0000 Subject: [PATCH] build(deps-dev): bump babel-preset-airbnb from 4.5.0 to 5.0.0 Bumps [babel-preset-airbnb](https://github.com/airbnb/babel-preset-airbnb) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/airbnb/babel-preset-airbnb/releases) - [Changelog](https://github.com/airbnb/babel-preset-airbnb/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/babel-preset-airbnb/compare/v4.5.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d32d17d..1a09f06 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/cli": "^7.7.0", "@babel/core": "^7.7.2", "@babel/runtime": "^7.7.2", - "babel-preset-airbnb": "^4.1.0", + "babel-preset-airbnb": "^5.0.0", "eslint": "^6.6.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.16.0"