Skip to content

Commit

Permalink
feat(@schematics/angular): add support for TypeScript 3.2 and Angular…
Browse files Browse the repository at this point in the history
… 7.2.0-rc.0
  • Loading branch information
Alan Agius authored and mgechev committed Dec 19, 2018
1 parent 5111d15 commit 3e0128e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/schematics/angular/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@angular-devkit/core": "0.0.0",
"@angular-devkit/schematics": "0.0.0",
"typescript": "3.1.6"
"typescript": "3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/schematics/angular/utility/latest-versions.ts
Expand Up @@ -8,10 +8,10 @@

export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~7.1.0',
Angular: '~7.2.0-rc.0',
RxJs: '~6.3.3',
ZoneJs: '~0.8.26',
TypeScript: '~3.1.6',
TypeScript: '~3.2.2',
TsLib: '^1.9.0',
// The versions below must be manually updated when making a new devkit release.
DevkitBuildAngular: '~0.12.0-beta.2',
Expand Down

0 comments on commit 3e0128e

Please sign in to comment.