2
0

(whatsapp) Improve / fix markdown serializer

Forked remark-slate code to create Typebot's own serializer

Closes #1056
This commit is contained in:
Baptiste Arnaud
2024-01-08 08:40:25 +01:00
parent 7d6c964a0f
commit 244a29423b
11 changed files with 629 additions and 88 deletions

View File

@ -9,14 +9,15 @@
"@paralleldrive/cuid2": "2.2.1",
"@playwright/test": "1.36.0",
"@typebot.io/env": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/escape-html": "^1.0.4",
"@types/nodemailer": "6.4.8",
"next": "14.0.3",
"nodemailer": "6.9.3",
"typescript": "5.3.2",
"@typebot.io/forge-repository": "workspace:*"
"typescript": "5.3.2"
},
"peerDependencies": {
"next": "14.0.0",
@ -26,10 +27,10 @@
"@sentry/nextjs": "7.77.0",
"@trpc/server": "10.40.0",
"@udecode/plate-common": "21.1.5",
"escape-html": "^1.0.3",
"google-auth-library": "8.9.0",
"got": "12.6.0",
"minio": "7.1.3",
"remark-slate": "1.8.6",
"stripe": "12.13.0",
"zod": "3.22.4"
}