Skip to content

Commit

Permalink
fix: upgrade parser & plugin to 2.25.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bump plugin peerDep

Closes #263.
  • Loading branch information
mightyiam committed Apr 23, 2020
1 parent 92b21c7 commit 99af05e
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.24.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint-config-standard": "^14.1.1"
},
"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.24.0"
"@typescript-eslint/eslint-plugin": ">=2.25.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.24.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"ava": "^3.5.0",
"editorconfig-checker": "^3.0.4",
"eslint": "^6.7.2",
Expand Down

0 comments on commit 99af05e

Please sign in to comment.