Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
Also fixes sendEmail viewer e2e test
  • Loading branch information
baptisteArno committed Aug 29, 2022
1 parent 43891b0 commit 57866c4
Show file tree
Hide file tree
Showing 11 changed files with 2,525 additions and 1,676 deletions.
43 changes: 21 additions & 22 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@chakra-ui/css-reset": "2.0.3",
"@chakra-ui/react": "^2.2.8",
"@chakra-ui/css-reset": "2.0.5",
"@chakra-ui/react": "^2.2.9",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-html": "^6.1.0",
"@codemirror/lang-javascript": "^6.0.2",
Expand All @@ -39,7 +39,7 @@
"@udecode/plate-serializer-html": "16.3.0",
"@udecode/plate-ui-link": "16.3.0",
"@udecode/plate-ui-toolbar": "16.3.0",
"aws-sdk": "2.1199.0",
"aws-sdk": "2.1204.0",
"bot-engine": "workspace:*",
"browser-image-compression": "^2.0.0",
"canvas-confetti": "^1.5.1",
Expand All @@ -49,8 +49,8 @@
"dequal": "^2.0.3",
"emojilib": "3.0.7",
"focus-visible": "^5.2.0",
"framer-motion": "7.2.0",
"google-auth-library": "^8.3.0",
"framer-motion": "7.2.1",
"google-auth-library": "^8.4.0",
"google-spreadsheet": "^3.3.0",
"got": "12.3.1",
"htmlparser2": "^8.0.1",
Expand All @@ -60,7 +60,7 @@
"kbar": "^0.1.0-beta.36",
"micro": "9.4.1",
"micro-cors": "^0.1.1",
"minio": "7.0.30",
"minio": "7.0.32",
"next": "12.2.5",
"next-auth": "4.10.3",
"nodemailer": "^6.7.8",
Expand All @@ -71,45 +71,44 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"slate": "0.82.0",
"slate": "0.82.1",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "0.82.0",
"stripe": "10.3.0",
"slate-react": "0.82.1",
"stripe": "10.6.0",
"styled-components": "^5.3.5",
"svg-round-corners": "^0.3.0",
"swr": "^1.3.0",
"tinycolor2": "^1.4.2",
"typebot-js": "workspace:*",
"use-debounce": "8.0.3"
"use-debounce": "8.0.4"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@chakra-ui/styled-system": "^2.2.7",
"@playwright/test": "1.25.0",
"@babel/core": "7.18.13",
"@chakra-ui/styled-system": "^2.2.8",
"@playwright/test": "1.25.1",
"@types/canvas-confetti": "^1.4.3",
"@types/google-spreadsheet": "^3.3.0",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/micro-cors": "^0.1.2",
"@types/minio": "^7.0.13",
"@types/node": "18.7.8",
"@types/node": "18.7.13",
"@types/nodemailer": "6.4.5",
"@types/nprogress": "^0.2.0",
"@types/papaparse": "5.3.3",
"@types/papaparse": "5.3.4",
"@types/prettier": "2.7.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/react-table": "^7.7.12",
"@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"db": "workspace:*",
"dotenv": "^16.0.1",
"eslint": "8.22.0",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.1",
"models": "workspace:*",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"utils": "workspace:*"
}
}
16 changes: 8 additions & 8 deletions apps/landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icon": "^3.0.8",
"@chakra-ui/react": "2.2.8",
"@chakra-ui/icon": "^3.0.9",
"@chakra-ui/react": "2.2.9",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"aos": "^2.3.4",
"bot-engine": "*",
"focus-visible": "^5.2.0",
"framer-motion": "7.2.0",
"framer-motion": "7.2.1",
"models": "*",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "*"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@chakra-ui/styled-system": "^2.2.7",
"@babel/core": "7.18.13",
"@chakra-ui/styled-system": "^2.2.8",
"@next/bundle-analyzer": "12.2.5",
"@types/aos": "^3.0.4",
"@types/node": "18.7.8",
"@types/node": "18.7.13",
"@types/react": "^18.0.17",
"autoprefixer": "10.4.8",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"postcss": "8.4.16",
"prettier": "2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
}
}
23 changes: 12 additions & 11 deletions apps/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@sentry/nextjs": "7.11.1",
"aws-sdk": "2.1199.0",
"aws-sdk": "2.1204.0",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
Expand All @@ -26,29 +26,30 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.7.1",
"stripe": "10.3.0"
"stripe": "10.6.0"
},
"devDependencies": {
"@babel/preset-env": "^7.18.10",
"@playwright/test": "1.25.0",
"@playwright/test": "1.25.1",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.7.8",
"@types/node": "18.7.13",
"@types/nodemailer": "6.4.5",
"@types/papaparse": "5.3.3",
"@types/papaparse": "5.3.4",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.30.1",
"google-auth-library": "^8.3.0",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"google-auth-library": "^8.4.0",
"models": "workspace:*",
"next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.2",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"utils": "workspace:*"
}
}
1 change: 0 additions & 1 deletion apps/viewer/playwright/tests/sendEmail.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const mockSmtpCredentials: SmtpCredentialsData = {
},
host: 'smtp.ethereal.email',
port: 587,
isTlsEnabled: true,
username: 'kimberly.boyer36@ethereal.email',
password: '4jvjGUgxYKRjbk15tW',
}
Expand Down
24 changes: 12 additions & 12 deletions packages/bot-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "pnpm rollup -c",
"dx": "pnpm rollup -c --watch",
"lint": "eslint --fix -c ./.eslintrc.js \"./src/**/*.ts*\""
},
"dependencies": {
"@stripe/react-stripe-js": "1.10.0",
"@stripe/stripe-js": "1.35.0",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react-frame-component": "5.2.3",
"react-phone-number-input": "3.2.8",
"react-phone-number-input": "3.2.10",
"react-scroll": "^1.8.7",
"react-transition-group": "4.4.5",
"resize-observer": "^1.0.4"
Expand All @@ -20,21 +25,21 @@
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "8.3.4",
"@rollup/plugin-typescript": "8.4.0",
"@types/qs": "^6.9.7",
"@types/react": "18.0.17",
"@types/react-phone-number-input": "^3.0.14",
"@types/react-scroll": "^1.8.4",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"autoprefixer": "10.4.8",
"db": "workspace:*",
"eslint": "8.22.0",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react": "7.31.1",
"models": "workspace:*",
"postcss": "8.4.16",
"prettier": "2.7.1",
Expand All @@ -47,7 +52,7 @@
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"utils": "workspace:*"
},
"peerDependencies": {
Expand All @@ -56,10 +61,5 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"utils": "workspace:*"
},
"scripts": {
"build": "pnpm rollup -c",
"dx": "pnpm rollup -c --watch",
"lint": "eslint --fix -c ./.eslintrc.js \"./src/**/*.ts*\""
}
}
16 changes: 8 additions & 8 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
"version": "0.1.0",
"main": "./index.ts",
"types": "./index.ts",
"devDependencies": {
"prisma": "4.2.1",
"typescript": "^4.7.4",
"dotenv-cli": "6.0.0"
},
"dependencies": {
"@prisma/client": "4.2.1"
},
"scripts": {
"dx": "dotenv -e ../../apps/builder/.env.local prisma db push && pnpm generate:schema && pnpm start:sutdio ",
"build": "pnpm generate:schema",
Expand All @@ -22,5 +14,13 @@
"migration:create": "dotenv -e ../../apps/builder/.env.local prisma migrate dev",
"migration:reset": "dotenv -e ../../apps/builder/.env.local prisma migrate reset",
"migration:deploy": "prisma migrate deploy"
},
"dependencies": {
"@prisma/client": "4.2.1"
},
"devDependencies": {
"prisma": "4.2.1",
"typescript": "^4.8.2",
"dotenv-cli": "6.0.0"
}
}
18 changes: 9 additions & 9 deletions packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"types": "dist/index.d.ts",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"build": "pnpm rollup -c",
"dx": "pnpm rollup -c --watch"
},
"dependencies": {
"zod": "^3.18.0"
},
"devDependencies": {
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "8.3.4",
"@rollup/plugin-typescript": "8.4.0",
"rollup": "2.78.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"next": "12.2.5",
"db": "workspace:*"
},
"dependencies": {
"zod": "^3.18.0"
},
"peerDependencies": {
"next": "^12.0.0",
"db": "workspace:*"
},
"scripts": {
"build": "pnpm rollup -c",
"dx": "pnpm rollup -c --watch"
}
}
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"start:workspaces:migration:recover": "ts-node workspaceMigrationRecover.ts"
},
"devDependencies": {
"@types/node": "18.6.4",
"@types/node": "18.7.13",
"db": "workspace:*",
"models": "workspace:*",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"utils": "*"
}
}
20 changes: 9 additions & 11 deletions packages/typebot-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,22 @@
"test": "pnpm jest"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.3.4",
"@types/jest": "^28.1.7",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"jest-environment-jsdom": "^29.0.1",
"@rollup/plugin-typescript": "8.4.0",
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"eslint": "8.23.0",
"eslint-plugin-functional": "^4.2.2",
"eslint-plugin-jest": "26.8.5",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"jest": "^29.0.1",
"prettier": "2.7.1",
"rollup": "2.78.1",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^28.0.8",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"jest-environment-jsdom": "^28.1.3"
"typescript": "^4.8.2"
}
}
Loading

4 comments on commit 57866c4

@vercel
Copy link

@vercel vercel bot commented on 57866c4 Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 57866c4 Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-git-main-typebot-io.vercel.app
docs-typebot-io.vercel.app
docs.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 57866c4 Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2-alpha – ./apps/viewer

sat.cr8.ai
ns8.vn
8jours.top
yobot.me
247987.com
bot.aipr.kr
vhpage.cr8.ai
bot.aws.bj
finplex.be
bt.id8rs.com
bot.lalmon.com
ar.nigerias.io
am.nigerias.io
an.nigerias.io
apr.nigerias.io
ticketfute.com
bot.ageenda.com
bot.artiweb.app
aso.nigerias.io
apo.nigerias.io
eventhub.com.au
games.klujo.com
bot.tc-mail.com
bot.piccinato.co
bot.upfunnel.art
typebot.aloe.do
clo.closeer.work
botc.ceox.com.br
sakuranembro.it
chat.sureb4.com
faqs.nigerias.io
feedback.ofx.one
form.syncwin.com
kw.wpwakanda.com
stan.vselise.com
bot.maitempah.com
bot.agfunnel.tech
app.chatforms.net
typebot.aloe.bot
voicehelp.cr8.ai
bot.phuonghub.com
bot.reviewzer.com
cares.urlabout.me
lb.ticketfute.com
fmm.wpwakanda.com
gentleman-shop.fr
ov2.wpwakanda.com
ov1.wpwakanda.com
k1.kandabrand.com
ov3.wpwakanda.com
1988.bouclidom.com
andreimayer.com.br
bot.megafox.com.br
goalsettingbot.com
dicanatural.online
bot.neferlopez.com
survey.digienge.io
this-is-a-test.com
zap.techadviser.in
bot.digitalbled.com
bot.eventhub.com.au
carsalesenquiry.com
forms.webisharp.com
order.maitempah.com
nutrisamirbayde.com
bium.gratirabbit.com
quest.wpwakanda.com
bot.cotemeuplano.com
chat.hayurihijab.com
typebot.stillio.com
bot.ansuraniphone.my
click.sevenoways.com
connect.growthguy.in
get.freebotoffer.xyz
abutton.wpwakanda.com
aidigitalmarketing.kr
bot.ramonmatos.com.br
bbutton.wpwakanda.com
bot.incusservices.com
bot.meuesocial.com.br
sbutton.wpwakanda.com
chat.missarkansas.org
cdd.searchcube.com.sg
apply.ansuraniphone.my
bbutton.wpwwakanda.com
c23111azqw.nigerias.io
felipewelington.com.br
info.clickasuransi.com
gcase.barrettamario.it
report.gratirabbit.com
form.searchcube.com.sg
resume.gratirabbit.com
kodawariab736.skeep.it
view.onlinebotdemo.xyz
83242573.actualizar.xyz
bot.upgradesolutions.eu
bot.blackboxtips.com.br
mainmenu.diddancing.com
signup.hypemarketing.in
subfooter.wpwakanda.com

@vercel
Copy link

@vercel vercel bot commented on 57866c4 Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.