Skip to content

Commit

Permalink
fix(deps): Update for TypeScript 4
Browse files Browse the repository at this point in the history
The last few versions of `@typescript/eslint` have contained fixes to
deal with the changes in the TypeScript 4 AST. They should still work
against TypeScript 3.

This also pulls in typescript-eslint/typescript-eslint#2371 which allows
assigning `any` to `unknown` in more situations.
  • Loading branch information
etaoins committed Aug 20, 2020
1 parent c30c307 commit 2ddde58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -25,8 +25,8 @@
},
"homepage": "https://github.com/seek-oss/eslint-config-seek#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-node": "^0.3.3",
Expand All @@ -48,7 +48,7 @@
"husky": "^3.1.0",
"semantic-release": "^15.13.31",
"travis-deploy-once": "^5.0.11",
"typescript": "^3.9.5"
"typescript": "^4.0.2"
},
"release": {
"success": false
Expand Down

0 comments on commit 2ddde58

Please sign in to comment.