Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 519dac6

Browse files
committed
build: update @angular/language-service to version ^6.0.0
1 parent ff8cf26 commit 519dac6

File tree

2 files changed

+433
-2721
lines changed

2 files changed

+433
-2721
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^5.0.0",
16-
"@angular/common": "^5.0.0",
17-
"@angular/compiler": "^5.0.0",
18-
"@angular/core": "^5.0.0",
19-
"@angular/forms": "^5.0.0",
20-
"@angular/http": "^5.0.0",
21-
"@angular/platform-browser": "^5.0.0",
22-
"@angular/platform-browser-dynamic": "^5.0.0",
23-
"@angular/router": "^5.0.0",
15+
"@angular/animations": "^6.0.0",
16+
"@angular/common": "^6.0.0",
17+
"@angular/compiler": "^6.0.0",
18+
"@angular/core": "^6.0.0",
19+
"@angular/forms": "^6.0.0",
20+
"@angular/http": "^6.0.0",
21+
"@angular/platform-browser": "^6.0.0",
22+
"@angular/platform-browser-dynamic": "^6.0.0",
23+
"@angular/router": "^6.0.0",
2424
"core-js": "^2.4.1",
2525
"rxjs": "^5.5.2",
2626
"zone.js": "^0.8.14"
2727
},
2828
"devDependencies": {
29-
"@angular/cli": "1.7.4",
30-
"@angular/compiler-cli": "^5.0.0",
31-
"@angular/language-service": "^5.0.0",
29+
"@angular/cli": "6.0.0",
30+
"@angular/compiler-cli": "^6.0.0",
31+
"@angular/language-service": "^6.0.0",
3232
"@types/jasmine": "~2.8.0",
3333
"@types/jasminewd2": "~2.0.2",
3434
"@types/node": "~9.6.0",

0 commit comments

Comments
 (0)