Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 1958d7b

Browse files
committed
fix(typescript): upgrade typescript parser
1 parent c110575 commit 1958d7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/eslint-config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"eslint-plugin-typescript": "^0.12.0",
44-
"typescript-eslint-parser": "^16.0.0"
44+
"typescript-eslint-parser": "^17.0.1"
4545
},
4646
"devDependencies": {
4747
"eslint": "^4.19.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6003,9 +6003,9 @@ typedarray@^0.0.6:
60036003
version "0.0.6"
60046004
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
60056005

6006-
typescript-eslint-parser@^16.0.0:
6007-
version "16.0.0"
6008-
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-16.0.0.tgz#14a9ab75932b15af919602faef553c6f0487f352"
6006+
typescript-eslint-parser@^17.0.1:
6007+
version "17.0.1"
6008+
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-17.0.1.tgz#ddc681a3afa51a9baa6746a001eb5f29fb1365d3"
60096009
dependencies:
60106010
lodash.unescape "4.0.1"
60116011
semver "5.5.0"

0 commit comments

Comments
 (0)