From 6045144e9e117ac36ecfa1b57060c723018769e1 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 5 Nov 2025 14:23:07 -0800 Subject: [PATCH] bun update-shrimp --- bun.lock | 4 ++-- package.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index b6ff3bf..6369dbd 100644 --- a/bun.lock +++ b/bun.lock @@ -61,9 +61,9 @@ "hono": ["hono@4.10.4", "", {}, "sha512-YG/fo7zlU3KwrBL5vDpWKisLYiM+nVstBQqfr7gCPbSYURnNEP9BDxEMz8KfsDR9JX0lJWDRNc6nXX31v7ZEyg=="], - "reefvm": ["reefvm@git+https://git.nose.space/defunkt/reefvm#0f39e9401eb7a0a7c906e150127f9829458a79b6", { "peerDependencies": { "typescript": "^5" } }, "0f39e9401eb7a0a7c906e150127f9829458a79b6"], + "reefvm": ["reefvm@git+https://git.nose.space/defunkt/reefvm#33ea94a2476f87f22408dce8b7beb3587070e01b", { "peerDependencies": { "typescript": "^5" } }, "33ea94a2476f87f22408dce8b7beb3587070e01b"], - "shrimp": ["shrimp@git+https://git.nose.space/probablycorey/shrimp#e0e5e828692713fcaf5d62f88d3ad2c3a43802d4", { "dependencies": { "@codemirror/view": "^6.38.3", "@lezer/generator": "^1.8.0", "bun-plugin-tailwind": "^0.0.15", "codemirror": "^6.0.2", "hono": "^4.9.8", "reefvm": "git+https://git.nose.space/defunkt/reefvm", "tailwindcss": "^4.1.11" } }, "e0e5e828692713fcaf5d62f88d3ad2c3a43802d4"], + "shrimp": ["shrimp@git+https://git.nose.space/probablycorey/shrimp#1a3e041001358ce6b10078c46a6585e76633310f", { "dependencies": { "@codemirror/view": "^6.38.3", "@lezer/generator": "^1.8.0", "bun-plugin-tailwind": "^0.0.15", "codemirror": "^6.0.2", "hono": "^4.9.8", "reefvm": "git+https://git.nose.space/defunkt/reefvm", "tailwindcss": "^4.1.11" } }, "1a3e041001358ce6b10078c46a6585e76633310f"], "style-mod": ["style-mod@4.1.3", "", {}, "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ=="], diff --git a/package.json b/package.json index 33821cd..2bf772b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "dev": "bun run --hot src/server.tsx", "start": "bun run src/server.tsx", "cli:install": "ln -s \"$(pwd)/bin/foam\" ~/.bun/bin/foam", - "cli:remove": "rm ~/.bun/bin/foam" + "cli:remove": "rm ~/.bun/bin/foam", + "update-shrimp": "rm -rf ~/.bun/install/cache/ && rm bun.lock && bun update shrimp" }, "devDependencies": { "@types/bun": "latest" @@ -21,4 +22,4 @@ "hono": "^4.10.4", "shrimp": "git+https://git.nose.space/probablycorey/shrimp" } -} +} \ No newline at end of file