Skip to content

Commit

Permalink
chore(devDeps): upgrade for eslint
Browse files Browse the repository at this point in the history
- eslint
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser

lerna.json hoist not need @typescript-eslint/*
ref: typescript-eslint/typescript-eslint#2105
  • Loading branch information
waitingsong committed May 27, 2020
1 parent 7e0dd24 commit 8ccd1b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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
6 changes: 3 additions & 3 deletions packages/eslint-midway-contrib/package.json
Expand Up @@ -25,8 +25,8 @@
"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"
Expand All @@ -35,7 +35,7 @@
"@types/tape": "4",
"eslint": "7",
"tape": "5",
"typescript": ">=3.9"
"typescript": "^3.9.3"
},
"peerDependencies": {
"eslint": ">=7.0.0"
Expand Down

0 comments on commit 8ccd1b9

Please sign in to comment.