From 3bfa624d588978aed270d0792db785b13b96a2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 25 Sep 2018 21:12:55 +0000 Subject: [PATCH] build(deps-dev): bump @vue/eslint-config-airbnb from 3.0.3 to 3.0.4 Bumps [@vue/eslint-config-airbnb](https://github.com/vuejs/vue-cli) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/compare/v3.0.3...v3.0.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8eedfa1..aaefa31 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vue/cli-plugin-eslint": "^3.0.3", "@vue/cli-plugin-typescript": "^3.0.3", "@vue/cli-service": "^3.0.3", - "@vue/eslint-config-airbnb": "^3.0.3", + "@vue/eslint-config-airbnb": "^3.0.4", "@vue/eslint-config-typescript": "^3.0.3", "all-contributors-cli": "^5.4.0", "babel-plugin-emotion": "^9.2.10", diff --git a/yarn.lock b/yarn.lock index 2ea4416..0884c20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -908,9 +908,9 @@ source-map "^0.5.6" vue-template-es2015-compiler "^1.6.0" -"@vue/eslint-config-airbnb@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-airbnb/-/eslint-config-airbnb-3.0.3.tgz#45ddffde85da968af42ab604240ff77c08c7cb4b" +"@vue/eslint-config-airbnb@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-airbnb/-/eslint-config-airbnb-3.0.4.tgz#5a2795c9cc9cbcf1d9282a59929417aeff18f6e1" dependencies: eslint-config-airbnb-base "^12.1.0" eslint-import-resolver-webpack "^0.9.0"