chore: upgrade TypeScript to 3.9 (#5860)

Sticking to a specific version of TS rather than a ^ version so we know
everyone is on the exact same version. Think that's preferable for such
an important dependency.
This commit is contained in:
Jack Franklin 2020-05-13 10:50:51 +01:00 committed by GitHub
parent 5f42547c9d
commit 9368edbac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@
"prettier": "^2.0.5",
"sinon": "^9.0.2",
"text-diff": "^1.0.1",
"typescript": "3.8.3"
"typescript": "3.9.2"
},
"browser": {
"./lib/BrowserFetcher.js": false,