Bump @tiptap/extension-typography from 3.17.1 to 3.18.0

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

---
updated-dependencies:
- dependency-name: "@tiptap/extension-typography"
  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-30 00:43:34 +00:00
committed by GitHub
parent db1821bcef
commit a37f744caa
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@tiptap/extension-subscript": "^3.10.7",
"@tiptap/extension-superscript": "^3.18.0",
"@tiptap/extension-text-align": "^3.10.7",
"@tiptap/extension-typography": "^3.10.7",
"@tiptap/extension-typography": "^3.18.0",
"@tiptap/extension-underline": "^3.18.0",
"@tiptap/pm": "^3.10.7",
"@tiptap/starter-kit": "^3.10.7",
@@ -1555,16 +1555,16 @@
}
},
"node_modules/@tiptap/extension-typography": {
"version": "3.17.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-3.17.1.tgz",
"integrity": "sha512-bEocTrK/gryk3VtthC9Ca03p2kutVIIFnDkVW6iOG8PgQWEspuQRgqE8yPnHxY8pBBDWxiaBzcGTSrp+3U9d5A==",
"version": "3.18.0",
"resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-3.18.0.tgz",
"integrity": "sha512-zTNGJjhJG3lObUhhTbDC1IOyi1DCiCd6i11xsnJDPy5BODYc7t7ZP6VMOWU0LIuMsK9kX02dXoNU7OarJgLpCg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.17.1"
"@tiptap/core": "^3.18.0"
}
},
"node_modules/@tiptap/extension-underline": {

View File

@@ -22,7 +22,7 @@
"@tiptap/extension-subscript": "^3.10.7",
"@tiptap/extension-superscript": "^3.18.0",
"@tiptap/extension-text-align": "^3.10.7",
"@tiptap/extension-typography": "^3.10.7",
"@tiptap/extension-typography": "^3.18.0",
"@tiptap/extension-underline": "^3.18.0",
"@tiptap/pm": "^3.10.7",
"@tiptap/starter-kit": "^3.10.7",