## Current Behavior The Angular ESLint packages are installed with a v20 beta version. ## Expected Behavior The Angular ESLint packages should be installed with the stable v20 version.
35 lines
1.3 KiB
TypeScript
35 lines
1.3 KiB
TypeScript
export const nxVersion = require('../../package.json').version;
|
|
|
|
export const angularVersion = '~20.0.0';
|
|
export const angularDevkitVersion = '~20.0.0';
|
|
export const ngPackagrVersion = '~20.0.0';
|
|
export const angularRspackVersion = '^21.1.0';
|
|
export const ngrxVersion = '^19.0.0';
|
|
export const rxjsVersion = '~7.8.0';
|
|
export const zoneJsVersion = '~0.15.0';
|
|
export const angularJsVersion = '1.7.9';
|
|
export const tsLibVersion = '^2.3.0';
|
|
|
|
export const corsVersion = '~2.8.5';
|
|
export const typesCorsVersion = '~2.8.5';
|
|
export const expressVersion = '^4.21.2';
|
|
export const typesExpressVersion = '^4.17.21';
|
|
export const browserSyncVersion = '^3.0.0';
|
|
export const moduleFederationNodeVersion = '^2.6.26';
|
|
export const moduleFederationEnhancedVersion = '^0.9.0';
|
|
export const webpackMergeVersion = '^5.8.0';
|
|
|
|
export const angularEslintVersion = '^20.0.0';
|
|
export const typescriptEslintVersion = '^7.16.0';
|
|
export const tailwindVersion = '^3.0.2';
|
|
export const postcssVersion = '^8.4.5';
|
|
export const postcssUrlVersion = '~10.1.3';
|
|
export const autoprefixerVersion = '^10.4.0';
|
|
export const tsNodeVersion = '10.9.1';
|
|
|
|
export const jestPresetAngularVersion = '~14.6.0';
|
|
export const typesNodeVersion = '18.16.9';
|
|
export const jasmineMarblesVersion = '^0.9.2';
|
|
|
|
export const jsoncEslintParserVersion = '^2.1.0';
|