2
0

🐛 Fix bot libs mount behavior and prop types

This commit is contained in:
Baptiste Arnaud
2023-02-20 17:40:51 +01:00
parent 6c2df1a474
commit 46bf25a580
16 changed files with 81 additions and 56 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.0.5",
"version": "0.0.6",
"description": "React library to display typebots on your website",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -41,7 +41,7 @@
"utils": "workspace:*"
},
"peerDependencies": {
"react": "18.0.0",
"react": "18.x",
"@typebot.io/js": "workspace:*"
}
}