⬆️ Upgrade dependencies
This commit is contained in:
@ -13,19 +13,19 @@
|
||||
"test:report": "pnpm playwright show-report"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/nextjs": "7.29.0",
|
||||
"@trpc/server": "10.8.1",
|
||||
"@sentry/nextjs": "7.30.0",
|
||||
"@trpc/server": "10.9.0",
|
||||
"@typebot.io/react": "workspace:*",
|
||||
"aws-sdk": "2.1290.0",
|
||||
"aws-sdk": "2.1295.0",
|
||||
"bot-engine": "workspace:*",
|
||||
"cors": "2.8.5",
|
||||
"cuid": "2.1.8",
|
||||
"db": "workspace:*",
|
||||
"google-spreadsheet": "3.3.0",
|
||||
"got": "12.5.3",
|
||||
"next": "13.1.1",
|
||||
"next": "13.1.2",
|
||||
"nextjs-cors": "^2.1.2",
|
||||
"nodemailer": "6.8.0",
|
||||
"nodemailer": "6.9.0",
|
||||
"phone": "^3.1.32",
|
||||
"qs": "6.11.0",
|
||||
"react": "18.2.0",
|
||||
@ -35,7 +35,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@faire/mjml-react": "3.0.1",
|
||||
"@faire/mjml-react": "3.0.2",
|
||||
"@playwright/test": "1.29.2",
|
||||
"@types/cors": "2.8.13",
|
||||
"@types/google-spreadsheet": "3.3.0",
|
||||
|
@ -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 () => {
|
||||
|
@ -13,7 +13,7 @@ import { saveErrorLog, saveSuccessLog } from '@/features/logs/api'
|
||||
import Cors from 'cors'
|
||||
import Mail from 'nodemailer/lib/mailer'
|
||||
import { DefaultBotNotificationEmail } from 'emails'
|
||||
import { render } from '@faire/mjml-react/dist/src/utils/render'
|
||||
import { render } from '@faire/mjml-react/utils/render'
|
||||
import prisma from '@/lib/prisma'
|
||||
import { getLinkedTypebotsChildren } from '@/features/blocks/logic/typebotLink/api'
|
||||
|
||||
|
Reference in New Issue
Block a user