From 1a30a0824bb869a0961ec91c4a0fab230f541aef Mon Sep 17 00:00:00 2001 From: ShiboSoftwareDev Date: Thu, 18 Jun 2026 13:55:19 +0200 Subject: [PATCH] fix peer dep --- bun.lock | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 0021748..4c8de27 100644 --- a/bun.lock +++ b/bun.lock @@ -1,6 +1,5 @@ { "lockfileVersion": 1, - "configVersion": 1, "workspaces": { "": { "name": "@tscircuit/krt-wasm", @@ -14,7 +13,7 @@ "typescript": "^5.8.3", }, "peerDependencies": { - "tscircuit": ">=0.0.1686", + "tscircuit": "*", }, }, }, diff --git a/package.json b/package.json index 45bdfab..ab441b9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test:update": "BUN_UPDATE_SNAPSHOTS=1 bun test tests/visual-snapshots" }, "peerDependencies": { - "tscircuit": ">=0.0.1686" + "tscircuit": "*" }, "devDependencies": { "@resvg/resvg-js": "^2.6.2",