Skip to content

Commit

Permalink
Upgrade Typscript to v2.8.3 (microsoft#1686)
Browse files Browse the repository at this point in the history
* Upgrade Typescript to 2.8.3
  • Loading branch information
d3r3kk authored May 15, 2018
1 parent 5215660 commit e26da1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions news/3 Code Health/1604.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update typescript package to 2.8.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,7 @@
"tslint-eslint-rules": "^5.1.0",
"tslint-microsoft-contrib": "^5.0.3",
"typemoq": "^2.1.0",
"typescript": "^2.7.2",
"typescript": "2.8.3",
"typescript-formatter": "^7.1.0",
"vscode": "^1.1.5",
"vscode-debugadapter-testsupport": "^1.27.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4596,9 +4596,9 @@ typescript-formatter@^7.1.0:
commandpost "^1.0.0"
editorconfig "^0.15.0"

typescript@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
typescript@2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"

uglify-js@^2.6:
version "2.8.29"
Expand Down

0 comments on commit e26da1a

Please sign in to comment.