From a03b21a33b50b39fac480fa53b9d3e27c7daeb3f Mon Sep 17 00:00:00 2001 From: Scott Fradkin Date: Tue, 21 Apr 2026 13:24:37 -0500 Subject: [PATCH] fix: bump @opentui/core and @opentui/solid catalog to 0.1.101 Resolves duplicate module instances (0.1.99 vs 0.1.101) that caused opentui-spinner to register the spinner component in a different componentCatalogue than the one the reconciler uses, resulting in "[Reconciler] Unknown component type: spinner" at runtime. --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 0ba00b23f8b2..322562e52e69 100644 --- a/bun.lock +++ b/bun.lock @@ -677,8 +677,8 @@ "@npmcli/arborist": "9.4.0", "@octokit/rest": "22.0.0", "@openauthjs/openauth": "0.0.0-20250322224806", - "@opentui/core": "0.1.99", - "@opentui/solid": "0.1.99", + "@opentui/core": "0.1.101", + "@opentui/solid": "0.1.101", "@pierre/diffs": "1.1.0-beta.18", "@playwright/test": "1.59.1", "@solid-primitives/storage": "4.3.3", diff --git a/package.json b/package.json index 06bf9c91aef0..9a0a413514c3 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "@types/cross-spawn": "6.0.6", "@octokit/rest": "22.0.0", "@hono/zod-validator": "0.4.2", - "@opentui/core": "0.1.99", - "@opentui/solid": "0.1.99", + "@opentui/core": "0.1.101", + "@opentui/solid": "0.1.101", "ulid": "3.0.1", "@kobalte/core": "0.13.11", "@types/luxon": "3.7.1",