@@ -28,14 +28,14 @@
|
||||
"@giphy/react-components": "7.1.0",
|
||||
"@googleapis/drive": "8.0.0",
|
||||
"@paralleldrive/cuid2": "2.2.1",
|
||||
"@sentry/nextjs": "7.63.0",
|
||||
"@sentry/nextjs": "7.58.1",
|
||||
"@stripe/stripe-js": "1.54.1",
|
||||
"@tanstack/react-query": "^4.29.19",
|
||||
"@tanstack/react-table": "8.9.3",
|
||||
"@trpc/client": "10.37.1",
|
||||
"@trpc/next": "10.37.1",
|
||||
"@trpc/react-query": "10.37.1",
|
||||
"@trpc/server": "10.37.1",
|
||||
"@trpc/client": "10.34.0",
|
||||
"@trpc/next": "10.34.0",
|
||||
"@trpc/react-query": "10.34.0",
|
||||
"@trpc/server": "10.34.0",
|
||||
"@typebot.io/emails": "workspace:*",
|
||||
"@typebot.io/nextjs": "workspace:*",
|
||||
"@udecode/plate-basic-marks": "21.1.5",
|
||||
@@ -69,8 +69,8 @@
|
||||
"micro": "10.0.1",
|
||||
"micro-cors": "0.1.1",
|
||||
"minio": "7.1.1",
|
||||
"next": "13.4.13",
|
||||
"next-auth": "4.23.0",
|
||||
"next": "13.4.3",
|
||||
"next-auth": "4.22.1",
|
||||
"next-international": "0.5.3",
|
||||
"nextjs-cors": "^2.1.2",
|
||||
"nodemailer": "6.9.3",
|
||||
|
||||
@@ -14,13 +14,14 @@
|
||||
"@chakra-ui/react": "2.7.1",
|
||||
"@emotion/react": "11.11.1",
|
||||
"@emotion/styled": "11.11.0",
|
||||
"@vercel/analytics": "1.0.1",
|
||||
"@typebot.io/nextjs": "workspace:*",
|
||||
"aos": "2.3.4",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"focus-visible": "5.2.0",
|
||||
"framer-motion": "10.12.20",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"next": "13.4.13",
|
||||
"next": "13.4.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"@typebot.io/lib": "workspace:*"
|
||||
@@ -36,6 +37,7 @@
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.44.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"next-transpile-modules": "10.0.0",
|
||||
"postcss": "8.4.26",
|
||||
"prettier": "3.0.0",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
|
||||
@@ -4,6 +4,7 @@ import { ChakraProvider } from '@chakra-ui/react'
|
||||
import 'focus-visible/dist/focus-visible'
|
||||
import { theme } from '../lib/chakraTheme'
|
||||
import { AppProps } from 'next/app'
|
||||
import { Analytics } from '@vercel/analytics/react'
|
||||
import AOS from 'aos'
|
||||
import 'aos/dist/aos.css'
|
||||
|
||||
@@ -19,6 +20,7 @@ const App = ({ Component, pageProps }: AppProps) => {
|
||||
return (
|
||||
<ChakraProvider theme={theme}>
|
||||
<Component {...pageProps} />
|
||||
<Analytics />
|
||||
</ChakraProvider>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@planetscale/database": "^1.8.0",
|
||||
"@sentry/nextjs": "7.63.0",
|
||||
"@sentry/nextjs": "7.58.1",
|
||||
"@trpc/server": "10.34.0",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"@typebot.io/nextjs": "workspace:*",
|
||||
"ai": "2.1.32",
|
||||
"ai": "2.1.30",
|
||||
"aws-sdk": "2.1415.0",
|
||||
"bot-engine": "workspace:*",
|
||||
"cors": "2.8.5",
|
||||
@@ -26,12 +26,12 @@
|
||||
"google-spreadsheet": "4.0.2",
|
||||
"got": "12.6.0",
|
||||
"libphonenumber-js": "1.10.37",
|
||||
"next": "13.4.13",
|
||||
"next": "13.4.3",
|
||||
"nextjs-cors": "2.1.2",
|
||||
"node-html-parser": "^6.1.5",
|
||||
"nodemailer": "6.9.3",
|
||||
"openai": "3.3.0",
|
||||
"openai-edge": "^1.2.2",
|
||||
"openai-edge": "^1.2.0",
|
||||
"qs": "6.11.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user