Skip to content

Commit

Permalink
chore: upgrade TypeScript to 3.9
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jackfranklin committed May 13, 2020
1 parent f5d2597 commit 956be35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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,
Expand Down

0 comments on commit 956be35

Please sign in to comment.