Skip to content

Commit 59cd79a

Browse files
committed
🚑 (js) Fix dependency issue preventing user to install @typebot.io/js
Closes #871
1 parent 0e4e10c commit 59cd79a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/embeds/js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typebot.io/js",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"description": "Javascript library to display typebots on your website",
55
"type": "module",
66
"main": "dist/index.js",
@@ -16,8 +16,7 @@
1616
"@udecode/plate-common": "^21.1.5",
1717
"eventsource-parser": "^1.0.0",
1818
"solid-element": "1.7.1",
19-
"solid-js": "1.7.8",
20-
"@typebot.io/bot-engine": "workspace:*"
19+
"solid-js": "1.7.8"
2120
},
2221
"devDependencies": {
2322
"@babel/preset-typescript": "7.22.5",
@@ -29,6 +28,7 @@
2928
"@typebot.io/env": "workspace:*",
3029
"@typebot.io/schemas": "workspace:*",
3130
"@typebot.io/tsconfig": "workspace:*",
31+
"@typebot.io/bot-engine": "workspace:*",
3232
"autoprefixer": "10.4.14",
3333
"babel-preset-solid": "1.7.7",
3434
"clsx": "2.0.0",

packages/embeds/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typebot.io/nextjs",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"description": "Convenient library to display typebots on your Next.js website",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/embeds/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typebot.io/react",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"description": "Convenient library to display typebots on your React app",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)