Skip to content

Commit

Permalink
fix(misc): temporarily pin module federation ssr utilities version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Dec 27, 2022
1 parent 39e363f commit 96cab72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const tsLibVersion = '^2.3.0';
export const ngUniversalVersion = '~15.0.0';
export const corsVersion = '~2.8.5';
export const expressVersion = '~4.18.2';
export const moduleFederationNodeVersion = '~0.9.6';
export const moduleFederationNodeVersion = '0.9.6';

export const angularEslintVersion = '~15.0.0';
export const tailwindVersion = '^3.0.2';
Expand Down Expand Up @@ -50,7 +50,7 @@ export const versions = {
ngUniversalVersion: '~14.2.0',
corsVersion: '~2.8.5',
expressVersion: '~4.18.2',
moduleFederationNodeVersion: '~0.9.6',
moduleFederationNodeVersion: '0.9.6',
angularEslintVersion: '~14.0.4',
tailwindVersion: '^3.0.2',
postcssVersion: '^8.4.5',
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const typesExpressVersion = '4.17.14';
export const isbotVersion = '^3.6.5';
export const corsVersion = '~2.8.5';
export const typesCorsVersion = '~2.8.12';
export const moduleFederationNodeVersion = '~0.9.6';
export const moduleFederationNodeVersion = '0.9.6';

// style preprocessors
export const lessVersion = '3.12.2';
Expand Down

0 comments on commit 96cab72

Please sign in to comment.