2
0

(whatsapp) Improve WhatsApp preview management

Closes #800
This commit is contained in:
Baptiste Arnaud
2023-09-19 11:53:18 +02:00
parent 2ce63f5d06
commit f626c9867c
29 changed files with 830 additions and 681 deletions

View File

@ -8,21 +8,24 @@
"devDependencies": {
"@paralleldrive/cuid2": "2.2.1",
"@playwright/test": "1.36.0",
"@typebot.io/env": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/nodemailer": "6.4.8",
"next": "13.4.3",
"nodemailer": "6.9.3",
"typescript": "5.1.6",
"@typebot.io/env": "workspace:*"
"typescript": "5.1.6"
},
"peerDependencies": {
"next": "13.0.0",
"nodemailer": "6.7.8"
},
"dependencies": {
"@sentry/nextjs": "7.66.0",
"@udecode/plate-common": "^21.1.5",
"got": "12.6.0",
"minio": "7.1.3"
"minio": "7.1.3",
"remark-slate": "^1.8.6"
}
}