Skip to content

Commit

Permalink
chore: upgrade TypeScript to 3.8 (#5566)
Browse files Browse the repository at this point in the history
Easy upgrade this one! No changes that affect us so this change simply bumps TS in `package.json`.
  • Loading branch information
jackfranklin committed Apr 1, 2020
1 parent 3dff24a commit d678013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit d678013

Please sign in to comment.