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:
parent
0e11fffdf0
commit
8482177b73
@ -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';
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user