Skip to content

Commit

Permalink
feat: support TypeScript 4.0 (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Aug 21, 2020
1 parent 191f467 commit f070e93
Show file tree
Hide file tree
Showing 27 changed files with 1,530 additions and 1,571 deletions.
6 changes: 3 additions & 3 deletions e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -5,11 +5,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.9",
"@types/jest": "^26.0.10",
"@types/jquery": "^3.5.1",
"jest": "^26.3.0",
"jest": "^26.4.1",
"jquery": "^3.5.1",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},
"wantedDependencies": {
"jquery": "latest",
Expand Down

0 comments on commit f070e93

Please sign in to comment.