Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Typscript to v2.8.3 #1686

Merged
merged 2 commits into from
May 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"path": "./snippets/python.json"
}
],
"keybindings":[
"keybindings": [
{
"command": "python.execSelectionInTerminal",
"key": "ctrl+enter",
Expand Down Expand Up @@ -1757,7 +1757,6 @@
"description": "Whether to re-build the tags file on start (defaults to true).",
"scope": "resource"
},

"python.workspaceSymbols.tagFilePath": {
"type": "string",
"default": "${workspaceFolder}/.vscode/tags",
Expand Down Expand Up @@ -1933,7 +1932,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 @@ -4568,9 +4568,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