Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Lock package version typescript eslint-plugin and parser due to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zckrs committed May 12, 2020
1 parent e35f2d9 commit 32406ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -46,8 +46,8 @@
"simple"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"eslint-config-xo": "^0.29.1",
"eslint-config-xo-typescript": "^0.28.0",
"eslint-plugin-promise": "^4.1.1",
Expand Down

0 comments on commit 32406ef

Please sign in to comment.