📦 Update packages
This commit is contained in:
@ -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
|
||||
|
@ -12,10 +12,10 @@
|
||||
"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",
|
||||
@ -23,23 +23,23 @@
|
||||
"@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",
|
||||
@ -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",
|
||||
@ -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",
|
||||
@ -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",
|
||||
@ -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:*"
|
||||
}
|
||||
}
|
||||
|
@ -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()
|
||||
|
||||
|
@ -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',
|
||||
|
@ -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",
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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:*"
|
||||
}
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"cz-emoji": "1.3.2-canary.2",
|
||||
"turbo": "1.2.16"
|
||||
"turbo": "1.4.6"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
@ -12,11 +12,11 @@
|
||||
},
|
||||
"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"
|
||||
@ -24,35 +24,35 @@
|
||||
"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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -11,17 +11,17 @@
|
||||
"dx": "pnpm rollup -c --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "^3.18.0"
|
||||
"zod": "^3.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.8.2",
|
||||
"typescript": "^4.8.3",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-typescript": "8.4.0",
|
||||
"rollup": "2.78.1",
|
||||
"@rollup/plugin-node-resolve": "^14.0.1",
|
||||
"@rollup/plugin-typescript": "8.5.0",
|
||||
"rollup": "2.79.0",
|
||||
"rollup-plugin-dts": "^4.2.2",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"next": "12.2.5",
|
||||
"next": "12.3.0",
|
||||
"db": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -12,11 +12,11 @@
|
||||
"start:workspaces:migration:recover": "ts-node workspaceMigrationRecover.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.7.13",
|
||||
"@types/node": "18.7.16",
|
||||
"db": "workspace:*",
|
||||
"models": "workspace:*",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.2",
|
||||
"typescript": "^4.8.3",
|
||||
"utils": "*"
|
||||
}
|
||||
}
|
||||
|
@ -10,22 +10,22 @@
|
||||
"test": "pnpm jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"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",
|
||||
"jest-environment-jsdom": "^29.0.3",
|
||||
"@rollup/plugin-typescript": "8.5.0",
|
||||
"@types/jest": "^29.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||
"@typescript-eslint/parser": "5.36.2",
|
||||
"eslint": "8.23.0",
|
||||
"eslint-plugin-functional": "^4.2.2",
|
||||
"eslint-plugin-jest": "27.0.1",
|
||||
"eslint-plugin-functional": "^4.3.0",
|
||||
"eslint-plugin-jest": "27.0.4",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.0.1",
|
||||
"jest": "^29.0.3",
|
||||
"prettier": "2.7.1",
|
||||
"rollup": "2.78.1",
|
||||
"rollup": "2.79.0",
|
||||
"rollup-plugin-styles": "^4.0.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"ts-jest": "^28.0.8",
|
||||
"ts-jest": "^29.0.0",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^4.8.2"
|
||||
"typescript": "^4.8.3"
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"author": "baptisteArno",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-php": "^0.18.9",
|
||||
"@prettier/plugin-php": "^0.19.0",
|
||||
"prettier": "2.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
5733
pnpm-lock.yaml
generated
5733
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user