Skip to content

Commit

Permalink
📦 Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Sep 12, 2022
1 parent 4a04d1c commit a262fc1
Show file tree
Hide file tree
Showing 15 changed files with 2,459 additions and 3,164 deletions.
4 changes: 2 additions & 2 deletions apps/builder/components/shared/CodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import { javascript } from '@codemirror/lang-javascript'
import { html } from '@codemirror/lang-html'
import { useEffect, useRef, useState } from 'react'
import { useDebouncedCallback } from 'use-debounce'
import { linter } from '@codemirror/lint'
import { linter, LintSource } from '@codemirror/lint'
import { VariablesButton } from './buttons/VariablesButton'
import { Variable } from 'models'
import { env } from 'utils'

const linterExtension = linter(jsonParseLinter())
const linterExtension = linter(jsonParseLinter() as unknown as LintSource)

type Props = {
value: string
Expand Down
66 changes: 33 additions & 33 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@chakra-ui/css-reset": "2.0.5",
"@chakra-ui/react": "^2.2.9",
"@chakra-ui/css-reset": "2.0.7",
"@chakra-ui/react": "^2.3.2",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-html": "^6.1.0",
"@codemirror/lang-html": "^6.1.1",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/state": "6.1.1",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@giphy/js-fetch-api": "4.4.0",
"@giphy/js-types": "^4.2.1",
"@giphy/react-components": "6.1.1",
"@googleapis/drive": "^3.0.1",
"@sentry/nextjs": "7.11.1",
"@stripe/stripe-js": "1.35.0",
"@tanstack/react-table": "8.5.11",
"@udecode/plate-basic-marks": "16.3.0",
"@sentry/nextjs": "7.12.1",
"@stripe/stripe-js": "1.36.0",
"@tanstack/react-table": "8.5.13",
"@udecode/plate-basic-marks": "16.8.0",
"@udecode/plate-common": "^7.0.2",
"@udecode/plate-core": "16.3.0",
"@udecode/plate-link": "16.3.0",
"@udecode/plate-serializer-html": "16.3.0",
"@udecode/plate-ui-link": "16.3.0",
"@udecode/plate-ui-toolbar": "16.3.0",
"aws-sdk": "2.1204.0",
"@udecode/plate-core": "16.8.0",
"@udecode/plate-link": "16.9.0",
"@udecode/plate-serializer-html": "16.8.0",
"@udecode/plate-ui-link": "16.9.0",
"@udecode/plate-ui-toolbar": "16.8.0",
"aws-sdk": "2.1213.0",
"bot-engine": "workspace:*",
"browser-image-compression": "^2.0.0",
"canvas-confetti": "^1.5.1",
Expand All @@ -49,10 +49,10 @@
"dequal": "^2.0.3",
"emojilib": "3.0.7",
"focus-visible": "^5.2.0",
"framer-motion": "7.2.1",
"google-auth-library": "^8.4.0",
"framer-motion": "7.3.2",
"google-auth-library": "^8.5.1",
"google-spreadsheet": "^3.3.0",
"got": "12.3.1",
"got": "12.4.1",
"htmlparser2": "^8.0.1",
"immer": "^9.0.15",
"js-video-url-parser": "^0.5.1",
Expand All @@ -61,7 +61,7 @@
"micro": "9.4.1",
"micro-cors": "^0.1.1",
"minio": "7.0.32",
"next": "12.2.5",
"next": "12.3.0",
"next-auth": "4.10.3",
"nodemailer": "^6.7.8",
"nprogress": "^0.2.0",
Expand All @@ -74,8 +74,8 @@
"slate": "0.82.1",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "0.82.1",
"stripe": "10.6.0",
"slate-react": "0.82.2",
"stripe": "10.8.0",
"styled-components": "^5.3.5",
"svg-round-corners": "^0.3.0",
"swr": "^1.3.0",
Expand All @@ -84,31 +84,31 @@
"use-debounce": "8.0.4"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@chakra-ui/styled-system": "^2.2.8",
"@playwright/test": "1.25.1",
"@babel/core": "7.19.0",
"@chakra-ui/styled-system": "^2.3.1",
"@playwright/test": "1.25.2",
"@types/canvas-confetti": "^1.4.3",
"@types/google-spreadsheet": "^3.3.0",
"@types/jsonwebtoken": "8.5.9",
"@types/micro-cors": "^0.1.2",
"@types/minio": "^7.0.13",
"@types/node": "18.7.13",
"@types/node": "18.7.16",
"@types/nodemailer": "6.4.5",
"@types/nprogress": "^0.2.0",
"@types/papaparse": "5.3.4",
"@types/papaparse": "5.3.5",
"@types/prettier": "2.7.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/react": "^18.0.19",
"@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"db": "workspace:*",
"dotenv": "^16.0.1",
"dotenv": "^16.0.2",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.31.1",
"eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.8",
"models": "workspace:*",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"utils": "workspace:*"
}
}
6 changes: 5 additions & 1 deletion apps/builder/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ import { actions } from 'libs/kbar'
import { SupportBubble } from 'components/shared/SupportBubble'
import { WorkspaceContext } from 'contexts/WorkspaceContext'
import { toTitleCase } from 'utils'
import { Session } from 'next-auth'

const { ToastContainer, toast } = createStandaloneToast(customTheme)

const App = ({ Component, pageProps: { session, ...pageProps } }: AppProps) => {
const App = ({
Component,
pageProps: { session, ...pageProps },
}: AppProps<{ session: Session }>) => {
useRouterProgressBar()
const { query, pathname, isReady } = useRouter()

Expand Down
2 changes: 1 addition & 1 deletion apps/builder/playwright/tests/editor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test.describe.parallel('Editor', () => {
await page.goto(`/typebots/${typebotId}/edit`)
await expect(page.locator("text='Start'")).toBeVisible()
await page.dragAndDrop('text=Button', '#editor-container', {
targetPosition: { x: 800, y: 400 },
targetPosition: { x: 1000, y: 400 },
})
await page.dragAndDrop(
'text=Text >> nth=0',
Expand Down
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"update-search": "docker run -it --rm --env-file=.env -e \"CONFIG=$(cat docsearch-scrapper-config.json | jq -r tostring)\" algolia/docsearch-scraper"
},
"dependencies": {
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@docusaurus/theme-search-algolia": "^2.0.1",
"@docusaurus/theme-common": "2.0.1",
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@docusaurus/theme-search-algolia": "^2.1.0",
"@docusaurus/theme-common": "2.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mdx-js/react": "^1.6.22",
Expand All @@ -42,8 +42,8 @@
},
"devDependencies": {
"@algolia/client-search": "^4.14.2",
"@types/react": "^18.0.17",
"typescript": "^4.7.4",
"@types/react": "^18.0.19",
"typescript": "^4.8.3",
"webpack": "^5.74.0"
}
}
30 changes: 15 additions & 15 deletions apps/landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@
},
"dependencies": {
"@chakra-ui/icon": "^3.0.9",
"@chakra-ui/react": "2.2.9",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@chakra-ui/react": "2.3.2",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"aos": "^2.3.4",
"bot-engine": "*",
"focus-visible": "^5.2.0",
"framer-motion": "7.2.1",
"framer-motion": "7.3.2",
"models": "*",
"next": "12.2.5",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "*"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@chakra-ui/styled-system": "^2.2.8",
"@next/bundle-analyzer": "12.2.5",
"@babel/core": "7.19.0",
"@chakra-ui/styled-system": "^2.3.1",
"@next/bundle-analyzer": "12.3.0",
"@types/aos": "^3.0.4",
"@types/node": "18.7.13",
"@types/react": "^18.0.17",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@types/node": "18.7.16",
"@types/react": "^18.0.19",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"autoprefixer": "10.4.8",
"cross-env": "^7.0.3",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.31.1",
"eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.8",
"postcss": "8.4.16",
"prettier": "2.7.1",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
32 changes: 16 additions & 16 deletions apps/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@sentry/nextjs": "7.11.1",
"aws-sdk": "2.1204.0",
"@sentry/nextjs": "7.12.1",
"aws-sdk": "2.1213.0",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"db": "workspace:*",
"google-spreadsheet": "^3.3.0",
"got": "12.3.1",
"next": "12.2.5",
"got": "12.4.1",
"next": "12.3.0",
"nodemailer": "^6.7.8",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.7.1",
"stripe": "10.6.0"
"stripe": "10.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.18.10",
"@playwright/test": "1.25.1",
"@babel/preset-env": "^7.19.0",
"@playwright/test": "1.25.2",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.7.13",
"@types/node": "18.7.16",
"@types/nodemailer": "6.4.5",
"@types/papaparse": "5.3.4",
"@types/papaparse": "5.3.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/react": "^18.0.19",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.31.1",
"eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"google-auth-library": "^8.4.0",
"google-auth-library": "^8.5.1",
"models": "workspace:*",
"next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.2",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"utils": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"cz-emoji": "1.3.2-canary.2",
"turbo": "1.2.16"
"turbo": "1.4.6"
},
"config": {
"commitizen": {
Expand Down
22 changes: 11 additions & 11 deletions packages/bot-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,47 +12,47 @@
},
"dependencies": {
"@stripe/react-stripe-js": "1.10.0",
"@stripe/stripe-js": "1.35.0",
"@stripe/stripe-js": "1.36.0",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react-frame-component": "5.2.3",
"react-phone-number-input": "3.2.10",
"react-phone-number-input": "3.2.11",
"react-scroll": "^1.8.7",
"react-transition-group": "4.4.5",
"resize-observer": "^1.0.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "8.4.0",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-typescript": "8.5.0",
"@types/qs": "^6.9.7",
"@types/react": "18.0.17",
"@types/react": "18.0.19",
"@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.35.1",
"@typescript-eslint/parser": "5.35.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"autoprefixer": "10.4.8",
"db": "workspace:*",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react": "7.31.8",
"models": "workspace:*",
"postcss": "8.4.16",
"prettier": "2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "2.78.1",
"rollup": "2.79.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"utils": "workspace:*"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"migration:deploy": "prisma migrate deploy"
},
"dependencies": {
"@prisma/client": "4.2.1"
"@prisma/client": "4.3.1"
},
"devDependencies": {
"prisma": "4.2.1",
"typescript": "^4.8.2",
"prisma": "4.3.1",
"typescript": "^4.8.3",
"dotenv-cli": "6.0.0"
}
}
Loading

5 comments on commit a262fc1

@vercel
Copy link

@vercel vercel bot commented on a262fc1 Sep 12, 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 a262fc1 Sep 12, 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
docs-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a262fc1 Sep 12, 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:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
app.typebot.io
builder-v2-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a262fc1 Sep 12, 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

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

@vercel
Copy link

@vercel vercel bot commented on a262fc1 Sep 12, 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.