From d055bf13d6f152e11785d192ea74d543f84b8e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Sep 2018 21:14:41 +0000 Subject: [PATCH] build(deps-dev): bump @vue/eslint-config-typescript from 3.0.1 to 3.0.2 Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/vue-cli) from 3.0.1 to 3.0.2. - [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.2) 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..9a862a8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@vue/cli-plugin-typescript": "^3.0.1", "@vue/cli-service": "^3.0.1", "@vue/eslint-config-airbnb": "^3.0.1", - "@vue/eslint-config-typescript": "^3.0.1", + "@vue/eslint-config-typescript": "^3.0.2", "babel-plugin-component": "git://github.com/u3u/babel-plugin-component.git", "babel-plugin-emotion": "^9.2.8", "babel-plugin-jsx-v-model": "^2.0.3", diff --git a/yarn.lock b/yarn.lock index 9beef11..03a0251 100644 --- a/yarn.lock +++ b/yarn.lock @@ -877,9 +877,9 @@ eslint-import-resolver-webpack "^0.9.0" eslint-plugin-import "^2.11.0" -"@vue/eslint-config-typescript@^3.0.1": - version "3.0.1" - resolved "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-3.0.1.tgz#60468b0f6817fae49309e933cbabb1d807c3d5f2" +"@vue/eslint-config-typescript@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-3.0.2.tgz#1181becf8f02895619fe62058655cc9d386c4514" dependencies: eslint-plugin-typescript "^0.12.0" typescript-eslint-parser "^18.0.0"