Skip to content

Commit

Permalink
Updated Angular version to v6.
Browse files Browse the repository at this point in the history
  • Loading branch information
universonic authored and kyliau committed Aug 24, 2018
1 parent 28bcb8e commit f5e2317
Show file tree
Hide file tree
Showing 13 changed files with 650 additions and 995 deletions.
2 changes: 1 addition & 1 deletion client/README.md
Expand Up @@ -12,4 +12,4 @@ and external templates including:
* Quick info
* Go to definition

This extension uses `@angular/language-service@5.2.2-250c8da` and `typescript@2.6.2`.
This extension uses `@angular/language-service@6.1.x` and `typescript@2.7.x`.
14 changes: 7 additions & 7 deletions client/package.json
Expand Up @@ -2,15 +2,15 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "0.1.9",
"version": "0.1.10-beta",
"publisher": "Angular",
"icon": "angular.png",
"keywords": ["Angular", "multi-root ready"],
"engines": {
"vscode": "^1.4.0"
},
"categories": [
"Languages"
"Programming Languages"
],
"activationEvents": [
"onLanguage:ng-template",
Expand Down Expand Up @@ -43,13 +43,13 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {
"@types/node": "^6.0.38",
"typescript": "^2.3.4",
"vscode": "^1.1.0"
"@types/node": "^10.7.1",
"typescript": "^2.7.x",
"vscode": "^1.1.21"
},
"dependencies": {
"vscode-languageclient": "~3.2.2",
"vscode-jsonrpc": "~3.2.0"
"vscode-languageclient": "~4.4.2",
"vscode-jsonrpc": "~3.6.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f5e2317

Please sign in to comment.