2
0

🚑 (js) Fix dependency issue preventing user to install @typebot.io/js

Closes #871
This commit is contained in:
Baptiste Arnaud
2023-09-29 16:02:10 +02:00
parent 0e4e10c77b
commit 59cd79a4b8
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@typebot.io/js", "name": "@typebot.io/js",
"version": "0.1.32", "version": "0.1.33",
"description": "Javascript library to display typebots on your website", "description": "Javascript library to display typebots on your website",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
@ -16,8 +16,7 @@
"@udecode/plate-common": "^21.1.5", "@udecode/plate-common": "^21.1.5",
"eventsource-parser": "^1.0.0", "eventsource-parser": "^1.0.0",
"solid-element": "1.7.1", "solid-element": "1.7.1",
"solid-js": "1.7.8", "solid-js": "1.7.8"
"@typebot.io/bot-engine": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-typescript": "7.22.5", "@babel/preset-typescript": "7.22.5",
@ -29,6 +28,7 @@
"@typebot.io/env": "workspace:*", "@typebot.io/env": "workspace:*",
"@typebot.io/schemas": "workspace:*", "@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*", "@typebot.io/tsconfig": "workspace:*",
"@typebot.io/bot-engine": "workspace:*",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",
"babel-preset-solid": "1.7.7", "babel-preset-solid": "1.7.7",
"clsx": "2.0.0", "clsx": "2.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@typebot.io/nextjs", "name": "@typebot.io/nextjs",
"version": "0.1.32", "version": "0.1.33",
"description": "Convenient library to display typebots on your Next.js website", "description": "Convenient library to display typebots on your Next.js website",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@typebot.io/react", "name": "@typebot.io/react",
"version": "0.1.32", "version": "0.1.33",
"description": "Convenient library to display typebots on your React app", "description": "Convenient library to display typebots on your React app",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

6
pnpm-lock.yaml generated
View File

@ -893,9 +893,6 @@ importers:
'@stripe/stripe-js': '@stripe/stripe-js':
specifier: 1.54.1 specifier: 1.54.1
version: 1.54.1 version: 1.54.1
'@typebot.io/bot-engine':
specifier: workspace:*
version: link:../../bot-engine
'@udecode/plate-common': '@udecode/plate-common':
specifier: ^21.1.5 specifier: ^21.1.5
version: 21.1.5(@babel/core@7.22.9)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.23.0)(slate-history@0.93.0)(slate-react@0.94.2)(slate@0.94.1) version: 21.1.5(@babel/core@7.22.9)(@types/react@18.2.15)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.23.0)(slate-history@0.93.0)(slate-react@0.94.2)(slate@0.94.1)
@ -924,6 +921,9 @@ importers:
'@rollup/plugin-typescript': '@rollup/plugin-typescript':
specifier: 11.1.2 specifier: 11.1.2
version: 11.1.2(rollup@3.26.2)(tslib@2.6.0)(typescript@5.1.6) version: 11.1.2(rollup@3.26.2)(tslib@2.6.0)(typescript@5.1.6)
'@typebot.io/bot-engine':
specifier: workspace:*
version: link:../../bot-engine
'@typebot.io/env': '@typebot.io/env':
specifier: workspace:* specifier: workspace:*
version: link:../../env version: link:../../env