Skip to content

Commit 58e3be7

Browse files
committed
[Deps] fix typescript-eslint-parser to avoid picking up breaking change
1 parent d6f7e1e commit 58e3be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"istanbul": "^0.4.5",
4040
"mocha": "^5.2.0",
4141
"typescript": "^3.1.3",
42-
"typescript-eslint-parser": "^20.0.0"
42+
"typescript-eslint-parser": "20.0.0"
4343
},
4444
"peerDependencies": {
4545
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"

0 commit comments

Comments
 (0)