build: migrate schema deps to typebox

This commit is contained in:
Peter Steinberger
2026-04-23 04:59:26 +01:00
parent dd1ba0296c
commit b2472d6560
143 changed files with 344 additions and 347 deletions

View File

@@ -7,8 +7,8 @@
"dependencies": {
"@grammyjs/runner": "^2.0.3",
"@grammyjs/transformer-throttler": "^1.2.1",
"@sinclair/typebox": "0.34.49",
"grammy": "^1.42.0",
"typebox": "1.1.28",
"undici": "8.1.0"
},
"devDependencies": {

View File

@@ -1,4 +1,4 @@
import { Type } from "@sinclair/typebox";
import { Type } from "typebox";
export function createTelegramPollExtraToolSchemas() {
return {