Skip to content

Commit

Permalink
feat(deps): Upgrade TypeScript to 2.4.x
Browse files Browse the repository at this point in the history
Code that compiled under previous version of TypeScript should compile
under 2.4, but your mileage may vary.
  • Loading branch information
wms committed Sep 13, 2017
1 parent 1d8361e commit 8785bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"style-ext-html-webpack-plugin": "^2.0.6",
"style-loader": "^0.13.1",
"ts-jest": "^19.0.0",
"typescript": "~2.2.0",
"typescript": "^2.4.2",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
"uri-templates": "^0.2.0",
"webpack": "^2.2.1",
Expand Down

0 comments on commit 8785bf7

Please sign in to comment.