chore: update packages

v0.2.7

update packages
This commit is contained in:
Anthony Fu
2019-10-29 09:35:48 +08:00
parent d5341a2507
commit 15362aaa29
9 changed files with 83 additions and 30 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.7](https://github.com/antfu/eslint-config/compare/v0.2.6...v0.2.7) (2019-10-29)
**Note:** Version bump only for package @antfu/eslint-config-vue
## [0.2.6](https://github.com/antfu/eslint-config/compare/v0.2.5...v0.2.6) (2019-08-22)
**Note:** Version bump only for package @antfu/eslint-config-vue

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.2.6",
"version": "0.2.7",
"description": "",
"main": "index.js",
"keywords": [],
@@ -13,19 +13,19 @@
"index.js"
],
"peerDependencies": {
"eslint": ">=5.16.0"
"eslint": ">=6.6.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.2.6",
"@antfu/eslint-config-ts": "^0.2.7",
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-vue": "5.2.3"
},
"devDependencies": {
"eslint": "^6.0.1",
"typescript": "^3.5.3"
"typescript": "^3.7.1-rc"
},
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
}