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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-10 12:02:46 +0300
committerGitHub <noreply@github.com>2022-09-10 12:02:46 +0300
commit44be62516d00b5144fea68a6f77599b627c28b66 (patch)
treeacb7a38f8922061c58d89772b451860c798fc219
parent5cc74b07b22ca51ee9b2791c3054425324086f01 (diff)
build(deps): bump @tiptap/core from 2.0.0-beta.182 to 2.0.0-beta.183dependabot/npm_and_yarn/tiptap/core-2.0.0-beta.183
Bumps [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) from 2.0.0-beta.182 to 2.0.0-beta.183. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/core@2.0.0-beta.183/packages/core) --- updated-dependencies: - dependency-name: "@tiptap/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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",