Skip to content

Commit 02e2359

Browse files
committed
update
1 parent 5653b39 commit 02e2359

File tree

4 files changed

+90
-72
lines changed

4 files changed

+90
-72
lines changed

package-lock.json

Lines changed: 69 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
"test": "npm run test --workspaces",
1010
"test:worker": "npm run test --workspace=packages/worker",
1111
"test:main": "npm run test --workspace=packages/main",
12-
"lint": "npm run lint --workspaces"
12+
"lint": "npm run lint --workspaces",
13+
"ncu": "ncu --workspaces --root -u"
1314
},
1415
"workspaces": [
1516
"packages/main",
1617
"packages/worker"
1718
],
1819
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^8.34.1",
20-
"typedoc": "^0.28.5"
20+
"@typescript-eslint/eslint-plugin": "^8.35.0",
21+
"npm-check-updates": "^18.0.1",
22+
"typedoc": "^0.28.6"
2123
},
2224
"version": ""
2325
}

packages/main/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"url": "https://github.com/codebam/cf-workers-telegram-bot.git"
3232
},
3333
"devDependencies": {
34-
"@cloudflare/workers-types": "^4.20250620.0",
35-
"@eslint/js": "^9.29.0",
36-
"@typescript-eslint/eslint-plugin": "^8.34.1",
37-
"@typescript-eslint/parser": "^8.34.1",
38-
"eslint": "^9.29.0",
34+
"@cloudflare/workers-types": "^4.20250628.0",
35+
"@eslint/js": "^9.30.0",
36+
"@typescript-eslint/eslint-plugin": "^8.35.0",
37+
"@typescript-eslint/parser": "^8.35.0",
38+
"eslint": "^9.30.0",
3939
"eslint-config-prettier": "^10.1.5",
4040
"globals": "^16.2.0",
41-
"prettier": "^3.5.3",
41+
"prettier": "^3.6.2",
4242
"typescript": "^5.8.3",
43-
"typescript-eslint": "^8.34.1",
43+
"typescript-eslint": "^8.35.0",
4444
"vitest": "^3.2.4"
4545
}
4646
}

packages/worker/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"@codebam/cf-workers-telegram-bot": "file:../main",
18-
"marked": "^15.0.12"
18+
"marked": "^16.0.0"
1919
},
2020
"devDependencies": {
2121
"@babel/preset-env": "^7.27.2",
22-
"@cloudflare/vitest-pool-workers": "^0.8.41",
23-
"@cloudflare/workers-types": "^4.20250620.0",
24-
"@eslint/js": "^9.29.0",
25-
"@typescript-eslint/eslint-plugin": "^8.34.1",
26-
"@typescript-eslint/parser": "^8.34.1",
22+
"@cloudflare/vitest-pool-workers": "^0.8.47",
23+
"@cloudflare/workers-types": "^4.20250628.0",
24+
"@eslint/js": "^9.30.0",
25+
"@typescript-eslint/eslint-plugin": "^8.35.0",
26+
"@typescript-eslint/parser": "^8.35.0",
2727
"esbuild": "^0.25.5",
2828
"esbuild-plugin-babel": "^0.2.3",
2929
"esbuild-plugin-glob": "^2.2.3",
30-
"eslint": "^9.29.0",
30+
"eslint": "^9.30.0",
3131
"eslint-config-prettier": "^10.1.5",
3232
"globals": "^16.2.0",
33-
"prettier": "^3.5.3",
33+
"prettier": "^3.6.2",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.34.1",
35+
"typescript-eslint": "^8.35.0",
3636
"vitest": "3.2.4"
3737
}
3838
}

0 commit comments

Comments
 (0)