Skip to content

Commit 77d996f

Browse files
committed
update packages
1 parent 2baad60 commit 77d996f

File tree

4 files changed

+74
-74
lines changed

4 files changed

+74
-74
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"packages/worker"
1717
],
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^8.18.1",
20-
"typedoc": "^0.27.5"
19+
"@typescript-eslint/eslint-plugin": "^8.18.2",
20+
"typedoc": "^0.27.6"
2121
},
2222
"dependencies": {
2323
"marked": "^15.0.4"

packages/main/package.json

Lines changed: 4 additions & 4 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.20241218.0",
34+
"@cloudflare/workers-types": "^4.20241224.0",
3535
"@eslint/js": "^9.17.0",
36-
"@typescript-eslint/eslint-plugin": "^8.18.1",
37-
"@typescript-eslint/parser": "^8.18.1",
36+
"@typescript-eslint/eslint-plugin": "^8.18.2",
37+
"@typescript-eslint/parser": "^8.18.2",
3838
"eslint": "^9.17.0",
3939
"eslint-config-prettier": "^9.1.0",
4040
"globals": "^15.14.0",
4141
"prettier": "^3.4.2",
4242
"typescript": "^5.7.2",
43-
"typescript-eslint": "^8.18.1",
43+
"typescript-eslint": "^8.18.2",
4444
"vitest": "^2.1.8"
4545
}
4646
}

packages/worker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"devDependencies": {
1717
"@babel/preset-env": "^7.26.0",
1818
"@cloudflare/vitest-pool-workers": "^0.5.40",
19-
"@cloudflare/workers-types": "^4.20241218.0",
19+
"@cloudflare/workers-types": "^4.20241224.0",
2020
"@eslint/js": "^9.17.0",
21-
"@typescript-eslint/eslint-plugin": "^8.18.1",
22-
"@typescript-eslint/parser": "^8.18.1",
21+
"@typescript-eslint/eslint-plugin": "^8.18.2",
22+
"@typescript-eslint/parser": "^8.18.2",
2323
"esbuild": "^0.24.2",
2424
"esbuild-plugin-babel": "^0.2.3",
2525
"esbuild-plugin-glob": "^2.2.3",
@@ -28,7 +28,7 @@
2828
"globals": "^15.14.0",
2929
"prettier": "^3.4.2",
3030
"typescript": "^5.7.2",
31-
"typescript-eslint": "^8.18.1",
31+
"typescript-eslint": "^8.18.2",
3232
"vitest": "2.1.8"
3333
}
3434
}

0 commit comments

Comments
 (0)