File tree Expand file tree Collapse file tree 10 files changed +2012
-1543
lines changed
Expand file tree Collapse file tree 10 files changed +2012
-1543
lines changed Original file line number Diff line number Diff line change 5252 "devDependencies" : {
5353 "@antfu/eslint-config" : " ^4.12.0" ,
5454 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
55- "@types/node" : " ^22.14.1 " ,
56- "eslint" : " ^9.24 .0" ,
55+ "@types/node" : " ^22.15.3 " ,
56+ "eslint" : " ^9.26 .0" ,
5757 "eslint-plugin-format" : " ^1.0.1" ,
5858 "rollup-plugin-cleanup" : " ^3.2.1" ,
5959 "rollup-plugin-node-externals" : " ^8.0.0" ,
60- "stylelint" : " ^16.18.0 " ,
60+ "stylelint" : " ^16.19.1 " ,
6161 "telegram-bot-api-types" : " ^9.0.0" ,
6262 "toml" : " ^3.0.0" ,
63- "tsx" : " ^4.19.3 " ,
63+ "tsx" : " ^4.19.4 " ,
6464 "typescript" : " ^5.8.3" ,
65- "vercel" : " ^41.6 .0" ,
66- "vite" : " ^6.2.6 " ,
67- "vite-plugin-checker" : " ^0.9.1 " ,
65+ "vercel" : " ^41.7 .0" ,
66+ "vite" : " ^6.3.5 " ,
67+ "vite-plugin-checker" : " ^0.9.2 " ,
6868 "vite-plugin-dts" : " ^4.5.3" ,
69- "wrangler" : " ^4.11 .1"
69+ "wrangler" : " ^4.14 .1"
7070 }
7171}
Original file line number Diff line number Diff line change 66 "types" : " ./dist/index.d.ts" ,
77 "dependencies" : {
88 "cloudflare-worker-adapter" : " ^1.3.9" ,
9- "telegramify-markdown" : " ^1.2.2 "
9+ "telegramify-markdown" : " ^1.3.0 "
1010 }
1111}
Original file line number Diff line number Diff line change 1414 "@chatgpt-telegram-workers/core" : " workspace:*" ,
1515 "@chatgpt-telegram-workers/next" : " workspace:*" ,
1616 "cloudflare-worker-adapter" : " ^1.3.9" ,
17- "telegramify-markdown" : " ^1.2.2 "
17+ "telegramify-markdown" : " ^1.3.0 "
1818 },
1919 "devDependencies" : {
20- "@types/react" : " ^19.0.7 "
20+ "@types/react" : " ^19.1.2 "
2121 }
2222}
Original file line number Diff line number Diff line change 1212 "@chatgpt-telegram-workers/core" : " workspace:*" ,
1313 "@chatgpt-telegram-workers/next" : " workspace:*" ,
1414 "cloudflare-worker-adapter" : " ^1.3.9" ,
15- "telegramify-markdown" : " ^1.2.2 "
15+ "telegramify-markdown" : " ^1.3.0 "
1616 },
1717 "devDependencies" : {
18- "@types/react" : " ^19.0.7 " ,
19- "@vercel/node" : " ^5.0.2 " ,
20- "openai" : " ^4.78.1 " ,
21- "react-dom" : " ^19.0 .0"
18+ "@types/react" : " ^19.1.2 " ,
19+ "@vercel/node" : " ^5.1.15 " ,
20+ "openai" : " ^4.97.0 " ,
21+ "react-dom" : " ^19.1 .0"
2222 }
2323}
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@chatgpt-telegram-workers/core" : " workspace:*" ,
14- "telegramify-markdown" : " ^1.2.2 "
14+ "telegramify-markdown" : " ^1.3.0 "
1515 }
1616}
Original file line number Diff line number Diff line change 1414 "@chatgpt-telegram-workers/next" : " workspace:*"
1515 },
1616 "devDependencies" : {
17- "@types/react" : " ^19.0.7 "
17+ "@types/react" : " ^19.1.2 "
1818 }
1919}
Original file line number Diff line number Diff line change 1313 "@chatgpt-telegram-workers/plugins" : " workspace:*"
1414 },
1515 "devDependencies" : {
16- "@cloudflare/workers-types" : " ^4.20250109 .0" ,
16+ "@cloudflare/workers-types" : " ^4.20250505 .0" ,
1717 "@types/jest" : " ^29.5.14" ,
1818 "jest" : " ^29.7.0" ,
1919 "toml" : " ^3.0.0" ,
20- "ts-jest" : " ^29.2.5 "
20+ "ts-jest" : " ^29.3.2 "
2121 },
2222 "imports" : {
2323 "#/*" : " ./src/*"
Original file line number Diff line number Diff line change 99 "clean" : " rm -rf dist && rm -rf node_modules && rm -rf tsconfig.tsbuildinfo"
1010 },
1111 "dependencies" : {
12- "@ai-sdk/anthropic" : " ^1.0.8 " ,
13- "@ai-sdk/azure" : " ^1.0.21 " ,
14- "@ai-sdk/cohere" : " ^1.0.8 " ,
15- "@ai-sdk/google" : " ^1.0.16 " ,
16- "@ai-sdk/mistral" : " ^1.0.8 " ,
17- "@ai-sdk/openai" : " ^1.0.19 " ,
18- "@ai-sdk/provider" : " ^1.0.4 " ,
12+ "@ai-sdk/anthropic" : " ^1.2.10 " ,
13+ "@ai-sdk/azure" : " ^1.3.22 " ,
14+ "@ai-sdk/cohere" : " ^1.2.9 " ,
15+ "@ai-sdk/google" : " ^1.2.14 " ,
16+ "@ai-sdk/mistral" : " ^1.2.7 " ,
17+ "@ai-sdk/openai" : " ^1.3.21 " ,
18+ "@ai-sdk/provider" : " ^1.1.3 " ,
1919 "@chatgpt-telegram-workers/core" : " workspace:*" ,
20- "ai" : " ^4.0.38 "
20+ "ai" : " ^4.3.13 "
2121 },
2222 "devDependencies" : {
23- "@types/react" : " ^19.0.7 " ,
24- "openai" : " ^4.78.1 " ,
25- "react-dom" : " ^19.0 .0"
23+ "@types/react" : " ^19.1.2 " ,
24+ "openai" : " ^4.97.0 " ,
25+ "react-dom" : " ^19.1 .0"
2626 }
2727}
Original file line number Diff line number Diff line change 1212 "devDependencies" : {
1313 "@types/jest" : " ^29.5.14" ,
1414 "jest" : " ^29.7.0" ,
15- "ts-jest" : " ^29.2.5 "
15+ "ts-jest" : " ^29.3.2 "
1616 }
1717}
You can’t perform that action at this time.
0 commit comments