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-17 06:41:23 +0300
committerGitHub <noreply@github.com>2022-09-17 06:41:23 +0300
commitabbe3e0c21e7432fdb0580089c94b7338a4c12f9 (patch)
tree76c15ed4d04bbed89d043c2ce346b48547708def
parent796d27a54fcdb6d383106bd0eaa5161b6dc44abf (diff)
build(deps): bump @tiptap/extension-paragraph
Bumps [@tiptap/extension-paragraph](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-paragraph) from 2.0.0-beta.194 to 2.0.0-beta.195. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-paragraph/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v2.0.0-beta.195/packages/extension-paragraph) --- updated-dependencies: - dependency-name: "@tiptap/extension-paragraph" 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 b62d7f14e..ed1ff3a7d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -42,7 +42,7 @@
"@tiptap/extension-list-item": "^2.0.0-beta.194",
"@tiptap/extension-mention": "^2.0.0-beta.194",
"@tiptap/extension-ordered-list": "^2.0.0-beta.194",
- "@tiptap/extension-paragraph": "^2.0.0-beta.194",
+ "@tiptap/extension-paragraph": "^2.0.0-beta.195",
"@tiptap/extension-placeholder": "^2.0.0-beta.194",
"@tiptap/extension-strike": "^2.0.0-beta.194",
"@tiptap/extension-table": "^2.0.0-beta.194",
@@ -3804,9 +3804,9 @@
}
},
"node_modules/@tiptap/extension-paragraph": {
- "version": "2.0.0-beta.194",
- "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.0.0-beta.194.tgz",
- "integrity": "sha512-nQvLNGRfrS0jpIh/bz7CXPfWCFh2479O8FAigY+PSstnxztWz+lyUVVw7/LednOa8auO2iTXLvQKL4JgTnvuuA==",
+ "version": "2.0.0-beta.195",
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.0.0-beta.195.tgz",
+ "integrity": "sha512-e6vde5O1SD/NuYB0B5juUyB4yLgEdPRe5ZzgLX4oRUdW90SgOGg6PQE1/MxvCmpB+SkrSpyykyjynfmXMrAwZg==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
@@ -22748,9 +22748,9 @@
"requires": {}
},
"@tiptap/extension-paragraph": {
- "version": "2.0.0-beta.194",
- "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.0.0-beta.194.tgz",
- "integrity": "sha512-nQvLNGRfrS0jpIh/bz7CXPfWCFh2479O8FAigY+PSstnxztWz+lyUVVw7/LednOa8auO2iTXLvQKL4JgTnvuuA==",
+ "version": "2.0.0-beta.195",
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.0.0-beta.195.tgz",
+ "integrity": "sha512-e6vde5O1SD/NuYB0B5juUyB4yLgEdPRe5ZzgLX4oRUdW90SgOGg6PQE1/MxvCmpB+SkrSpyykyjynfmXMrAwZg==",
"requires": {}
},
"@tiptap/extension-placeholder": {
diff --git a/package.json b/package.json
index d3988c50e..dc0c1b307 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"@tiptap/extension-list-item": "^2.0.0-beta.194",
"@tiptap/extension-mention": "^2.0.0-beta.194",
"@tiptap/extension-ordered-list": "^2.0.0-beta.194",
- "@tiptap/extension-paragraph": "^2.0.0-beta.194",
+ "@tiptap/extension-paragraph": "^2.0.0-beta.195",
"@tiptap/extension-placeholder": "^2.0.0-beta.194",
"@tiptap/extension-strike": "^2.0.0-beta.194",
"@tiptap/extension-table": "^2.0.0-beta.194",