Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-03 01:52:30 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-04 08:49:14 +0300
commitf1f0a5524b2a7ab5cd604e8e60b1a18865e167ff (patch)
tree0eefc94632f84200adeedc59691fb08be7592681 /src
parentf487b3b74c2653dda1caffd76a05b880422f6b52 (diff)
build(deps): bump @tiptap/extension-table
Bumps [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) from 2.0.0-beta.53 to 2.0.0-beta.54. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-table/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-table@2.0.0-beta.54/packages/extension-table) --- updated-dependencies: - dependency-name: "@tiptap/extension-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/nodes/Table/Table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes/Table/Table.js b/src/nodes/Table/Table.js
index 7e095898e..595d3bde4 100644
--- a/src/nodes/Table/Table.js
+++ b/src/nodes/Table/Table.js
@@ -6,7 +6,7 @@ import TableHeader from './TableHeader.js'
import TableHeadRow from './TableHeadRow.js'
import TableRow from './TableRow.js'
import { TextSelection } from 'prosemirror-state'
-import { isInTable, moveCellForward, selectionCell } from 'prosemirror-tables-contently'
+import { isInTable, moveCellForward, selectionCell } from '@_ueberdosis/prosemirror-tables'
/**
*