Skip to content

Commit 8c4b05a

Browse files
committed
Remove unused deps
1 parent 4203c95 commit 8c4b05a

File tree

6 files changed

+33
-426
lines changed

6 files changed

+33
-426
lines changed

.prettierignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@
2222
"@typescript-eslint/parser": "5.62.0",
2323
"eslint": "8.57.1",
2424
"eslint-plugin-biome": "0.8.32",
25-
"prettier": "2.8.8",
2625
"turbo": "2.3.3",
2726
"typescript": "5.7.2"
2827
},
2928
"pnpm": {
3029
"overrides": {
3130
"vite": "6.0.4"
32-
},
33-
"patchedDependencies": {
34-
"@microlabs/otel-cf-workers@1.0.0-rc.14": "patches/@microlabs__otel-cf-workers@1.0.0-rc.14.patch"
3531
}
3632
}
3733
}

packages/server/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@
1212
"wrangler": "3.95.0"
1313
},
1414
"dependencies": {
15-
"@cloudflare/puppeteer": "0.0.5",
16-
"@effect/data": "0.12.10",
17-
"@effect/io": "0.27.2",
18-
"@microlabs/otel-cf-workers": "1.0.0-rc.14",
19-
"@opentelemetry/api": "1.9.0",
20-
"hono": "3.6.0",
2115
"lib": "workspace:^",
22-
"tinybase": "^5.4.4",
23-
"zod": "3.24.1"
16+
"tinybase": "^5.4.4"
2417
}
2518
}

patches/@microlabs__otel-cf-workers@1.0.0-rc.14.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)