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"