From dbe726fdcdbf9f7de7720f6d9cd16ed986084f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:31:52 +0000 Subject: [PATCH] Bump @tiptap/extension-paragraph from 3.22.4 to 3.26.0 Bumps [@tiptap/extension-paragraph](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-paragraph) from 3.22.4 to 3.26.0. - [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/HEAD/packages/extension-paragraph) --- updated-dependencies: - dependency-name: "@tiptap/extension-paragraph" dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dfea2bc..a66ab143 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tiptap/extension-history": "^3.26.0", "@tiptap/extension-italic": "^3.22.4", "@tiptap/extension-link": "^3.26.0", - "@tiptap/extension-paragraph": "^3.22.4", + "@tiptap/extension-paragraph": "^3.26.0", "@tiptap/extension-text": "^3.26.0", "@tiptap/vue-3": "^3.26.0", "@unhead/vue": "^3.1.3", @@ -3226,16 +3226,16 @@ } }, "node_modules/@tiptap/extension-paragraph": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.22.4.tgz", - "integrity": "sha512-de6dFkIhigiENESY6rNJ3yTVS/337ybfP30dNPudTwGe9oAu9ZCS+04j6QCvXSjhlI3ULiv7wiSHqrP26Gd+Hw==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.26.0.tgz", + "integrity": "sha512-h8fYLikg4qN39IghQ1y9g+zzUsgxBpDi5YS3IZbWoxWYYx1YqLL8nAvOiPr7Us14aQ0TjA2/xY7zqmyf29rX1A==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "3.22.4" + "@tiptap/core": "3.26.0" } }, "node_modules/@tiptap/extension-text": { diff --git a/package.json b/package.json index 78204591..a0471791 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tiptap/extension-history": "^3.26.0", "@tiptap/extension-italic": "^3.22.4", "@tiptap/extension-link": "^3.26.0", - "@tiptap/extension-paragraph": "^3.22.4", + "@tiptap/extension-paragraph": "^3.26.0", "@tiptap/extension-text": "^3.26.0", "@tiptap/vue-3": "^3.26.0", "@unhead/vue": "^3.1.3",