fix(electron): fix load server build problem by fix dep version
This commit is contained in:
14
package.json
14
package.json
@@ -49,12 +49,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/amazon-bedrock": "1.0.6",
|
||||
"@ai-sdk/anthropic": "^0.0.39",
|
||||
"@ai-sdk/cohere": "^1.0.3",
|
||||
"@ai-sdk/deepseek": "^0.1.3",
|
||||
"@ai-sdk/google": "^0.0.52",
|
||||
"@ai-sdk/mistral": "^0.0.43",
|
||||
"@ai-sdk/openai": "^1.1.2",
|
||||
"@ai-sdk/anthropic": "0.0.39",
|
||||
"@ai-sdk/cohere": "1.0.3",
|
||||
"@ai-sdk/deepseek": "0.1.3",
|
||||
"@ai-sdk/google": "0.0.52",
|
||||
"@ai-sdk/mistral": "0.0.43",
|
||||
"@ai-sdk/openai": "1.1.2",
|
||||
"@codemirror/autocomplete": "^6.18.3",
|
||||
"@codemirror/commands": "^6.7.1",
|
||||
"@codemirror/lang-cpp": "^6.0.2",
|
||||
@@ -105,7 +105,7 @@
|
||||
"@xterm/addon-fit": "^0.10.0",
|
||||
"@xterm/addon-web-links": "^0.11.0",
|
||||
"@xterm/xterm": "^5.5.0",
|
||||
"ai": "^4.1.2",
|
||||
"ai": "4.1.2",
|
||||
"chalk": "^5.4.1",
|
||||
"chart.js": "^4.4.7",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
|
||||
Reference in New Issue
Block a user