Skip to content

Commit

Permalink
chore(schematics): fix migration for TuiEditorSocketModule (invalid…
Browse files Browse the repository at this point in the history
… `moduleSpecifier`) (#8360)
  • Loading branch information
nsbarsukov authored Aug 6, 2024
1 parent b68dba5 commit bc8811b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit bc8811b

Please sign in to comment.