From 9179add6e6151ed2e4342ae6e39727535205726c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 12 Sep 2018 21:15:35 +0000 Subject: [PATCH] build(deps-dev): bump @vue/eslint-config-airbnb from 3.0.1 to 3.0.3 Bumps [@vue/eslint-config-airbnb](https://github.com/vuejs/vue-cli) from 3.0.1 to 3.0.3. - [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.1...v3.0.3) 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 4dae516..6935465 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@vue/cli-plugin-eslint": "^3.0.1", "@vue/cli-plugin-typescript": "^3.0.1", "@vue/cli-service": "^3.0.1", - "@vue/eslint-config-airbnb": "^3.0.1", + "@vue/eslint-config-airbnb": "^3.0.3", "@vue/eslint-config-typescript": "^3.0.1", "babel-plugin-component": "git://github.com/u3u/babel-plugin-component.git", "babel-plugin-emotion": "^9.2.8", diff --git a/yarn.lock b/yarn.lock index 9beef11..bf95afc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -869,9 +869,9 @@ source-map "^0.5.6" vue-template-es2015-compiler "^1.6.0" -"@vue/eslint-config-airbnb@^3.0.1": - version "3.0.1" - resolved "https://registry.npmjs.org/@vue/eslint-config-airbnb/-/eslint-config-airbnb-3.0.1.tgz#51847724b3e25ce7399b3eb3917d6ae72af9fb43" +"@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" dependencies: eslint-config-airbnb-base "^12.1.0" eslint-import-resolver-webpack "^0.9.0"