build(aio): upgrade CLI version to cope with new Angular 6.0.0-beta.1 release (#21772)

Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.

PR Close #21772
This commit is contained in:
Pete Bacon Darwin 2018-01-25 10:13:20 +00:00 committed by Miško Hevery
parent 5269ce287e
commit d6d8fe829a
2 changed files with 886 additions and 245 deletions

View File

@ -43,7 +43,7 @@
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.5.0",
"@angular/cli": "1.6.5",
"@types/angular": "^1.5.16",
"@types/angular-animate": "^1.5.5",
"@types/angular-cookies": "^1.4.2",
@ -66,7 +66,7 @@
"http-server": "^0.9.0",
"jasmine": "~2.8.0",
"jasmine-core": "~2.8.0",
"jasmine-marbles":"^0.2.0",
"jasmine-marbles": "^0.2.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",

File diff suppressed because it is too large Load Diff