feat(angular): update module federation node (#18513)
This commit is contained in:
parent
77bc1e8778
commit
8390b9ed2d
@ -161,8 +161,7 @@ describe('Angular Module Federation', () => {
|
|||||||
await killProcessAndPorts(process.pid, app1Port, app2Port);
|
await killProcessAndPorts(process.pid, app1Port, app2Port);
|
||||||
}, 20_000_000);
|
}, 20_000_000);
|
||||||
|
|
||||||
// TODO(colum): enable when this issue is resolved https://github.com/module-federation/universe/issues/604
|
it('should scaffold MF + SSR setup successfully', async () => {
|
||||||
xit('should scaffold MF + SSR setup successfully', async () => {
|
|
||||||
const host = uniq('host');
|
const host = uniq('host');
|
||||||
const remote1 = uniq('remote1');
|
const remote1 = uniq('remote1');
|
||||||
const remote2 = uniq('remote2');
|
const remote2 = uniq('remote2');
|
||||||
|
|||||||
@ -25,7 +25,7 @@ export const backwardCompatibleVersions: Record<
|
|||||||
typesCorsVersion: '~2.8.5',
|
typesCorsVersion: '~2.8.5',
|
||||||
expressVersion: '~4.18.2',
|
expressVersion: '~4.18.2',
|
||||||
typesExpressVersion: '4.17.14',
|
typesExpressVersion: '4.17.14',
|
||||||
moduleFederationNodeVersion: '^0.10.1',
|
moduleFederationNodeVersion: '~1.0.5',
|
||||||
angularEslintVersion: '~14.0.4',
|
angularEslintVersion: '~14.0.4',
|
||||||
tailwindVersion: '^3.0.2',
|
tailwindVersion: '^3.0.2',
|
||||||
postcssVersion: '^8.4.5',
|
postcssVersion: '^8.4.5',
|
||||||
@ -52,7 +52,7 @@ export const backwardCompatibleVersions: Record<
|
|||||||
typesCorsVersion: '~2.8.5',
|
typesCorsVersion: '~2.8.5',
|
||||||
expressVersion: '~4.18.2',
|
expressVersion: '~4.18.2',
|
||||||
typesExpressVersion: '4.17.14',
|
typesExpressVersion: '4.17.14',
|
||||||
moduleFederationNodeVersion: '~0.10.1',
|
moduleFederationNodeVersion: '~1.0.5',
|
||||||
angularEslintVersion: '~15.0.0',
|
angularEslintVersion: '~15.0.0',
|
||||||
tailwindVersion: '^3.0.2',
|
tailwindVersion: '^3.0.2',
|
||||||
postcssVersion: '^8.4.5',
|
postcssVersion: '^8.4.5',
|
||||||
|
|||||||
@ -14,7 +14,7 @@ export const corsVersion = '~2.8.5';
|
|||||||
export const typesCorsVersion = '~2.8.5';
|
export const typesCorsVersion = '~2.8.5';
|
||||||
export const expressVersion = '~4.18.2';
|
export const expressVersion = '~4.18.2';
|
||||||
export const typesExpressVersion = '4.17.14';
|
export const typesExpressVersion = '4.17.14';
|
||||||
export const moduleFederationNodeVersion = '~0.10.1';
|
export const moduleFederationNodeVersion = '~1.0.5';
|
||||||
|
|
||||||
export const angularEslintVersion = '~16.0.0';
|
export const angularEslintVersion = '~16.0.0';
|
||||||
export const tailwindVersion = '^3.0.2';
|
export const tailwindVersion = '^3.0.2';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user