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,19 @@
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)
### Bug Fixes
* **deps:** update dependency @typescript-eslint/eslint-plugin to v2.1.0 ([99a5c38](https://github.com/antfu/eslint-config/commit/99a5c38))
* **deps:** update dependency @typescript-eslint/eslint-plugin to v2.3.1 ([8c12e7e](https://github.com/antfu/eslint-config/commit/8c12e7e))
* **deps:** update dependency @typescript-eslint/eslint-plugin to v2.5.0 ([#11](https://github.com/antfu/eslint-config/issues/11)) ([d5341a2](https://github.com/antfu/eslint-config/commit/d5341a2))
## [0.2.6](https://github.com/antfu/eslint-config/compare/v0.2.5...v0.2.6) (2019-08-22)

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.2.6",
"version": "0.2.7",
"description": "",
"main": "index.js",
"keywords": [],
@@ -16,17 +16,17 @@
"access": "public"
},
"peerDependencies": {
"eslint": ">=5.16.0",
"typescript": ">=3.5"
"eslint": ">=6.6.0",
"typescript": ">=3.6"
},
"dependencies": {
"@antfu/eslint-config": "^0.2.6",
"@typescript-eslint/eslint-plugin": "2.5.0",
"@typescript-eslint/parser": "^2.0.0"
"@antfu/eslint-config": "^0.2.7",
"@typescript-eslint/eslint-plugin": "2.6.0",
"@typescript-eslint/parser": "^2.6.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"typescript": "^3.5.3"
"typescript": "^3.7.1-rc"
},
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
}