9 lines
336 B
TypeScript
9 lines
336 B
TypeScript
export const nxVersion = '*';
|
|
export const angularVersion = '^11.0.0';
|
|
export const angularDevkitVersion = '~0.1100.1';
|
|
export const angularJsVersion = '1.7.9';
|
|
export const ngrxVersion = '10.0.0';
|
|
export const rxjsVersion = '~6.5.5';
|
|
export const jestPresetAngularVersion = '8.3.1';
|
|
export const angularEslintVersion = '0.8.0-beta.1';
|