Skip to content

Commit

Permalink
Bump dependencies for latest TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kabir committed Mar 6, 2020
1 parent bcbb7cf commit 9ce583a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"eslint": "*"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3"
"@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"
}
}

0 comments on commit 9ce583a

Please sign in to comment.