mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
chore: move from @_bdbch to @_ueberdosis scope
This commit is contained in:
parent
ff45eabf04
commit
3d3d78ce1c
@ -10,7 +10,7 @@ prosemirror-keymap
|
||||
prosemirror-model
|
||||
prosemirror-schema-list
|
||||
prosemirror-state
|
||||
@_bdbch/prosemirror-tables
|
||||
@_ueberdosis/prosemirror-tables
|
||||
prosemirror-transform
|
||||
prosemirror-view
|
||||
react
|
||||
|
@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"prosemirror-model": "1.18.1",
|
||||
"prosemirror-state": "1.4.0",
|
||||
"@_bdbch/prosemirror-tables": "1.1.3",
|
||||
"@_ueberdosis/prosemirror-tables": "1.1.3",
|
||||
"prosemirror-view": "1.26.1"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -16,7 +16,7 @@ import {
|
||||
tableEditing,
|
||||
toggleHeader,
|
||||
toggleHeaderCell,
|
||||
} from '@_bdbch/prosemirror-tables'
|
||||
} from '@_ueberdosis/prosemirror-tables'
|
||||
import {
|
||||
callOrReturn,
|
||||
getExtensionField,
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { CellSelection } from '@_bdbch/prosemirror-tables'
|
||||
import { CellSelection } from '@_ueberdosis/prosemirror-tables'
|
||||
|
||||
export function isCellSelection(value: unknown): value is CellSelection {
|
||||
return value instanceof CellSelection
|
||||
|
Loading…
Reference in New Issue
Block a user