2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-05-02 14:37:34 -04:00
parent d50e280ab3
commit 68a15f5ac1
22 changed files with 3579 additions and 1960 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.0.44",
"version": "0.0.45",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",
@ -12,31 +12,31 @@
},
"license": "MIT",
"dependencies": {
"@stripe/stripe-js": "1.52.0",
"@udecode/plate-common": "^20.4.0",
"@stripe/stripe-js": "1.52.1",
"@udecode/plate-common": "^21.0.0",
"solid-element": "1.7.0",
"solid-js": "1.7.1"
"solid-js": "1.7.4"
},
"devDependencies": {
"@babel/preset-typescript": "7.21.4",
"@babel/preset-typescript": "7.21.5",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.4.0",
"@rollup/plugin-typescript": "11.0.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-terser": "0.4.1",
"@rollup/plugin-typescript": "11.1.0",
"@typebot.io/lib": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"autoprefixer": "10.4.14",
"babel-preset-solid": "1.7.1",
"eslint": "8.37.0",
"babel-preset-solid": "1.7.4",
"eslint": "8.39.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-solid": "0.12.0",
"postcss": "8.4.21",
"eslint-plugin-solid": "0.12.1",
"postcss": "8.4.23",
"react": "18.2.0",
"rollup": "3.20.2",
"rollup": "3.21.3",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-typescript-paths": "1.4.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.3"
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.0.44",
"version": "0.0.45",
"description": "React library to display typebots on your website",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -20,25 +20,25 @@
},
"devDependencies": {
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.4",
"@babel/preset-typescript": "7.21.5",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.4.0",
"@rollup/plugin-typescript": "11.0.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-terser": "0.4.1",
"@rollup/plugin-typescript": "11.1.0",
"@typebot.io/js": "workspace:*",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@typebot.io/prisma": "workspace:*",
"eslint": "8.37.0",
"eslint": "8.39.0",
"eslint-config-custom": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"react": "18.2.0",
"rollup": "3.20.2",
"rollup": "3.21.3",
"rollup-plugin-typescript-paths": "1.4.0",
"@typebot.io/tsconfig": "workspace:*",
"tslib": "2.5.0",
"tsx": "3.12.6",
"typescript": "5.0.3",
"tsx": "3.12.7",
"typescript": "5.0.4",
"@typebot.io/lib": "workspace:*"
},
"peerDependencies": {

View File

@ -7,7 +7,7 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@prettier/plugin-php": "0.19.4",
"prettier": "2.8.7"
"prettier": "2.8.8"
},
"scripts": {
"deploy": "pnpm copy && pnpm commit",