Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 19, 2019
1 parent 23506b5 commit 1f4250e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.1.5",
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "^1.10.2",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"eslint": ">=5.16.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "^1.10.2",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@antfu/eslint-config": "^0.2.0",
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "^1.10.2"
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.0.1",
Expand Down

0 comments on commit 1f4250e

Please sign in to comment.