Skip to content

Commit

Permalink
feat: upgrade parser & plugin to v2.24.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: parser & plugin upgraded to v2.24.0

Closes #247.
Closes #250.
  • Loading branch information
mightyiam committed Mar 17, 2020
1 parent 8b4acc7 commit 51a32e7
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 @@ -55,7 +55,7 @@
"TypeScript"
],
"dependencies": {
"@typescript-eslint/parser": "^2.22.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint-config-standard": "^14.1.0"
},
"peerDependencies": {
Expand All @@ -64,14 +64,14 @@
"eslint-plugin-node": ">=9.1.0",
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.0",
"@typescript-eslint/eslint-plugin": ">=2.22.0"
"@typescript-eslint/eslint-plugin": ">=2.24.0"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/travis-cli": "^8.2.0",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"ava": "^3.5.0",
"editorconfig-checker": "^3.0.4",
"eslint": "^6.7.2",
Expand Down

0 comments on commit 51a32e7

Please sign in to comment.