From 619f6a78b2b1cfee74335510d5d7fc7753f78d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 3 Oct 2025 18:31:22 +0200 Subject: [PATCH] Fix dependency --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 6f5197f..b61b981 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "devDependencies": { "@biomejs/biome": "^2.2.4", "@effect/language-service": "^0.41.0", - "@types/bun": "latest", + "@types/bun": "^1.2.23", "npm-check-updates": "^19.0.0", "npm-sort": "^0.0.4", "turbo": "^2.5.6", diff --git a/package.json b/package.json index a0674f4..326cbfb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@biomejs/biome": "^2.2.4", "@effect/language-service": "^0.41.0", - "@types/bun": "latest", + "@types/bun": "^1.2.23", "npm-check-updates": "^19.0.0", "npm-sort": "^0.0.4", "turbo": "^2.5.6",