Skip to content

Commit

Permalink
fix(deps): update dependency @typescript-eslint/eslint-plugin to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 9, 2019
1 parent 6c3c583 commit 99a5c38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.1.5",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint": ">=5.16.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint-config-standard": "^14.0.0",
"eslint-plugin-import": "^2.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@antfu/eslint-config": "^0.2.6",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 99a5c38

Please sign in to comment.