Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@astrojs/react": "4.2.5",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "3.5.1",
"@astrojs/starlight": "0.35.1",
"@astrojs/starlight": "0.35.2",
"@astrojs/starlight-docsearch": "0.6.0",
"@astrojs/starlight-tailwind": "4.0.1",
"@cloudflare/vitest-pool-workers": "0.8.65",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ index a027f56..639be81 100644
<Badge
variant={entry.badge.variant}
diff --git a/node_modules/@astrojs/starlight/integrations/remark-rehype-utils.ts b/node_modules/@astrojs/starlight/integrations/remark-rehype-utils.ts
index 97ff09b..2015f29 100644
index ca63d22..ebb1a17 100644
--- a/node_modules/@astrojs/starlight/integrations/remark-rehype-utils.ts
+++ b/node_modules/@astrojs/starlight/integrations/remark-rehype-utils.ts
@@ -22,7 +22,12 @@ export function shouldTransformFile(file: VFile, docsCollectionPath: string) {
Expand Down