From a6c99ee91d26ff8eab2f4904144eed1278e19c86 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 5 Nov 2025 08:25:33 -0800 Subject: [PATCH] use shrimp mainline --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index a2d8120..cb06ec3 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "name": "foam", "dependencies": { "hono": "^4.10.4", - "shrimp": "git+https://git.nose.space/probablycorey/shrimp#risky-business", + "shrimp": "git+https://git.nose.space/probablycorey/shrimp", }, "devDependencies": { "@types/bun": "latest", @@ -60,7 +60,7 @@ "reefvm": ["reefvm@git+https://git.nose.space/defunkt/reefvm#0f39e9401eb7a0a7c906e150127f9829458a79b6", { "peerDependencies": { "typescript": "^5" } }, "0f39e9401eb7a0a7c906e150127f9829458a79b6"], - "shrimp": ["shrimp@git+https://git.nose.space/probablycorey/shrimp#4fc1a965ebedeb28c7c2a2ac981400ff0a7278d9", { "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" } }, "4fc1a965ebedeb28c7c2a2ac981400ff0a7278d9"], + "shrimp": ["shrimp@git+https://git.nose.space/probablycorey/shrimp#d707ee7e6b074cc0d64179004e5b6cc8250e0c91", { "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" } }, "d707ee7e6b074cc0d64179004e5b6cc8250e0c91"], "style-mod": ["style-mod@4.1.3", "", {}, "sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ=="], diff --git a/package.json b/package.json index 473a2ff..b1cce5b 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "dependencies": { "hono": "^4.10.4", - "shrimp": "git+https://git.nose.space/probablycorey/shrimp#risky-business" + "shrimp": "git+https://git.nose.space/probablycorey/shrimp" } }