From e8ab74eb71a504048fec9f87e2ccf5b2b434e2db Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 7 Apr 2026 21:04:35 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(typescript):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20TypeScript=20to=20use=20Bun's=20resolution=20system?= =?UTF-8?q?=20for=20faster=20dependency=20resolution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- node_modules/typescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/typescript b/node_modules/typescript index 5cbb7b2..c774c89 120000 --- a/node_modules/typescript +++ b/node_modules/typescript @@ -1 +1 @@ -../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript \ No newline at end of file +../../../node_modules/.bun/typescript@5.8.3/node_modules/typescript \ No newline at end of file