From 693df3a05bc3729539d7cb84ad47987a5cf6fd48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 00:43:35 +0000 Subject: [PATCH] Bump @tiptap/extension-superscript from 3.17.1 to 3.18.0 Bumps [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) from 3.17.1 to 3.18.0. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-superscript/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.18.0/packages/extension-superscript) --- updated-dependencies: - dependency-name: "@tiptap/extension-superscript" dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39dfc72..29fabd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@tiptap/extension-image": "^3.10.7", "@tiptap/extension-link": "^3.10.7", "@tiptap/extension-subscript": "^3.10.7", - "@tiptap/extension-superscript": "^3.10.7", + "@tiptap/extension-superscript": "^3.18.0", "@tiptap/extension-text-align": "^3.10.7", "@tiptap/extension-typography": "^3.10.7", "@tiptap/extension-underline": "^3.10.7", @@ -1208,16 +1208,16 @@ } }, "node_modules/@tiptap/core": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.17.1.tgz", - "integrity": "sha512-f8hB9MzXqsuXoF9qXEDEH5Fb3VgwhEFMBMfk9EKN88l5adri6oM8mt2XOWVxVVssjpEW0177zXSLPKWzoS/vrw==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.18.0.tgz", + "integrity": "sha512-Gczd4GbK1DNgy/QUPElMVozoa0GW9mW8E31VIi7Q4a9PHHz8PcrxPmuWwtJ2q0PF8MWpOSLuBXoQTWaXZRPRnQ==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/pm": "^3.17.1" + "@tiptap/pm": "^3.18.0" } }, "node_modules/@tiptap/extension-blockquote": { @@ -1515,17 +1515,17 @@ } }, "node_modules/@tiptap/extension-superscript": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@tiptap/extension-superscript/-/extension-superscript-3.17.1.tgz", - "integrity": "sha512-FKt+lI1ocFRW0EFla9EuO71aLQINpkC/wt9zxWnJJnfPIWfxYlsTSFJLjLkVungTmwfeCnoCVcXnZ0dSKDnoGg==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/@tiptap/extension-superscript/-/extension-superscript-3.18.0.tgz", + "integrity": "sha512-kjQM5+Ej0xLYwOpx+OFxSMWWPrto63288IEq8cfE9c+jrK+01VCk6BHF8jMVcBk5ex3LfekNOWcgwCl7maEeEA==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.17.1", - "@tiptap/pm": "^3.17.1" + "@tiptap/core": "^3.18.0", + "@tiptap/pm": "^3.18.0" } }, "node_modules/@tiptap/extension-text": { @@ -1595,9 +1595,9 @@ } }, "node_modules/@tiptap/pm": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.17.1.tgz", - "integrity": "sha512-UyVLkN8axV/zop6Se2DCBJRu5DM21X0XEQvwEC5P/vk8eC9OcQZ3FLtxeYy2ZjpAZUzBGLw0/BGsmEip/n7olw==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.18.0.tgz", + "integrity": "sha512-8RoI5gW0xBVCsuxahpK8vx7onAw6k2/uR3hbGBBnH+HocDMaAZKot3nTyY546ij8ospIC1mnQ7k4BhVUZesZDQ==", "license": "MIT", "dependencies": { "prosemirror-changeset": "^2.3.0", diff --git a/package.json b/package.json index ce59160..52c1465 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@tiptap/extension-image": "^3.10.7", "@tiptap/extension-link": "^3.10.7", "@tiptap/extension-subscript": "^3.10.7", - "@tiptap/extension-superscript": "^3.10.7", + "@tiptap/extension-superscript": "^3.18.0", "@tiptap/extension-text-align": "^3.10.7", "@tiptap/extension-typography": "^3.10.7", "@tiptap/extension-underline": "^3.10.7", -- 2.49.1