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

Commit c3abdb7

Browse files
committed
fix(typescript): upgrade plugins
1 parent 2182d4b commit c3abdb7

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
@@ -35,7 +35,7 @@
3535
"typescript": "*"
3636
},
3737
"dependencies": {
38-
"eslint-plugin-typescript": "^0.10.0",
38+
"eslint-plugin-typescript": "^0.11.0",
3939
"typescript-eslint-parser": "^14.0.0"
4040
},
4141
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,9 +1834,9 @@ eslint-plugin-react@^7.6.1:
18341834
jsx-ast-utils "^2.0.1"
18351835
prop-types "^15.6.0"
18361836

1837-
eslint-plugin-typescript@^0.10.0:
1838-
version "0.10.0"
1839-
resolved "https://registry.yarnpkg.com/eslint-plugin-typescript/-/eslint-plugin-typescript-0.10.0.tgz#009a8fcaf0ec7bf68f6fb71576df0d84ebd0b114"
1837+
eslint-plugin-typescript@^0.11.0:
1838+
version "0.11.0"
1839+
resolved "https://registry.yarnpkg.com/eslint-plugin-typescript/-/eslint-plugin-typescript-0.11.0.tgz#a8480beeac1634271737e0ff8af32d9119b0d272"
18401840
dependencies:
18411841
requireindex "~1.1.0"
18421842

0 commit comments

Comments
 (0)