Skip to content

Commit

Permalink
chore(devDeps): upgrade for eslint (#500)
Browse files Browse the repository at this point in the history
* chore(devDeps): upgrade for eslint

- eslint
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser

lerna.json hoist not need @typescript-eslint/*
ref: typescript-eslint/typescript-eslint#2105

* chore(eslint-midway-contrib): remove devDeps typescript
  • Loading branch information
waitingsong committed May 28, 2020
1 parent 7e0dd24 commit 413a4c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions lerna.json
Expand Up @@ -6,10 +6,6 @@
"bootstrap": {
"hoist": true,
"noCi": true,
"nohoist": [
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser"
],
"npmClientArgs": [
"--no-package-lock"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"autocannon": "^2.4.1",
"chalk": "^3.0.0",
"debug": "^4.1.1",
"eslint": "6",
"eslint": "7",
"gh-pages": "^2.2.0",
"lerna": "^3.14.1",
"lerna-relinker": "^1.4.0",
Expand Down
7 changes: 3 additions & 4 deletions packages/eslint-midway-contrib/package.json
Expand Up @@ -25,17 +25,16 @@
"license": "MIT",
"author": "waiting",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^20.0.0"
},
"devDependencies": {
"@types/tape": "4",
"eslint": "7",
"tape": "5",
"typescript": ">=3.9"
"tape": "5"
},
"peerDependencies": {
"eslint": ">=7.0.0"
Expand Down

0 comments on commit 413a4c6

Please sign in to comment.