diff --git a/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts b/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts index 8aff54f3c541..261cb98c5d62 100644 --- a/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts +++ b/projects/cdk/schematics/ng-update/v4/steps/constants/identifiers-to-replace.ts @@ -585,7 +585,7 @@ export const IDENTIFIERS_TO_REPLACE: ReplacementIdentifierMulti[] = [ }, { from: {name: 'TuiEditorSocketModule', moduleSpecifier: '@tinkoff/tui-editor'}, - to: {name: 'TuiEditorSocket', moduleSpecifier: '@taiga/editor'}, + to: {name: 'TuiEditorSocket', moduleSpecifier: '@taiga-ui/editor'}, }, { from: {name: 'defaultEditorExtensions', moduleSpecifier: '@tinkoff/tui-editor'},