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"