feat(schematics): bump up @angular-devkit/core to 0.0.29

This commit is contained in:
vsavkin 2018-01-29 10:04:42 -05:00 committed by Victor Savkin
parent 3f727e9be2
commit 62ed009d76
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ writeFileSync(
'__directory__',
'.angular_cli165.tgz'
)}`,
'@angular-devkit/core': '^0.0.28'
'@angular-devkit/core': '^0.0.29'
}
})
);

View File

@ -9,7 +9,7 @@ export const latestMigration = '20180121-update-testjs';
export const prettierVersion = '1.10.2';
export const typescriptVersion = '2.6.2';
export const rxjsVersion = '^5.5.6';
export const devKitCoreVersion = '^0.0.28';
export const devKitCoreVersion = '^0.0.29';
export const libVersions = {
angularVersion,