Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support TypeScript 3.9 #1653

Merged
merged 2 commits into from May 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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