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-05-01 05:48:48 +0300
committerGitHub <noreply@github.com>2022-05-01 05:48:48 +0300
commit59df20fccfc19a4e9c228b0bd868029badb9174c (patch)
treed6ec1d7c0ba32944501cbec0e7fa8bd39238899f
parent9e35dece7877ed82ecabdd11cfe7806abaf0d33b (diff)
build(deps): bump @tiptap/suggestion from 2.0.0-beta.90 to 2.0.0-beta.91dependabot/npm_and_yarn/tiptap/suggestion-2.0.0-beta.91
Bumps [@tiptap/suggestion](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/suggestion) from 2.0.0-beta.90 to 2.0.0-beta.91. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/suggestion/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/suggestion@2.0.0-beta.91/packages/suggestion) --- updated-dependencies: - dependency-name: "@tiptap/suggestion" 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 94a783914..0c63bc228 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -46,7 +46,7 @@
"@tiptap/extension-task-list": "^2.0.0-beta.26",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/extension-underline": "^2.0.0-beta.23",
- "@tiptap/suggestion": "^2.0.0-beta.90",
+ "@tiptap/suggestion": "^2.0.0-beta.91",
"@tiptap/vue-2": "^2.0.0-beta.77",
"core-js": "^3.22.2",
"escape-html": "^1.0.3",
@@ -3838,9 +3838,9 @@
}
},
"node_modules/@tiptap/suggestion": {
- "version": "2.0.0-beta.90",
- "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-2.0.0-beta.90.tgz",
- "integrity": "sha512-L5PPYRatY/75uJJRQx2o/Ce+gzcOkmd81TwLjio9sADV3bRf4DO4WYcQy0AtGe6uNSz78DTL0SUVw4204VjoBw==",
+ "version": "2.0.0-beta.91",
+ "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-2.0.0-beta.91.tgz",
+ "integrity": "sha512-G3TGwEsDadDL9eqHBI6PI3wczneEQ/P3JFeAvsPuSLlAo4ub9hXjoQz5KWwblLIH1xEQ0TgCPzITsdiF/e3XdQ==",
"dependencies": {
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4",
@@ -22900,9 +22900,9 @@
"requires": {}
},
"@tiptap/suggestion": {
- "version": "2.0.0-beta.90",
- "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-2.0.0-beta.90.tgz",
- "integrity": "sha512-L5PPYRatY/75uJJRQx2o/Ce+gzcOkmd81TwLjio9sADV3bRf4DO4WYcQy0AtGe6uNSz78DTL0SUVw4204VjoBw==",
+ "version": "2.0.0-beta.91",
+ "resolved": "https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-2.0.0-beta.91.tgz",
+ "integrity": "sha512-G3TGwEsDadDL9eqHBI6PI3wczneEQ/P3JFeAvsPuSLlAo4ub9hXjoQz5KWwblLIH1xEQ0TgCPzITsdiF/e3XdQ==",
"requires": {
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4",
diff --git a/package.json b/package.json
index 0ae7b6c9c..8e9d91b9f 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"@tiptap/extension-task-list": "^2.0.0-beta.26",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/extension-underline": "^2.0.0-beta.23",
- "@tiptap/suggestion": "^2.0.0-beta.90",
+ "@tiptap/suggestion": "^2.0.0-beta.91",
"@tiptap/vue-2": "^2.0.0-beta.77",
"core-js": "^3.22.2",
"escape-html": "^1.0.3",