From 5012b2e6cb27a81f01fa003823280941c2b2ee53 Mon Sep 17 00:00:00 2001 From: Sven Reiser Date: Sat, 20 Jun 2026 18:48:14 +0200 Subject: [PATCH] fix(deps): widen @mind-studio/ui peer to >=0.3.0 ^0.3.0 resolves to >=0.3.0 <0.4.0 for a 0.x range, which excludes the published ui 0.4.0 the fleet now uses and triggers an ERESOLVE peer conflict in consumers. Widen to a true floor so core 0.7.x is compatible with ui 0.3.0 and every later 0.x. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1eaca05..d7b267a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "peerDependencies": { "@inrupt/solid-client": "^3.0.0", "@inrupt/solid-client-authn-browser": "^2.0.0 || ^3.0.0 || ^4.0.0", - "@mind-studio/ui": "^0.3.0", + "@mind-studio/ui": ">=0.3.0", "react": ">=19.0.0" }, "peerDependenciesMeta": {