upgrade dependencies
This commit is contained in:
25
package.json
25
package.json
@@ -32,29 +32,30 @@
|
|||||||
"@grammyjs/i18n": "1.1.2",
|
"@grammyjs/i18n": "1.1.2",
|
||||||
"@grammyjs/parse-mode": "1.11.1",
|
"@grammyjs/parse-mode": "1.11.1",
|
||||||
"@grammyjs/runner": "2.0.3",
|
"@grammyjs/runner": "2.0.3",
|
||||||
"@grammyjs/types": "3.22.2",
|
"@grammyjs/types": "3.23.0",
|
||||||
"@hono/node-server": "1.19.4",
|
"@hono/node-server": "1.19.9",
|
||||||
"@urql/core": "^6.0.1",
|
"@urql/core": "^6.0.1",
|
||||||
|
"axios": "^1.13.3",
|
||||||
"callback-data": "1.1.1",
|
"callback-data": "1.1.1",
|
||||||
"grammy": "1.38.2",
|
"grammy": "1.39.3",
|
||||||
"hono": "4.9.9",
|
"hono": "4.11.6",
|
||||||
"iso-639-1": "3.1.5",
|
"iso-639-1": "3.1.5",
|
||||||
"pino": "9.12.0",
|
"pino": "9.14.0",
|
||||||
"pino-pretty": "13.1.1",
|
"pino-pretty": "13.1.3",
|
||||||
"tsx": "4.20.6",
|
"tsx": "4.21.0",
|
||||||
"valibot": "1.1.0"
|
"valibot": "1.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "5.4.1",
|
"@antfu/eslint-config": "5.4.1",
|
||||||
"@eslint/js": "^9.39.2",
|
"@eslint/js": "^9.39.2",
|
||||||
"@types/node": "^24.5.2",
|
"@types/node": "^24.10.9",
|
||||||
"eslint": "^9.39.2",
|
"eslint": "^9.39.2",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"lint-staged": "^16.2.3",
|
"lint-staged": "^16.2.7",
|
||||||
"prettier": "3.7.4",
|
"prettier": "3.8.1",
|
||||||
"tsc-watch": "^7.2.0",
|
"tsc-watch": "^7.2.0",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"typescript-eslint": "^8.51.0"
|
"typescript-eslint": "^8.54.0"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.ts": "eslint"
|
"*.ts": "eslint"
|
||||||
|
|||||||
Reference in New Issue
Block a user