Merge pull request 'Upgrade dependencies' (#70) from upgrades into main
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 2m46s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 2m46s
Reviewed-on: lcm/no-twitter-bot#70
This commit is contained in:
24
package.json
24
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "no-twitter-bot",
|
"name": "no-twitter-bot",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "yarn@4.9.2",
|
"packageManager": "yarn@4.9.2",
|
||||||
"description": "This grammY powered Telegram bot is designed to delete Twitter/X links and reformat services from whitelisted groups. This one is the main bot for the LCM Telegram groups/communities.",
|
"description": "This grammY powered Telegram bot is designed to delete Twitter/X links and reformat services from whitelisted groups. This one is the main bot for the LCM Telegram groups/communities.",
|
||||||
@@ -32,24 +32,24 @@
|
|||||||
"@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.1",
|
"@grammyjs/types": "3.22.2",
|
||||||
"@hono/node-server": "1.19.1",
|
"@hono/node-server": "1.19.4",
|
||||||
"callback-data": "1.1.1",
|
"callback-data": "1.1.1",
|
||||||
"grammy": "1.38.2",
|
"grammy": "1.38.2",
|
||||||
"hono": "4.9.6",
|
"hono": "4.9.9",
|
||||||
"iso-639-1": "3.1.5",
|
"iso-639-1": "3.1.5",
|
||||||
"pino": "9.9.1",
|
"pino": "9.12.0",
|
||||||
"pino-pretty": "13.1.1",
|
"pino-pretty": "13.1.1",
|
||||||
"tsx": "4.20.5",
|
"tsx": "4.20.6",
|
||||||
"valibot": "0.42.1"
|
"valibot": "1.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "4.19.0",
|
"@antfu/eslint-config": "5.4.1",
|
||||||
"@types/node": "^22.18.0",
|
"@types/node": "^24.5.2",
|
||||||
"eslint": "^9.34.0",
|
"eslint": "^9.36.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"lint-staged": "^15.5.2",
|
"lint-staged": "^16.2.3",
|
||||||
"tsc-watch": "^6.3.1",
|
"tsc-watch": "^7.2.0",
|
||||||
"typescript": "^5.9.2"
|
"typescript": "^5.9.2"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|||||||
Reference in New Issue
Block a user