Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Nov 15, 2022
1 parent 9720944 commit bae710f
Show file tree
Hide file tree
Showing 12 changed files with 2,642 additions and 2,223 deletions.
60 changes: 30 additions & 30 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"test:report": "pnpm playwright show-report"
},
"dependencies": {
"@chakra-ui/css-reset": "2.0.8",
"@chakra-ui/react": "2.3.6",
"@chakra-ui/css-reset": "2.0.10",
"@chakra-ui/react": "2.4.1",
"@codemirror/lang-css": "6.0.1",
"@codemirror/lang-html": "6.1.3",
"@codemirror/lang-html": "6.1.4",
"@codemirror/lang-javascript": "6.1.1",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lint": "6.0.0",
"@codemirror/state": "6.1.2",
"@codemirror/lint": "6.1.0",
"@codemirror/state": "6.1.3",
"@dnd-kit/core": "6.0.5",
"@dnd-kit/sortable": "7.0.1",
"@dnd-kit/utilities": "3.2.0",
Expand All @@ -28,28 +28,28 @@
"@giphy/js-types": "4.2.1",
"@giphy/react-components": "6.2.0",
"@googleapis/drive": "4.0.0",
"@sentry/nextjs": "7.17.3",
"@stripe/stripe-js": "1.42.1",
"@tanstack/react-table": "8.5.22",
"@udecode/plate-basic-marks": "18.7.0",
"@sentry/nextjs": "7.19.0",
"@stripe/stripe-js": "1.44.1",
"@tanstack/react-table": "8.5.28",
"@udecode/plate-basic-marks": "18.9.0",
"@udecode/plate-common": "^7.0.2",
"@udecode/plate-core": "18.7.0",
"@udecode/plate-link": "18.7.0",
"@udecode/plate-serializer-html": "18.7.0",
"@udecode/plate-ui-link": "18.7.0",
"@udecode/plate-ui-toolbar": "18.7.0",
"aws-sdk": "2.1245.0",
"@udecode/plate-core": "18.9.0",
"@udecode/plate-link": "18.9.1",
"@udecode/plate-serializer-html": "18.9.0",
"@udecode/plate-ui-link": "18.9.1",
"@udecode/plate-ui-toolbar": "18.9.0",
"aws-sdk": "2.1254.0",
"bot-engine": "workspace:*",
"browser-image-compression": "2.0.0",
"canvas-confetti": "1.6.0",
"codemirror": "6.0.1",
"cuid": "2.1.8",
"deep-object-diff": "1.1.7",
"deep-object-diff": "1.1.9",
"dequal": "2.0.3",
"emojilib": "3.0.7",
"focus-visible": "5.2.0",
"framer-motion": "7.6.4",
"google-auth-library": "8.6.0",
"framer-motion": "7.6.6",
"google-auth-library": "8.7.0",
"google-spreadsheet": "3.3.0",
"got": "12.5.2",
"htmlparser2": "8.0.1",
Expand All @@ -59,7 +59,7 @@
"micro": "9.4.1",
"micro-cors": "0.1.1",
"minio": "7.0.32",
"next": "13.0.1",
"next": "13.0.3",
"next-auth": "4.12.3",
"nodemailer": "6.8.0",
"nprogress": "0.2.0",
Expand All @@ -69,11 +69,11 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "4.4.5",
"slate": "0.84.0",
"slate-history": "0.66.0",
"slate": "0.85.0",
"slate-history": "0.85.0",
"slate-hyperscript": "0.77.0",
"slate-react": "0.83.2",
"stripe": "10.15.0",
"stripe": "10.17.0",
"styled-components": "5.3.6",
"svg-round-corners": "0.4.1",
"swr": "1.3.0",
Expand All @@ -84,10 +84,10 @@
"@faire/mjml-react": "2.1.4"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@chakra-ui/styled-system": "2.3.4",
"@babel/core": "7.20.2",
"@chakra-ui/styled-system": "2.3.5",
"@playwright/test": "1.27.1",
"@types/canvas-confetti": "1.4.3",
"@types/canvas-confetti": "1.6.0",
"@types/google-spreadsheet": "3.3.0",
"@types/jsonwebtoken": "8.5.9",
"@types/micro-cors": "0.1.2",
Expand All @@ -98,14 +98,14 @@
"@types/papaparse": "5.3.5",
"@types/prettier": "2.7.1",
"@types/qs": "6.9.7",
"@types/react": "18.0.24",
"@types/react": "18.0.25",
"@types/tinycolor2": "1.4.3",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"db": "workspace:*",
"dotenv": "16.0.3",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-plugin-react": "7.31.10",
"models": "workspace:*",
"next-transpile-modules": "10.0.0",
Expand Down
26 changes: 13 additions & 13 deletions apps/landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icon": "3.0.11",
"@chakra-ui/react": "2.3.6",
"@chakra-ui/icon": "3.0.12",
"@chakra-ui/react": "2.4.1",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"aos": "2.3.4",
"bot-engine": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "7.6.4",
"framer-motion": "7.6.6",
"models": "workspace:*",
"next": "13.0.1",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "workspace:*",
"db": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@chakra-ui/styled-system": "2.3.4",
"@next/bundle-analyzer": "13.0.1",
"@babel/core": "7.20.2",
"@chakra-ui/styled-system": "2.3.5",
"@next/bundle-analyzer": "13.0.3",
"@types/aos": "3.0.4",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"autoprefixer": "10.4.13",
"cross-env": "7.0.3",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-plugin-react": "7.31.10",
"next-transpile-modules": "10.0.0",
"postcss": "8.4.18",
"postcss": "8.4.19",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
Expand Down
24 changes: 12 additions & 12 deletions apps/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"test:report": "pnpm playwright show-report"
},
"dependencies": {
"@sentry/nextjs": "7.17.3",
"aws-sdk": "2.1245.0",
"@sentry/nextjs": "7.19.0",
"aws-sdk": "2.1254.0",
"bot-engine": "*",
"cors": "2.8.5",
"cuid": "2.1.8",
"db": "workspace:*",
"google-spreadsheet": "3.3.0",
"got": "12.5.2",
"next": "13.0.1",
"next": "13.0.3",
"nodemailer": "6.8.0",
"qs": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanitize-html": "2.7.3",
"stripe": "10.15.0"
"stripe": "10.17.0"
},
"devDependencies": {
"@babel/preset-env": "7.19.4",
"@babel/preset-env": "7.20.2",
"@faire/mjml-react": "2.1.4",
"@playwright/test": "1.27.1",
"@types/cors": "2.8.12",
Expand All @@ -37,20 +37,20 @@
"@types/nodemailer": "6.4.6",
"@types/papaparse": "5.3.5",
"@types/qs": "6.9.7",
"@types/react": "18.0.24",
"@types/react": "18.0.25",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"dotenv": "16.0.3",
"emails": "workspace:*",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"google-auth-library": "8.6.0",
"google-auth-library": "8.7.0",
"models": "workspace:*",
"next-transpile-modules": "10.0.0",
"node-fetch": "^3.2.10",
"node-fetch": "^3.3.0",
"papaparse": "5.3.2",
"typescript": "4.8.4",
"utils": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions apps/viewer/src/features/webhook/webhook.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test, { expect } from '@playwright/test'
import cuid from 'cuid'
import { HttpMethod } from 'models'
import { HttpMethod, Typebot } from 'models'
import {
createWebhook,
deleteTypebots,
Expand Down Expand Up @@ -100,9 +100,9 @@ test.describe('API', () => {
const response = await request.get(`/api/typebots`, {
headers: { Authorization: `Bearer ${apiToken}` },
})
const { typebots } = (await response.json()) as { typebots: unknown[] }
const { typebots } = (await response.json()) as { typebots: Typebot[] }
expect(typebots.length).toBeGreaterThanOrEqual(1)
expect(typebots[0]).toMatchObject({
expect(typebots.find((typebot) => typebot.id === typebotId)).toMatchObject({
id: typebotId,
publishedTypebotId: null,
name: 'My typebot',
Expand Down
20 changes: 10 additions & 10 deletions packages/bot-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint": "eslint --fix -c ./.eslintrc.js \"./src/**/*.ts*\""
},
"dependencies": {
"@stripe/react-stripe-js": "1.14.1",
"@stripe/stripe-js": "1.42.1",
"@stripe/react-stripe-js": "1.15.0",
"@stripe/stripe-js": "1.44.1",
"prop-types": "15.8.1",
"qs": "6.11.0",
"react-frame-component": "5.2.3",
Expand All @@ -24,26 +24,26 @@
"devDependencies": {
"@types/node": "18.11.9",
"@types/qs": "6.9.7",
"@types/react": "18.0.24",
"@types/react": "18.0.25",
"@types/react-phone-number-input": "3.0.14",
"@types/react-scroll": "1.8.4",
"@types/react-scroll": "1.8.5",
"@types/react-transition-group": "4.4.5",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"autoprefixer": "10.4.13",
"baptistearno-tsup": "^0.1.0",
"db": "workspace:*",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"models": "workspace:*",
"postcss": "8.4.18",
"postcss": "8.4.19",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.2.1",
"tailwindcss": "3.2.4",
"typescript": "4.8.4",
"utils": "workspace:*",
"typebot-js": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"migration:deploy": "prisma migrate deploy"
},
"dependencies": {
"@prisma/client": "4.5.0"
"@prisma/client": "4.6.1"
},
"devDependencies": {
"prisma": "4.5.0",
"prisma": "4.6.1",
"typescript": "4.8.4",
"dotenv-cli": "6.0.0"
}
Expand Down
5 changes: 2 additions & 3 deletions packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"@faire/mjml-react": "2.1.4",
"@types/node": "18.11.9",
"@types/nodemailer": "6.4.6",
"@types/react": "18.0.24",
"@types/react": "18.0.25",
"concurrently": "7.5.0",
"http-server": "14.1.1",
"nodemailer": "6.8.0",
"react": "18.2.0",
"serve": "14.0.1",
"tsx": "3.11.0",
"tsx": "3.12.1",
"utils": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"typescript": "4.8.4",
"next": "13.0.1",
"next": "13.0.3",
"db": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"emails": "workspace:*",
"got": "12.5.2",
"models": "workspace:*",
"tsx": "3.11.0",
"tsx": "3.12.1",
"typescript": "4.8.4",
"utils": "workspace:*"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/typebot-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"test": "pnpm jest"
},
"devDependencies": {
"@types/jest": "29.2.1",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@types/jest": "29.2.3",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"baptistearno-tsup": "^0.1.0",
"eslint": "8.26.0",
"eslint": "8.27.0",
"eslint-plugin-functional": "4.4.1",
"eslint-plugin-jest": "27.1.3",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"prettier": "2.7.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"devDependencies": {
"@playwright/test": "1.27.1",
"@types/nodemailer": "6.4.6",
"aws-sdk": "2.1245.0",
"aws-sdk": "2.1254.0",
"cuid": "2.1.8",
"db": "workspace:*",
"models": "workspace:*",
"next": "13.0.1",
"next": "13.0.3",
"nodemailer": "6.8.0",
"typescript": "4.8.4"
},
Expand Down
Loading

0 comments on commit bae710f

Please sign in to comment.