* chore(angular): bump jest-preset-angular to rc.3 * fix(angular): version string typo Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com> * fix(angular): add mjs to angular jest module extensions Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
9 lines
343 B
TypeScript
9 lines
343 B
TypeScript
export const nxVersion = '*';
|
|
export const angularVersion = '^13.0.0';
|
|
export const angularDevkitVersion = '~13.0.0';
|
|
export const angularJsVersion = '1.7.9';
|
|
export const ngrxVersion = '~13.0.0-beta.0';
|
|
export const rxjsVersion = '~7.4.0';
|
|
export const jestPresetAngularVersion = '11.0.0-rc.3';
|
|
export const angularEslintVersion = '~12.6.0';
|