⬆️ Upgrade dependencies
This commit is contained in:
@ -2,7 +2,7 @@ import { ExecuteIntegrationResponse } from '@/features/chat'
|
||||
import { saveErrorLog, saveSuccessLog } from '@/features/logs/api'
|
||||
import { parseVariables } from '@/features/variables'
|
||||
import prisma from '@/lib/prisma'
|
||||
import { render } from '@faire/mjml-react/dist/src/utils/render'
|
||||
import { render } from '@faire/mjml-react/utils/render'
|
||||
import { DefaultBotNotificationEmail } from 'emails'
|
||||
import {
|
||||
PublicTypebot,
|
||||
|
@ -8,13 +8,13 @@ import { getTestAsset } from '@/test/utils/playwright'
|
||||
|
||||
const mockSmtpCredentials: SmtpCredentialsData = {
|
||||
from: {
|
||||
email: 'timmy.schaden@ethereal.email',
|
||||
name: 'Timmy Schaden',
|
||||
email: 'ted.kreiger@ethereal.email',
|
||||
name: 'Ted Kreiger',
|
||||
},
|
||||
host: 'smtp.ethereal.email',
|
||||
port: 587,
|
||||
username: 'timmy.schaden@ethereal.email',
|
||||
password: 'u4vvSdyyvVsaVmJ27G',
|
||||
username: 'ted.kreiger@ethereal.email',
|
||||
password: 'bFYFHfWjFxB9MK28zS',
|
||||
}
|
||||
|
||||
test.beforeAll(async () => {
|
||||
|
@ -7,13 +7,13 @@ import { getTestAsset } from '@/test/utils/playwright'
|
||||
|
||||
const mockSmtpCredentials: SmtpCredentialsData = {
|
||||
from: {
|
||||
email: 'marley.cummings@ethereal.email',
|
||||
name: 'Marley Cummings',
|
||||
email: 'ted.kreiger@ethereal.email',
|
||||
name: 'Ted Kreiger',
|
||||
},
|
||||
host: 'smtp.ethereal.email',
|
||||
port: 587,
|
||||
username: 'marley.cummings@ethereal.email',
|
||||
password: 'E5W1jHbAmv5cXXcut2',
|
||||
username: 'ted.kreiger@ethereal.email',
|
||||
password: 'bFYFHfWjFxB9MK28zS',
|
||||
}
|
||||
|
||||
test.beforeAll(async () => {
|
||||
|
Reference in New Issue
Block a user