jbilcke-hf HF Staff commited on
Commit
2c0a692
·
1 Parent(s): ae9c68e

trying to fix the issue with webgl text

Browse files
bun.lockb CHANGED
Binary files a/bun.lockb and b/bun.lockb differ
 
packages/app/package.json CHANGED
@@ -44,17 +44,17 @@
44
  "@fal-ai/serverless-client": "0.14.2",
45
  "@ffmpeg/ffmpeg": "0.12.10",
46
  "@ffmpeg/util": "0.12.1",
47
- "@gradio/client": "1.5.1",
48
  "@huggingface/hub": "0.15.1",
49
- "@huggingface/inference": "2.8.0",
50
- "@huggingface/transformers": "3.0.0-alpha.14",
51
- "@langchain/anthropic": "0.2.15",
52
- "@langchain/cohere": "0.2.2",
53
- "@langchain/core": "0.2.31",
54
- "@langchain/google-vertexai": "0.0.27",
55
- "@langchain/groq": "0.0.17",
56
- "@langchain/mistralai": "0.0.29",
57
- "@langchain/openai": "0.2.8",
58
  "@monaco-editor/react": "4.6.0",
59
  "@radix-ui/react-accordion": "1.1.2",
60
  "@radix-ui/react-avatar": "1.0.4",
@@ -76,17 +76,17 @@
76
  "@radix-ui/react-tabs": "1.0.4",
77
  "@radix-ui/react-toast": "1.1.5",
78
  "@radix-ui/react-tooltip": "1.0.7",
79
- "@react-spring/three": "9.7.3",
80
- "@react-spring/types": "9.7.3",
81
- "@react-three/drei": "9.106.0",
82
- "@react-three/fiber": "8.16.6",
83
- "@react-three/uikit": "0.3.4",
84
- "@react-three/uikit-lucide": "0.3.4",
85
- "@saintno/comfyui-sdk": "0.1.20",
86
  "@tailwindcss/container-queries": "0.1.1",
87
  "@types/dom-speech-recognition": "0.0.4",
88
  "@types/pngjs": "6.0.5",
89
- "@xyflow/react": "12.2.0",
90
  "autoprefixer": "10.4.20",
91
  "base64-arraybuffer": "1.0.2",
92
  "bellhop-iframe": "3.5.0",
 
44
  "@fal-ai/serverless-client": "0.14.2",
45
  "@ffmpeg/ffmpeg": "0.12.10",
46
  "@ffmpeg/util": "0.12.1",
47
+ "@gradio/client": "1.8.0",
48
  "@huggingface/hub": "0.15.1",
49
+ "@huggingface/inference": "2.8.1",
50
+ "@huggingface/transformers": "3.0.2",
51
+ "@langchain/anthropic": "0.3.8",
52
+ "@langchain/cohere": "0.3.1",
53
+ "@langchain/core": "0.3.18",
54
+ "@langchain/google-vertexai": "0.1.2",
55
+ "@langchain/groq": "0.1.2",
56
+ "@langchain/mistralai": "0.2.0",
57
+ "@langchain/openai": "0.3.14",
58
  "@monaco-editor/react": "4.6.0",
59
  "@radix-ui/react-accordion": "1.1.2",
60
  "@radix-ui/react-avatar": "1.0.4",
 
76
  "@radix-ui/react-tabs": "1.0.4",
77
  "@radix-ui/react-toast": "1.1.5",
78
  "@radix-ui/react-tooltip": "1.0.7",
79
+ "@react-spring/three": "9.7.5",
80
+ "@react-spring/types": "9.7.5",
81
+ "@react-three/drei": "9.117.3",
82
+ "@react-three/fiber": "8.17.10",
83
+ "@react-three/uikit": "0.8.4",
84
+ "@react-three/uikit-lucide": "0.8.4",
85
+ "@saintno/comfyui-sdk": "0.2.29",
86
  "@tailwindcss/container-queries": "0.1.1",
87
  "@types/dom-speech-recognition": "0.0.4",
88
  "@types/pngjs": "6.0.5",
89
+ "@xyflow/react": "12.3.5",
90
  "autoprefixer": "10.4.20",
91
  "base64-arraybuffer": "1.0.2",
92
  "bellhop-iframe": "3.5.0",
packages/timeline/package.json CHANGED
@@ -37,14 +37,15 @@
37
  "dependencies": {
38
  "@aitube/clap": "workspace:*",
39
  "@radix-ui/react-slider": "1.1.2",
40
- "@react-spring/three": "9.7.3",
41
- "@react-spring/types": "9.7.3",
42
- "@react-three/drei": "9.105.4",
43
- "@react-three/fiber": "8.16.2",
44
  "clsx": "2.1.1",
45
  "date-fns": "3.6.0",
46
  "react": "*",
47
  "react-dom": "*",
 
48
  "react-virtualized-auto-sizer": "1.0.24",
49
  "tailwind-merge": "2.4.0",
50
  "tailwindcss": "3.4.10",
 
37
  "dependencies": {
38
  "@aitube/clap": "workspace:*",
39
  "@radix-ui/react-slider": "1.1.2",
40
+ "@react-spring/three": "9.7.5",
41
+ "@react-spring/types": "9.7.5",
42
+ "@react-three/drei": "9.117.3",
43
+ "@react-three/fiber": "8.17.10",
44
  "clsx": "2.1.1",
45
  "date-fns": "3.6.0",
46
  "react": "*",
47
  "react-dom": "*",
48
+ "react-use-measure": "2.1.1",
49
  "react-virtualized-auto-sizer": "1.0.24",
50
  "tailwind-merge": "2.4.0",
51
  "tailwindcss": "3.4.10",