🐛 Fix bot libs mount behavior and prop types
This commit is contained in:
@ -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:*"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user