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
diff options
context:
space:
mode:
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index cad5c6fae..52b65d6bf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^6.0.0-beta.6",
"@quartzy/markdown-it-mentions": "^0.2.0",
- "@tiptap/core": "^2.0.0-beta.182",
+ "@tiptap/core": "^2.0.0-beta.183",
"@tiptap/extension-blockquote": "^2.0.0-beta.29",
"@tiptap/extension-bold": "^2.0.0-beta.28",
"@tiptap/extension-bullet-list": "^2.0.0-beta.29",
@@ -3427,9 +3427,9 @@
}
},
"node_modules/@tiptap/core": {
- "version": "2.0.0-beta.182",
- "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.0.0-beta.182.tgz",
- "integrity": "sha512-MZGkMGnVnWhBzjvpBNwQ9zBz38ndi3Irbf90uCTSArR0kaCVkW4vmyuPuOXd+0SO8Yv/l5oyDdOCpaG3rnQYfw==",
+ "version": "2.0.0-beta.183",
+ "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.0.0-beta.183.tgz",
+ "integrity": "sha512-lbGgIpAVxqcC4mhdA3qdUC1lOpV4N/9FtAk3ZQkN+iwuRx554VZeJeazWMuEXpNE/b4AdYTjX5TG3dxg37ES4A==",
"dependencies": {
"prosemirror-commands": "1.3.0",
"prosemirror-keymap": "1.2.0",
@@ -22477,9 +22477,9 @@
}
},
"@tiptap/core": {
- "version": "2.0.0-beta.182",
- "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.0.0-beta.182.tgz",
- "integrity": "sha512-MZGkMGnVnWhBzjvpBNwQ9zBz38ndi3Irbf90uCTSArR0kaCVkW4vmyuPuOXd+0SO8Yv/l5oyDdOCpaG3rnQYfw==",
+ "version": "2.0.0-beta.183",
+ "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.0.0-beta.183.tgz",
+ "integrity": "sha512-lbGgIpAVxqcC4mhdA3qdUC1lOpV4N/9FtAk3ZQkN+iwuRx554VZeJeazWMuEXpNE/b4AdYTjX5TG3dxg37ES4A==",
"requires": {
"prosemirror-commands": "1.3.0",
"prosemirror-keymap": "1.2.0",
diff --git a/package.json b/package.json
index 2f0f83528..eea943aad 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^6.0.0-beta.6",
"@quartzy/markdown-it-mentions": "^0.2.0",
- "@tiptap/core": "^2.0.0-beta.182",
+ "@tiptap/core": "^2.0.0-beta.183",
"@tiptap/extension-blockquote": "^2.0.0-beta.29",
"@tiptap/extension-bold": "^2.0.0-beta.28",
"@tiptap/extension-bullet-list": "^2.0.0-beta.29",