Skip to content

Commit b040a3c

Browse files
alan-agius4alexeagle
authored andcommitted
feat(@schematics/angular): update to latest versions of TypeScript and Angular
1 parent 91e5fc0 commit b040a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~7.0.0-beta.5',
11+
Angular: '~7.0.0-rc.0',
1212
RxJs: '~6.3.3',
1313
ZoneJs: '~0.8.26',
14-
TypeScript: '~3.0.1',
14+
TypeScript: '~3.1.1',
1515
// The versions below must be manually updated when making a new devkit release.
1616
DevkitBuildAngular: '~0.9.0-beta.1',
1717
DevkitBuildNgPackagr: '~0.9.0-beta.1',

0 commit comments

Comments
 (0)