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/nodes
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-02 06:37:17 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-04 10:09:48 +0300
commita0abc4b79af349b89ce30a6fce5a70587683b2df (patch)
tree1338d8efab4b52395d770dbf934720008ec515c4 /src/nodes
parente17ac14311c639ce91a5aef8f28be5214f087155 (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/nodes')
-rw-r--r--src/nodes/Table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes/Table.js b/src/nodes/Table.js
index 3b6d9385b..a7295bb22 100644
--- a/src/nodes/Table.js
+++ b/src/nodes/Table.js
@@ -2,7 +2,7 @@
import { Table } from '@tiptap/extension-table'
import { Node, mergeAttributes } from '@tiptap/core'
import { TextSelection } from 'prosemirror-state'
-import { isInTable, moveCellForward, selectionCell } from 'prosemirror-tables-contently'
+import { isInTable, moveCellForward, selectionCell } from '@_ueberdosis/prosemirror-tables'
import { VueNodeViewRenderer } from '@tiptap/vue-2'
import TableView from './TableView.vue'