Skip to content

Commit

Permalink
✨ Introduce bot v2 in builder (baptisteArno#328)
Browse files Browse the repository at this point in the history
Also, the new engine is the default for updated typebots for viewer

Closes baptisteArno#211
  • Loading branch information
baptisteArno authored and jmgoncalves97 committed Jan 17, 2025
1 parent c5985f0 commit 2dab38c
Show file tree
Hide file tree
Showing 208 changed files with 4,325 additions and 5,099 deletions.
8 changes: 2 additions & 6 deletions apps/builder/next.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const { withSentryConfig } = require('@sentry/nextjs')
const path = require('path')
const withTM = require('next-transpile-modules')([
'utils',
'models',
'emails',
'bot-engine',
])
const withTM = require('next-transpile-modules')(['utils', 'models', 'emails'])

/** @type {import('next').NextConfig} */
const nextConfig = withTM({
Expand Down
15 changes: 6 additions & 9 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"@chakra-ui/css-reset": "2.0.11",
"@chakra-ui/react": "2.5.0",
"@chakra-ui/theme-tools": "^2.0.16",
"@codemirror/lang-css": "6.0.1",
"@codemirror/lang-html": "6.4.1",
"@codemirror/lang-javascript": "6.1.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lint": "6.1.0",
"@codemirror/state": "6.2.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@dnd-kit/core": "6.0.7",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.1",
Expand Down Expand Up @@ -52,12 +45,17 @@
"@udecode/plate-ui-toolbar": "19.2.0",
"@use-gesture/react": "^10.2.24",
"aws-sdk": "2.1304.0",
"bot-engine": "workspace:*",
"browser-image-compression": "2.0.0",
"canvas-confetti": "1.6.0",
"chakra-react-select": "^4.4.3",
"codemirror": "6.0.1",
"@paralleldrive/cuid2": "2.0.1",
"@typebot.io/js": "workspace:*",
"@typebot.io/react": "workspace:*",
"@uiw/codemirror-extensions-langs": "^4.19.7",
"@uiw/codemirror-theme-github": "^4.19.7",
"@uiw/codemirror-theme-tokyo-night": "^4.19.7",
"@uiw/react-codemirror": "^4.19.7",
"deep-object-diff": "1.1.9",
"dequal": "2.0.3",
"emails": "workspace:*",
Expand Down Expand Up @@ -94,7 +92,6 @@
"swr": "2.0.3",
"tinycolor2": "1.5.2",
"trpc-openapi": "1.1.2",
"typebot-js": "workspace:*",
"use-debounce": "9.0.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2dab38c

Please sign in to comment.