Skip to content

Commit

Permalink
🔧 Allow react lib to be used with v16
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jan 10, 2024
1 parent 2b2e7c7 commit 459dac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/embeds/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.2.31",
"version": "0.2.32",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"peerDependencies": {
"next": "12.x || 13.x || 14.x",
"react": "18.x"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/embeds/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.2.31",
"version": "0.2.32",
"description": "Convenient library to display typebots on your React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,6 +43,6 @@
"typescript": "5.3.2"
},
"peerDependencies": {
"react": "18.x"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}

2 comments on commit 459dac4

@vercel
Copy link

@vercel vercel bot commented on 459dac4 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 459dac4 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landing-page-v2 – ./apps/landing-page

landing-page-v2-git-main-typebot-io.vercel.app
landing-page-v2-typebot-io.vercel.app
home.typebot.io

Please sign in to comment.