Skip to content

Commit

Permalink
🐛 Move all packages to to devDependencies to bundle them in embed lib
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 21, 2024
1 parent 84edf64 commit 24d6b51
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 3 additions & 5 deletions 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.3.23",
"version": "0.3.24",
"description": "Javascript library to display typebots on your website",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand All @@ -14,7 +14,7 @@
"dev": "tsup --watch",
"build": "tsup"
},
"dependencies": {
"devDependencies": {
"@ai-sdk/ui-utils": "0.0.46",
"@ark-ui/solid": "4.2.1",
"@fix-webm-duration/fix": "1.0.1",
Expand All @@ -23,11 +23,9 @@
"dompurify": "3.0.6",
"ky": "1.2.4",
"marked": "9.0.3",
"partysocket": "1.0.2",
"solid-element": "1.9.0",
"solid-js": "1.9.2",
"partysocket": "1.0.2"
},
"devDependencies": {
"@typebot.io/blocks-bubbles": "workspace:*",
"@typebot.io/blocks-inputs": "workspace:*",
"@typebot.io/blocks-logic": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/nextjs",
"version": "0.3.23",
"version": "0.3.24",
"license": "FSL-1.1-ALv2",
"description": "Convenient library to display typebots on your Next.js website",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.23",
"version": "0.3.24",
"description": "Convenient library to display typebots on your React app",
"license": "FSL-1.1-ALv2",
"type": "module",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 79ECAA7F635B7C76-74f3bd1a01bd52a1-0B1422DF5AB98095-acec27b5628cbb7b
# bun ./bun.lockb --hash: 7BCA8021947EDE9C-899df0ad79e973f8-988F4AD85AA7D3FE-44f2ba2fd08be190


"@ai-sdk/anthropic@0.0.30":
Expand Down Expand Up @@ -5462,6 +5462,23 @@
dependencies:
"@typebot.io/forge" "packages/forge/core"

"@typebot.io/js@0.3.22":
version "0.3.22"
resolved "https://registry.npmjs.org/@typebot.io/js/-/js-0.3.22.tgz"
integrity sha512-dXFeSjvpF2zwDFAFQWG6Ie8JliVIjqn+GqXgvn2uiaY2QHH1ka3CG+NnISke5ED+G/L30ULt4Kglp7zMQBjnCg==
dependencies:
ky "1.2.4"
clsx "2.0.0"
marked "9.0.3"
solid-js "1.9.2"
dompurify "3.0.6"
partysocket "1.0.2"
"@ark-ui/solid" "4.2.1"
solid-element "1.9.0"
"@ai-sdk/ui-utils" "0.0.46"
"@stripe/stripe-js" "1.54.1"
"@fix-webm-duration/fix" "1.0.1"

"@typebot.io/js@packages/embeds/js":
version "workspace:packages/embeds/js"
resolved "workspace:packages/embeds/js"
Expand Down Expand Up @@ -5631,7 +5648,6 @@
version "workspace:packages/embeds/react"
resolved "workspace:packages/embeds/react"
devDependencies:
"@typebot.io/js" "packages/embeds/js"
"@typebot.io/tsconfig" "packages/tsconfig"
"@types/react" "18.2.15"
react "18.2.0"
Expand Down

0 comments on commit 24d6b51

Please sign in to comment.