Skip to content

Commit

Permalink
chore(deps): update eslint packages to v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum @typescript-eslint/eslint-plugin version bumped
to 4.0.1
  • Loading branch information
renovate-bot authored and mightyiam committed Sep 2, 2020
1 parent 0329cac commit 7275f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"TypeScript"
],
"dependencies": {
"@typescript-eslint/parser": "^3.2.0",
"@typescript-eslint/parser": "^4.0.0",
"eslint-config-standard": "^14.1.1"
},
"peerDependencies": {
Expand All @@ -69,14 +69,14 @@
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.0",
"typescript": ">=3.9",
"@typescript-eslint/eslint-plugin": ">=3.2.0"
"@typescript-eslint/eslint-plugin": ">=4.0.1"
},
"devDependencies": {
"@commitlint/cli": "9.1.2",
"@commitlint/travis-cli": "9.1.2",
"@types/eslint": "7.2.2",
"@types/node": "14.6.2",
"@typescript-eslint/eslint-plugin": "3.2.0",
"@typescript-eslint/eslint-plugin": "4.0.1",
"ava": "3.12.1",
"commitlint-config-awesome": "1.0.4",
"editorconfig-checker": "3.1.0",
Expand Down

0 comments on commit 7275f68

Please sign in to comment.