fix(schematics): match ng lib and update versions

Update the Angular lib version (5.2.6 > 5.2.7) to match the
version specified by migration 20180225-switch-to-cli17 (5.2.7)
This commit is contained in:
Austin M. Matherne 2018-03-30 14:35:51 -05:00 committed by Victor Savkin
parent 0e11fffdf0
commit 8482177b73
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export const angularCliVersion = '1.7.1';
export const angularVersion = '5.2.6';
export const angularVersion = '5.2.7';
export const angularJsVersion = '1.6.6';
export const ngrxVersion = '5.1.0';
export const ngrxStoreFreezeVersion = '^0.2.1';

View File

@ -1,5 +1,5 @@
export const angularCliVersion = '1.7.1';
export const angularVersion = '5.2.6';
export const angularVersion = '5.2.7';
export const angularJsVersion = '1.6.6';
export const ngrxVersion = '5.2.0';
export const ngrxStoreFreezeVersion = '^0.2.1';