Skip to content

Commit

Permalink
merge: 升级依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Dec 10, 2024
2 parents e4cc503 + aae99c6 commit 84e3212
Show file tree
Hide file tree
Showing 8 changed files with 518 additions and 547 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-node-externals": "^7.1.3",
"stylelint": "^16.11.0",
"telegram-bot-api-types": "^8.0.0",
"telegram-bot-api-types": "^8.1.0",
"toml": "^3.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vercel": "^39.1.2",
"vite": "^6.0.1",
"vercel": "^39.2.0",
"vite": "^6.0.3",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"wrangler": "^3.91.0"
"wrangler": "^3.94.0"
}
}
2 changes: 1 addition & 1 deletion packages/apps/local/package.docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"start": "node index.js"
},
"dependencies": {
"cloudflare-worker-adapter": "^1.3.3"
"cloudflare-worker-adapter": "^1.3.7"
}
}
4 changes: 2 additions & 2 deletions packages/apps/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@chatgpt-telegram-workers/core": "workspace:*",
"@chatgpt-telegram-workers/next": "workspace:*",
"cloudflare-worker-adapter": "^1.3.4"
"cloudflare-worker-adapter": "^1.3.7"
},
"devDependencies": {
"@types/react": "^18.3.12"
"@types/react": "^19.0.1"
}
}
10 changes: 5 additions & 5 deletions packages/apps/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@chatgpt-telegram-workers/core": "workspace:*",
"@chatgpt-telegram-workers/next": "workspace:*",
"cloudflare-worker-adapter": "^1.3.4"
"cloudflare-worker-adapter": "^1.3.7"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@vercel/node": "^3.2.27",
"openai": "^4.73.1",
"react-dom": "^18.3.1"
"@types/react": "^19.0.1",
"@vercel/node": "^3.2.29",
"openai": "^4.76.0",
"react-dom": "^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/apps/workers-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@chatgpt-telegram-workers/next": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.3.12"
"@types/react": "^19.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@chatgpt-telegram-workers/plugins": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241127.0",
"@cloudflare/workers-types": "^4.20241205.0",
"toml": "^3.0.0"
},
"imports": {
Expand Down
20 changes: 10 additions & 10 deletions packages/lib/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"clean": "rm -rf dist && rm -rf node_modules"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.0.2",
"@ai-sdk/azure": "^1.0.7",
"@ai-sdk/cohere": "^1.0.3",
"@ai-sdk/google": "^1.0.4",
"@ai-sdk/mistral": "^1.0.3",
"@ai-sdk/openai": "^1.0.5",
"@ai-sdk/anthropic": "^1.0.4",
"@ai-sdk/azure": "^1.0.9",
"@ai-sdk/cohere": "^1.0.4",
"@ai-sdk/google": "^1.0.6",
"@ai-sdk/mistral": "^1.0.4",
"@ai-sdk/openai": "^1.0.7",
"@ai-sdk/provider": "^1.0.1",
"@chatgpt-telegram-workers/core": "workspace:*",
"ai": "^4.0.9"
"ai": "^4.0.13"
},
"devDependencies": {
"@types/react": "^18.3.12",
"openai": "^4.73.1",
"react-dom": "^18.3.1"
"@types/react": "^19.0.1",
"openai": "^4.76.0",
"react-dom": "^19.0.0"
}
}
Loading

0 comments on commit 84e3212

Please sign in to comment.