Skip to content

Commit c7ad973

Browse files
committed
fix(mastodon-bot-yearprogress): Add missing types for ws
1 parent dde95f4 commit c7ad973

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

packages/mastodon-bot-yearprogress/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"description": "Toots year's progress every few days to Mastodon.",
1111
"devDependencies": {
12+
"@types/ws": "8.18.1",
1213
"rimraf": "6.0.1",
1314
"typescript": "5.9.2"
1415
},

packages/mastodon-bot-yearprogress/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"allowSyntheticDefaultImports": true,
43
"esModuleInterop": true,
54
"module": "NodeNext",
65
"moduleResolution": "NodeNext",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ __metadata:
830830
version: 0.0.0-use.local
831831
resolution: "@ffflorian/mastodon-bot-yearprogress@workspace:packages/mastodon-bot-yearprogress"
832832
dependencies:
833+
"@types/ws": "npm:8.18.1"
833834
commander: "npm:14.0.1"
834835
masto: "npm:7.2.0"
835836
rimraf: "npm:6.0.1"
@@ -3347,6 +3348,15 @@ __metadata:
33473348
languageName: node
33483349
linkType: hard
33493350

3351+
"@types/ws@npm:8.18.1":
3352+
version: 8.18.1
3353+
resolution: "@types/ws@npm:8.18.1"
3354+
dependencies:
3355+
"@types/node": "npm:*"
3356+
checksum: 10c0/61aff1129143fcc4312f083bc9e9e168aa3026b7dd6e70796276dcfb2c8211c4292603f9c4864fae702f2ed86e4abd4d38aa421831c2fd7f856c931a481afbab
3357+
languageName: node
3358+
linkType: hard
3359+
33503360
"@typescript-eslint/eslint-plugin@npm:8.44.0":
33513361
version: 8.44.0
33523362
resolution: "@typescript-eslint/eslint-plugin@npm:8.44.0"

0 commit comments

Comments
 (0)