From dd4b49e29d32f87a3e1d4ceb754429aa83542a6e Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Tue, 7 Jul 2026 07:46:50 -0400 Subject: [PATCH] docs: upgrade guide site to @nebari/starlight v0.2.1 Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/site/bun.lock | 4 ++-- docs/site/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/bun.lock b/docs/site/bun.lock index f6b3f99..d189420 100644 --- a/docs/site/bun.lock +++ b/docs/site/bun.lock @@ -7,7 +7,7 @@ "dependencies": { "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.3", - "@nebari/starlight": "^0.2.0", + "@nebari/starlight": "^0.2.1", "astro": "^7.0.6", "unist-util-visit": "^5.0.0", }, @@ -208,7 +208,7 @@ "@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.6", "", { "dependencies": { "@tybys/wasm-util": "^0.10.3" }, "peerDependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1" } }, "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg=="], - "@nebari/starlight": ["@nebari/starlight@0.2.0", "", { "peerDependencies": { "@astrojs/starlight": ">=0.33.0 <1.0.0", "astro": ">=7.0.6" } }, "sha512-FJAtSfn/B2/fBQKElur0JrwC+4VQ7RutegaLuATu/ocKFDPzGE5cxshjHOY/Xn7A972QypDRYXM/DFNVaD3t5g=="], + "@nebari/starlight": ["@nebari/starlight@0.2.1", "", { "peerDependencies": { "@astrojs/starlight": ">=0.33.0 <1.0.0", "astro": ">=7.0.6" } }, "sha512-XvpOJVlBwT1xhSpyqStNncBGuqowpWuqXpZwtv8xrOBCjz2VPNw2R4cchezb66lTHWqE5oohyTyOL3YrR+TBLw=="], "@oslojs/encoding": ["@oslojs/encoding@1.1.0", "", {}, "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ=="], diff --git a/docs/site/package.json b/docs/site/package.json index 7945f81..a15db03 100644 --- a/docs/site/package.json +++ b/docs/site/package.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/markdown-remark": "^7.2.1", "@astrojs/starlight": "^0.41.3", - "@nebari/starlight": "^0.2.0", + "@nebari/starlight": "^0.2.1", "astro": "^7.0.6", "unist-util-visit": "^5.0.0" }