Skip to content

Commit

Permalink
trying to fix the issue with webgl text
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Nov 25, 2024
1 parent ae9c68e commit 2c0a692
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
Binary file modified bun.lockb
Binary file not shown.
36 changes: 18 additions & 18 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"@fal-ai/serverless-client": "0.14.2",
"@ffmpeg/ffmpeg": "0.12.10",
"@ffmpeg/util": "0.12.1",
"@gradio/client": "1.5.1",
"@gradio/client": "1.8.0",
"@huggingface/hub": "0.15.1",
"@huggingface/inference": "2.8.0",
"@huggingface/transformers": "3.0.0-alpha.14",
"@langchain/anthropic": "0.2.15",
"@langchain/cohere": "0.2.2",
"@langchain/core": "0.2.31",
"@langchain/google-vertexai": "0.0.27",
"@langchain/groq": "0.0.17",
"@langchain/mistralai": "0.0.29",
"@langchain/openai": "0.2.8",
"@huggingface/inference": "2.8.1",
"@huggingface/transformers": "3.0.2",
"@langchain/anthropic": "0.3.8",
"@langchain/cohere": "0.3.1",
"@langchain/core": "0.3.18",
"@langchain/google-vertexai": "0.1.2",
"@langchain/groq": "0.1.2",
"@langchain/mistralai": "0.2.0",
"@langchain/openai": "0.3.14",
"@monaco-editor/react": "4.6.0",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-avatar": "1.0.4",
Expand All @@ -76,17 +76,17 @@
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toast": "1.1.5",
"@radix-ui/react-tooltip": "1.0.7",
"@react-spring/three": "9.7.3",
"@react-spring/types": "9.7.3",
"@react-three/drei": "9.106.0",
"@react-three/fiber": "8.16.6",
"@react-three/uikit": "0.3.4",
"@react-three/uikit-lucide": "0.3.4",
"@saintno/comfyui-sdk": "0.1.20",
"@react-spring/three": "9.7.5",
"@react-spring/types": "9.7.5",
"@react-three/drei": "9.117.3",
"@react-three/fiber": "8.17.10",
"@react-three/uikit": "0.8.4",
"@react-three/uikit-lucide": "0.8.4",
"@saintno/comfyui-sdk": "0.2.29",
"@tailwindcss/container-queries": "0.1.1",
"@types/dom-speech-recognition": "0.0.4",
"@types/pngjs": "6.0.5",
"@xyflow/react": "12.2.0",
"@xyflow/react": "12.3.5",
"autoprefixer": "10.4.20",
"base64-arraybuffer": "1.0.2",
"bellhop-iframe": "3.5.0",
Expand Down
9 changes: 5 additions & 4 deletions packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@
"dependencies": {
"@aitube/clap": "workspace:*",
"@radix-ui/react-slider": "1.1.2",
"@react-spring/three": "9.7.3",
"@react-spring/types": "9.7.3",
"@react-three/drei": "9.105.4",
"@react-three/fiber": "8.16.2",
"@react-spring/three": "9.7.5",
"@react-spring/types": "9.7.5",
"@react-three/drei": "9.117.3",
"@react-three/fiber": "8.17.10",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"react": "*",
"react-dom": "*",
"react-use-measure": "2.1.1",
"react-virtualized-auto-sizer": "1.0.24",
"tailwind-merge": "2.4.0",
"tailwindcss": "3.4.10",
Expand Down

0 comments on commit 2c0a692

Please sign in to comment.