From b735fc7d6d6d5a73ca9a6b373a5b4e850fe71b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 12 Sep 2018 21:14:20 +0000 Subject: [PATCH] build(deps-dev): bump @vue/eslint-config-typescript from 3.0.1 to 3.0.3 Bumps [@vue/eslint-config-typescript](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..f73f087 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.3", "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..972b3e2 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.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-3.0.3.tgz#3eece4296903b4069bced4bc1b3ae445e883d3a2" dependencies: eslint-plugin-typescript "^0.12.0" typescript-eslint-parser "^18.0.0"