Bump @tiptap/pm from 3.17.1 to 3.18.0

Bumps [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) 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/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.18.0/packages/pm)

---
updated-dependencies:
- dependency-name: "@tiptap/pm"
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-29 00:43:23 +00:00
committed by GitHub
parent 36d4f08aaf
commit 97ad8b772a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@tiptap/extension-text-align": "^3.10.7",
"@tiptap/extension-typography": "^3.10.7",
"@tiptap/extension-underline": "^3.10.7",
"@tiptap/pm": "^3.10.7",
"@tiptap/pm": "^3.18.0",
"@tiptap/starter-kit": "^3.10.7",
"tailwindcss": "^4.1.17"
},
@@ -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",

View File

@@ -24,7 +24,7 @@
"@tiptap/extension-text-align": "^3.10.7",
"@tiptap/extension-typography": "^3.10.7",
"@tiptap/extension-underline": "^3.10.7",
"@tiptap/pm": "^3.10.7",
"@tiptap/pm": "^3.18.0",
"@tiptap/starter-kit": "^3.10.7",
"tailwindcss": "^4.1.17"
}