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

Commit 10980bc

Browse files
committed
fix(typescript): upgrade plugins
1 parent 4b2c629 commit 10980bc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/eslint-config-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"typescript": "*"
4141
},
4242
"dependencies": {
43-
"eslint-plugin-typescript": "^0.11.0",
44-
"typescript-eslint-parser": "^14.0.0"
43+
"eslint-plugin-typescript": "^0.12.0",
44+
"typescript-eslint-parser": "^16.0.0"
4545
},
4646
"devDependencies": {
4747
"eslint": "^4.19.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,9 +1865,9 @@ eslint-plugin-react@^7.9.1:
18651865
jsx-ast-utils "^2.0.1"
18661866
prop-types "^15.6.1"
18671867

1868-
eslint-plugin-typescript@^0.11.0:
1869-
version "0.11.0"
1870-
resolved "https://registry.yarnpkg.com/eslint-plugin-typescript/-/eslint-plugin-typescript-0.11.0.tgz#a8480beeac1634271737e0ff8af32d9119b0d272"
1868+
eslint-plugin-typescript@^0.12.0:
1869+
version "0.12.0"
1870+
resolved "https://registry.yarnpkg.com/eslint-plugin-typescript/-/eslint-plugin-typescript-0.12.0.tgz#e23d58cb27fe28e89fc641a1f20e8d862cb99aef"
18711871
dependencies:
18721872
requireindex "~1.1.0"
18731873

@@ -5854,9 +5854,9 @@ typedarray@^0.0.6:
58545854
version "0.0.6"
58555855
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
58565856

5857-
typescript-eslint-parser@^14.0.0:
5858-
version "14.0.0"
5859-
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-14.0.0.tgz#c90a8f541c1d96e5c55e2807c61d154e788520f9"
5857+
typescript-eslint-parser@^16.0.0:
5858+
version "16.0.0"
5859+
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-16.0.0.tgz#14a9ab75932b15af919602faef553c6f0487f352"
58605860
dependencies:
58615861
lodash.unescape "4.0.1"
58625862
semver "5.5.0"

0 commit comments

Comments
 (0)