fix: add extension-text-style as a dep of @tiptap/starter-kit #5691 (#5693)

This commit is contained in:
Nick Perez 2024-10-02 10:40:13 +02:00 committed by GitHub
parent e606c06502
commit 087e5812a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@tiptap/starter-kit": patch
---
Adds @tiptap/extension-text-style to @tiptap/starter-kit deps but does not install the extension, since it is only to resolve a peer dep install for list-items

1
package-lock.json generated
View File

@ -19798,6 +19798,7 @@
"@tiptap/extension-paragraph": "^2.8.0",
"@tiptap/extension-strike": "^2.8.0",
"@tiptap/extension-text": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/pm": "^2.8.0"
},
"funding": {

View File

@ -48,6 +48,7 @@
"@tiptap/extension-paragraph": "^2.8.0",
"@tiptap/extension-strike": "^2.8.0",
"@tiptap/extension-text": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/pm": "^2.8.0"
},
"repository": {