Skip to content

Commit

Permalink
feat: support TypeScript 3.9 (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed May 16, 2020
1 parent 11d3b06 commit fc3d5ad
Show file tree
Hide file tree
Showing 21 changed files with 4,284 additions and 4,019 deletions.
2 changes: 1 addition & 1 deletion e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -11,6 +11,6 @@
"@types/jest": "^25.2.1",
"@types/jquery": "^3.3.35",
"jest": "^26.0.1",
"typescript": "^3.8.3"
"typescript": "~3.9.2"
}
}
1,292 changes: 662 additions & 630 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

Expand Up @@ -7,6 +7,6 @@
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.116",
"jest": "^26.0.1",
"typescript": "^3.8.3"
"typescript": "~3.9.2"
}
}
1,214 changes: 632 additions & 582 deletions e2e/__external-repos__/simple-project-references/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/__external-repos__/simple/dependency/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "dependency",
"version": "0.0.1",
"peerDependencies": {
"typescript": "^3.8.3"
"typescript": "~3.9.2"
},
"main": "./index.ts"
}
2 changes: 1 addition & 1 deletion e2e/__external-repos__/simple/with-dependency/package.json
Expand Up @@ -36,7 +36,7 @@
}
},
"devDependencies": {
"typescript": "^3.8.3"
"typescript": "~3.9.2"
},
"dependencies": {
"@types/jest": "^25.2.1",
Expand Down

0 comments on commit fc3d5ad

Please sign in to comment.