-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dependencies for latest TypeScript
- Loading branch information
Pavel Kabir
committed
Mar 6, 2020
1 parent
bcbb7cf
commit 9ce583a
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# 3.0.0 | ||
|
||
Updated minimal dependencies to support latest TypeScript features: | ||
|
||
```typescript | ||
"@typescript-eslint/eslint-plugin": "^2.22.0", | ||
"@typescript-eslint/parser": "^2.22.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-react": "^7.18.3" | ||
``` | ||
|
||
# 2.0.0 | ||
|
||
Enabled [strict boolean expression checking](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/strict-boolean-expressions.md) for better handling of "yes / no / maybe" cases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters