* feat(angular): upgrade to ~12.2.0 * fix(angular): adjust nrwl/angular packageJson to pass depCheck * fix(angular): add @angular/platform-server to migrations Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
10 lines
338 B
TypeScript
10 lines
338 B
TypeScript
export const nxVersion = '*';
|
|
|
|
export const angularCliVersion = '~12.2.0';
|
|
export const typescriptVersion = '~4.3.5';
|
|
export const prettierVersion = '^2.3.1';
|
|
export const typescriptESLintVersion = '4.19.0';
|
|
export const tslintVersion = '~6.1.0';
|
|
export const eslintVersion = '7.22.0';
|
|
export const eslintConfigPrettierVersion = '8.1.0';
|