Skip to content

Commit 559c2f2

Browse files
committed
Up version of eslint-typescript-parser
Ver21.0.1 of eslint-typescript-parser version has a bug that prevented it from linting typescript files correctly. eslint/typescript-eslint-parser#553 Update it to ver21.0.2 which contains a fix. Also update the version of build-config.
1 parent 434a7e6 commit 559c2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/build-config",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Version-controlled build config for easy re-use and sharing",
55
"scripts": {
66
"lint": "beemo eslint .",
@@ -75,6 +75,6 @@
7575
"react-dom": "^16.4.1",
7676
"react-test-renderer": "^16.4.1",
7777
"typescript": "^3.1.6",
78-
"typescript-eslint-parser": "^21.0.1"
78+
"typescript-eslint-parser": "^21.0.2"
7979
}
8080
}

0 commit comments

Comments
 (0)