chore: move from @_bdbch to @_ueberdosis scope
This commit is contained in:
@@ -10,7 +10,7 @@ prosemirror-keymap
|
|||||||
prosemirror-model
|
prosemirror-model
|
||||||
prosemirror-schema-list
|
prosemirror-schema-list
|
||||||
prosemirror-state
|
prosemirror-state
|
||||||
@_bdbch/prosemirror-tables
|
@_ueberdosis/prosemirror-tables
|
||||||
prosemirror-transform
|
prosemirror-transform
|
||||||
prosemirror-view
|
prosemirror-view
|
||||||
react
|
react
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"prosemirror-model": "1.18.1",
|
"prosemirror-model": "1.18.1",
|
||||||
"prosemirror-state": "1.4.0",
|
"prosemirror-state": "1.4.0",
|
||||||
"@_bdbch/prosemirror-tables": "1.1.3",
|
"@_ueberdosis/prosemirror-tables": "1.1.3",
|
||||||
"prosemirror-view": "1.26.1"
|
"prosemirror-view": "1.26.1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import {
|
|||||||
tableEditing,
|
tableEditing,
|
||||||
toggleHeader,
|
toggleHeader,
|
||||||
toggleHeaderCell,
|
toggleHeaderCell,
|
||||||
} from '@_bdbch/prosemirror-tables'
|
} from '@_ueberdosis/prosemirror-tables'
|
||||||
import {
|
import {
|
||||||
callOrReturn,
|
callOrReturn,
|
||||||
getExtensionField,
|
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 {
|
export function isCellSelection(value: unknown): value is CellSelection {
|
||||||
return value instanceof CellSelection
|
return value instanceof CellSelection
|
||||||
|
|||||||
Reference in New Issue
Block a user