build: 📦️ Update packages
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"typescript": "^4.6.3"
|
||||
"typescript": "^4.6.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^12.1.4",
|
||||
"next": "^12.1.6",
|
||||
"db": "*"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { StepBase } from '.'
|
||||
import { TElement } from '@udecode/plate-core'
|
||||
|
||||
export type BubbleStep =
|
||||
| TextBubbleStep
|
||||
@@ -41,7 +42,7 @@ export type EmbedBubbleStep = StepBase & {
|
||||
|
||||
export type TextBubbleContent = {
|
||||
html: string
|
||||
richText: unknown[]
|
||||
richText: TElement[]
|
||||
plainText: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user