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-07-02 06:36:53 +0300
committerGitHub <noreply@github.com>2022-07-02 06:36:53 +0300
commit6295ebd24697637fad464a50c07651ef55bd20b9 (patch)
tree78745a77db0dfda493391881a6d39c5da30bc564
parent94792e5b358f9ccfe77d0b4dea638bfafc2f2650 (diff)
Bumps [@tiptap/extension-history](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-history) from 2.0.0-beta.25 to 2.0.0-beta.26. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-history/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-history@2.0.0-beta.26/packages/extension-history) --- updated-dependencies: - dependency-name: "@tiptap/extension-history" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 80fbb5b7a..e0d77b721 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3616,11 +3616,11 @@
}
},
"node_modules/@tiptap/extension-history": {
- "version": "2.0.0-beta.25",
- "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.0.0-beta.25.tgz",
- "integrity": "sha512-G3z6BYeb742U9G2wQPhv9qzf74WxDU3h8VlD3NKl3zdqciFG/lXYH6k3+B+aKHwAWfgdYo7NtLtdWPV9EE2vCg==",
+ "version": "2.0.0-beta.26",
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.0.0-beta.26.tgz",
+ "integrity": "sha512-ly19uwvdmXG8Fw1KcavXIHi3Qx6JBASOR7394zghOEpW3atpY8nd/8I373rZ8eDUcGOClfaF7bCx2xvIotAAnw==",
"dependencies": {
- "prosemirror-history": "^1.3.0"
+ "prosemirror-history": "1.3.0"
},
"funding": {
"type": "github",
@@ -22378,11 +22378,11 @@
"requires": {}
},
"@tiptap/extension-history": {
- "version": "2.0.0-beta.25",
- "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.0.0-beta.25.tgz",
- "integrity": "sha512-G3z6BYeb742U9G2wQPhv9qzf74WxDU3h8VlD3NKl3zdqciFG/lXYH6k3+B+aKHwAWfgdYo7NtLtdWPV9EE2vCg==",
+ "version": "2.0.0-beta.26",
+ "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.0.0-beta.26.tgz",
+ "integrity": "sha512-ly19uwvdmXG8Fw1KcavXIHi3Qx6JBASOR7394zghOEpW3atpY8nd/8I373rZ8eDUcGOClfaF7bCx2xvIotAAnw==",
"requires": {
- "prosemirror-history": "^1.3.0"
+ "prosemirror-history": "1.3.0"
}
},
"@tiptap/extension-horizontal-rule": {