From 236edff6a0f9daa3f82097a87737ee700369d743 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:48:20 +0100 Subject: [PATCH] fix: try to fix dependency patching on vercel --- website/bun.lockb | Bin 227536 -> 227536 bytes website/package.json | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/bun.lockb b/website/bun.lockb index db992e70618c3b7645a1a731a8e709f21d8ed58e..fba965974c2595125bddbb1d4e102d4b052b8ecc 100755 GIT binary patch delta 45 zcmV+|0Mh@^@eR=N4S<9Jv;vb)2LWC(E-)@Ihni0Ux0+7_o+t2m?jaIL8bwa DlFSgV delta 45 ycmccck@vz!-i8*&EliXB*_jx?pnaA<)Am{Z%=0uj=GXR4`9D|p?R3Xwj1vHTOc5vm diff --git a/website/package.json b/website/package.json index 9a26eeb..9d2d1e5 100644 --- a/website/package.json +++ b/website/package.json @@ -66,5 +66,6 @@ }, "patchedDependencies": { "@shikijs/rehype@1.22.0": "patches/@shikijs%2Frehype@1.22.0.patch" - } + }, + "packageManager": "bun@1.1.33" }