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",

File diff suppressed because it is too large Load Diff