diff --git a/libs/native-federation/src/schematics/init/schematic.ts b/libs/native-federation/src/schematics/init/schematic.ts index 1be5d103..5c57b80f 100644 --- a/libs/native-federation/src/schematics/init/schematic.ts +++ b/libs/native-federation/src/schematics/init/schematic.ts @@ -27,7 +27,7 @@ import { import * as path from 'path'; -const SSR_VERSION = '^2.0.10'; +const SSR_VERSION = '^3.3.4'; type NormalizedOptions = { polyfills: string;