Skip to content

Commit

Permalink
fix(module-federation): pin versions mf packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Jul 23, 2024
1 parent e9b02cb commit cc35e5b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
"@jest/types": "^29.4.1",
"@module-federation/enhanced": "^0.2.3",
"@module-federation/sdk": "^0.2.3",
"@module-federation/enhanced": "~0.2.3",
"@module-federation/sdk": "~0.2.4",
"@monodon/rust": "2.0.0-beta.1",
"@napi-rs/cli": "3.0.0-alpha.56",
"@napi-rs/wasm-runtime": "0.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const typesCorsVersion = '~2.8.5';
export const expressVersion = '~4.18.2';
export const typesExpressVersion = '4.17.14';
export const browserSyncVersion = '^3.0.0';
export const moduleFederationNodeVersion = '^2.3.0';
export const moduleFederationNodeVersion = '~2.4.0';
export const moduleFederationEnhancedVersion = '~0.2.3';

export const angularEslintVersion = '^18.0.1';
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 @@ -54,7 +54,7 @@ export const typesExpressVersion = '4.17.17';
export const isbotVersion = '^3.6.5';
export const corsVersion = '~2.8.5';
export const typesCorsVersion = '~2.8.12';
export const moduleFederationNodeVersion = '^2.3.0';
export const moduleFederationNodeVersion = '~2.4.0';
export const moduleFederationEnhancedVersion = '~0.2.3';

// style preprocessors
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc35e5b

Please sign in to comment.