Skip to content

Commit b8524ef

Browse files
committed
feat: add reader
Signed-off-by: Innei <i@innei.in>
1 parent e79ff5a commit b8524ef

4 files changed

Lines changed: 386 additions & 326 deletions

File tree

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
"*.{js,ts,css,md}": "prettier --write"
1818
},
1919
"dependencies": {
20-
"@fastify/autoload": "5.8.0",
21-
"@fastify/cors": "8.4.1",
22-
"@fastify/env": "4.3.0",
20+
"@fastify/autoload": "5.10.0",
21+
"@fastify/cors": "8.5.0",
22+
"@fastify/env": "4.4.0",
2323
"@fastify/etag": "4.2.0",
2424
"@fastify/helmet": "11.1.1",
2525
"@fastify/multipart": "7.7.3",
26-
"@fastify/one-line-logger": "1.2.0",
27-
"@fastify/rate-limit": "8.0.3",
28-
"@fastify/sensible": "5.5.0",
26+
"@fastify/one-line-logger": "1.4.0",
27+
"@fastify/rate-limit": "8.1.1",
28+
"@fastify/sensible": "5.6.0",
2929
"@innei/next-async": "0.3.0",
30-
"@mx-space/api-client": "1.15.0",
31-
"@mx-space/webhook": "0.3.0",
30+
"@mx-space/api-client": "1.16.0",
31+
"@mx-space/webhook": "0.4.0",
3232
"@tanstack/query-core": "4.36.1",
33-
"axios": "1.7.4",
33+
"axios": "1.7.7",
3434
"chalk": "4.1.2",
35-
"close-with-grace": "1.2.0",
35+
"close-with-grace": "1.3.0",
3636
"consola": "2.15.3",
3737
"cron": "2.4.4",
38-
"dayjs": "1.11.10",
39-
"dotenv": "16.3.1",
40-
"fastify": "4.24.3",
38+
"dayjs": "1.11.13",
39+
"dotenv": "16.4.5",
40+
"fastify": "4.28.1",
4141
"fastify-cli": "5.9.0",
4242
"fastify-plugin": "4.5.1",
4343
"fastify-tsconfig": "1.0.1",
@@ -46,30 +46,30 @@
4646
"lodash": "4.17.21",
4747
"marked": "5.1.2",
4848
"randomcolor": "0.6.2",
49-
"remove-markdown": "0.5.0",
50-
"socket.io-client": "4.7.2",
51-
"telegraf": "4.15.0",
49+
"remove-markdown": "0.5.5",
50+
"socket.io-client": "4.7.5",
51+
"telegraf": "4.16.3",
5252
"tsconfig-paths": "4.2.0",
53-
"zod": "3.22.4"
53+
"zod": "3.23.8"
5454
},
5555
"devDependencies": {
5656
"@innei/eslint-config-ts": "0.11.1",
5757
"@innei/prettier": "0.11.1",
58-
"@types/cron": "2.0.1",
59-
"@types/lodash": "4.14.201",
58+
"@types/cron": "2.4.0",
59+
"@types/lodash": "4.17.7",
6060
"@types/marked": "5.0.2",
61-
"@types/node": "20.9.0",
62-
"@types/node-telegram-bot-api": "0.63.1",
61+
"@types/node": "20.16.5",
62+
"@types/node-telegram-bot-api": "0.63.3",
6363
"@types/randomcolor": "0.5.9",
6464
"@types/remove-markdown": "0.3.4",
6565
"cross-env": "7.0.3",
66-
"eslint": "8.53.0",
67-
"fast-json-stringify": "5.9.1",
66+
"eslint": "8.57.0",
67+
"fast-json-stringify": "5.16.1",
6868
"lint-staged": "13.3.0",
69-
"prettier": "3.0.3",
70-
"ts-node": "10.9.1",
69+
"prettier": "3.3.3",
70+
"ts-node": "10.9.2",
7171
"tsx": "3.14.0",
72-
"typescript": "5.5.4"
72+
"typescript": "5.6.2"
7373
},
7474
"engines": {
7575
"node": ">=16.20.0"
@@ -88,5 +88,5 @@
8888
"legacyOutput": true,
8989
"target": "es2018"
9090
},
91-
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
91+
"packageManager": "pnpm@9.10.0"
9292
}

0 commit comments

Comments
 (0)