chore: upgrade TypeScript to 3.8 (#5566)

Easy upgrade this one! No changes that affect us so this change simply bumps TS in `package.json`.
This commit is contained in:
Jack Franklin 2020-04-01 10:34:50 +01:00 committed by GitHub
parent 3dff24ad35
commit d678013368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
"tsc": "tsc --version && tsc -p .",
"apply-next-version": "node utils/apply_next_version.js",
"bundle": "npx browserify -r ./index.js:puppeteer -o utils/browser/puppeteer-web.js",
"test-types": "node utils/doclint/generate_types && npx -p typescript@3.2 tsc -p utils/doclint/generate_types/test/",
"test-types": "node utils/doclint/generate_types && tsc --version && tsc -p utils/doclint/generate_types/test/",
"unit-bundle": "node utils/browser/test.js"
},
"author": "The Chromium Authors",
@ -61,7 +61,7 @@
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"text-diff": "^1.0.1",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"browser": {
"./lib/BrowserFetcher.js": false,