From 334994b8ed0543ee7f8c970518ecbfb5e13412b4 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Sat, 27 Jun 2026 03:44:48 +0000 Subject: [PATCH] chore(console): remove unused mail dependencies Co-authored-by: opencode-agent[bot] --- bun.lock | 2 -- packages/console/mail/package.json | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 84c4f9e500..40ebb5bac8 100644 --- a/bun.lock +++ b/bun.lock @@ -229,10 +229,8 @@ "dependencies": { "@jsx-email/all": "2.2.3", "@jsx-email/cli": "1.4.3", - "@tsconfig/bun": "1.0.9", "@types/react": "18.0.25", "react": "18.2.0", - "solid-js": "catalog:", }, }, "packages/console/resource": { diff --git a/packages/console/mail/package.json b/packages/console/mail/package.json index da8c06a611..4216115f7b 100644 --- a/packages/console/mail/package.json +++ b/packages/console/mail/package.json @@ -4,10 +4,8 @@ "dependencies": { "@jsx-email/all": "2.2.3", "@jsx-email/cli": "1.4.3", - "@tsconfig/bun": "1.0.9", "@types/react": "18.0.25", - "react": "18.2.0", - "solid-js": "catalog:" + "react": "18.2.0" }, "exports": { "./*": "./emails/templates/*"