2
0

⬆️ Upgrade chakra version

This commit is contained in:
Baptiste Arnaud
2024-06-17 14:12:14 +02:00
parent 0f2f4d2130
commit bec9cb68ca
61 changed files with 724 additions and 1793 deletions

View File

@ -26,7 +26,7 @@
"date-fns-tz": "2.0.0",
"google-auth-library": "8.9.0",
"google-spreadsheet": "4.1.1",
"ky": "1.2.3",
"ky": "1.2.4",
"libphonenumber-js": "1.10.37",
"node-html-parser": "6.1.5",
"nodemailer": "6.9.8",
@ -42,4 +42,4 @@
"@types/nodemailer": "6.4.14",
"@types/qs": "6.9.7"
}
}
}

View File

@ -11,9 +11,9 @@
},
"dependencies": {
"@stripe/react-stripe-js": "1.16.4",
"@stripe/stripe-js": "1.46.0",
"@stripe/stripe-js": "1.54.1",
"prop-types": "15.8.1",
"qs": "6.11.0",
"qs": "6.11.2",
"react-phone-number-input": "3.2.16",
"react-scroll": "1.8.9",
"react-transition-group": "4.4.5",
@ -26,17 +26,17 @@
"@types/react-phone-number-input": "3.0.14",
"@types/react-scroll": "1.8.6",
"@types/react-transition-group": "4.4.5",
"autoprefixer": "10.4.13",
"autoprefixer": "10.4.14",
"@typebot.io/prisma": "workspace:*",
"esbuild": "0.17.5",
"esbuild": "0.19.5",
"eslint": "8.44.0",
"eslint-config-custom": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"postcss": "8.4.21",
"prettier": "2.8.3",
"postcss": "8.4.26",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.2.4",
"tailwindcss": "3.3.3",
"@typebot.io/tsconfig": "workspace:*",
"tsup": "6.5.0",
"typebot-js": "workspace:*",
@ -49,4 +49,4 @@
"react": "18.0.0",
"react-dom": "18.0.0"
}
}
}

View File

@ -16,9 +16,9 @@
"eslint-config-custom": "workspace:*",
"jest": "29.4.1",
"jest-environment-jsdom": "29.4.1",
"prettier": "2.8.3",
"prettier": "2.8.8",
"ts-jest": "29.0.5",
"typescript": "5.4.5",
"@typebot.io/tsconfig": "workspace:*"
}
}
}

View File

@ -23,7 +23,7 @@
"http-server": "14.1.1",
"nodemailer": "6.9.8",
"react": "18.2.0",
"tsx": "3.12.7",
"tsx": "4.6.2",
"@typebot.io/lib": "workspace:*",
"eslint": "8.44.0",
"eslint-config-custom": "workspace:*",
@ -34,4 +34,4 @@
"@faire/mjml-react": "2.1.4",
"nodemailer": "6.7.8"
}
}
}

View File

@ -16,7 +16,7 @@
"@stripe/stripe-js": "1.54.1",
"@udecode/plate-common": "30.4.5",
"dompurify": "3.0.6",
"ky": "1.1.3",
"ky": "1.2.4",
"marked": "9.0.3",
"solid-element": "1.7.1",
"solid-js": "1.7.8"
@ -48,4 +48,4 @@
"tailwindcss": "3.3.3",
"typescript": "5.4.5"
}
}
}

View File

@ -34,7 +34,7 @@
"rollup": "3.26.2",
"rollup-plugin-typescript-paths": "1.4.0",
"tslib": "2.6.0",
"tsx": "3.12.7",
"tsx": "4.6.2",
"typescript": "5.4.5",
"@rollup/plugin-typescript": "11.1.2"
},
@ -42,4 +42,4 @@
"next": "12.x || 13.x || 14.x",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}

View File

@ -38,11 +38,11 @@
"rollup": "3.26.2",
"rollup-plugin-typescript-paths": "1.4.0",
"tslib": "2.6.0",
"tsx": "3.12.7",
"tsx": "4.6.2",
"typescript": "5.4.5",
"@rollup/plugin-typescript": "11.1.2"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}

View File

@ -11,10 +11,10 @@
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "20.4.9",
"@types/node": "20.4.2",
"esbuild": "0.19.5"
},
"scripts": {
"build": "esbuild env.ts --bundle --packages=external --format=esm --outfile=dist/env.mjs"
}
}
}

View File

@ -10,13 +10,13 @@
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "^20.14.2",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"typescript": "5.4.5"
},
"dependencies": {
"@anthropic-ai/sdk": "0.20.6",
"ai": "3.1.12",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -12,4 +12,4 @@
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*"
}
}
}

View File

@ -11,6 +11,6 @@
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.4.5",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -10,10 +10,10 @@
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"ky": "1.2.3",
"ky": "1.2.4",
"typescript": "5.4.5"
},
"dependencies": {
"ai": "3.1.12"
}
}
}

View File

@ -13,7 +13,7 @@
"typescript": "5.4.5"
},
"dependencies": {
"ky": "1.2.3",
"ky": "1.2.4",
"@typebot.io/lib": "workspace:*"
}
}
}

View File

@ -18,4 +18,4 @@
"ai": "3.1.12",
"ky": "1.2.4"
}
}
}

View File

@ -10,9 +10,9 @@
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.3.2"
"typescript": "5.4.5"
},
"dependencies": {
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -12,6 +12,6 @@
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -17,6 +17,6 @@
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*",
"@typebot.io/variables": "workspace:*",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -16,4 +16,4 @@
"dependencies": {
"qrcode": "^1.5.3"
}
}
}

View File

@ -14,4 +14,4 @@
"@types/react": "18.2.15",
"typescript": "5.4.5"
}
}
}

View File

@ -11,6 +11,6 @@
"@types/react": "18.2.15",
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -13,7 +13,7 @@
"@clack/prompts": "^0.7.0",
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "20.4.2",
"tsx": "^4.6.1",
"prettier": "3.0.0"
"tsx": "4.6.2",
"prettier": "2.8.8"
}
}
}

View File

@ -7,7 +7,7 @@
"types": "./index.ts",
"devDependencies": {
"@paralleldrive/cuid2": "2.2.1",
"@playwright/test": "1.36.0",
"@playwright/test": "1.43.1",
"@typebot.io/env": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
@ -38,7 +38,7 @@
"@udecode/plate-paragraph": "30.5.3",
"escape-html": "1.0.3",
"google-auth-library": "8.9.0",
"ky": "1.2.3",
"ky": "1.2.4",
"minio": "7.1.3",
"posthog-node": "3.1.1",
"remark-parse": "11.0.0",
@ -48,4 +48,4 @@
"wildcard-match": "5.1.3",
"zod": "3.22.4"
}
}
}

View File

@ -7,7 +7,7 @@
"author": "Baptiste Arnaud",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "1.43.1",
"@typebot.io/lib": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*"
@ -16,4 +16,4 @@
"@types/node": "20.4.2",
"@typebot.io/tsconfig": "workspace:*"
}
}
}

View File

@ -22,7 +22,7 @@
"dotenv-cli": "7.4.1",
"prisma": "5.12.1",
"@typebot.io/tsconfig": "workspace:*",
"tsx": "3.12.7",
"tsx": "4.6.2",
"typescript": "5.4.5"
}
}
}

View File

@ -15,4 +15,4 @@
"@typebot.io/env": "workspace:*",
"typescript": "5.4.5"
}
}
}

View File

@ -16,4 +16,4 @@
"@typebot.io/tsconfig": "workspace:*",
"typescript": "5.4.5"
}
}
}

View File

@ -42,10 +42,10 @@
"@types/papaparse": "5.3.7",
"@types/prompts": "2.4.4",
"deep-object-diff": "1.1.9",
"ky": "1.2.3",
"ky": "1.2.4",
"prompts": "2.4.2",
"stripe": "12.13.0",
"tsx": "3.12.7",
"tsx": "4.6.2",
"typescript": "5.4.5",
"zod": "3.22.4"
},
@ -58,4 +58,4 @@
"@typebot.io/billing": "workspace:*",
"@typebot.io/telemetry": "workspace:*"
}
}
}

View File

@ -8,11 +8,11 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@typebot.io/schemas": "workspace:*",
"ky": "1.2.3",
"ky": "1.2.4",
"posthog-node": "3.1.1",
"@typebot.io/env": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}
}