Skip to content

Commit 2f351cd

Browse files
committed
update deps
1 parent af6bb52 commit 2f351cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineConfig({
107107
starlightSiteGraph({
108108
graphConfig: {
109109
depth: 5,
110-
visibilityRules: ['*/api/**'],
110+
visibilityRules: ['!**/api/README.md', '*/api/**'],
111111
},
112112
trackVisitedPages: 'disable',
113113
storageLocation: 'none',

bun.lockb

2.04 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/starlight": "0.29.0",
15-
"astro": "4.16.10",
16-
"starlight-links-validator": "^0.13.0",
17-
"starlight-site-graph": "0.1.8",
15+
"astro": "4.16.13",
16+
"starlight-links-validator": "^0.13.2",
17+
"starlight-site-graph": "^0.1.9",
1818
"starlight-typedoc": "^0.17.0",
1919
"typedoc": "^0.26.11",
2020
"typedoc-plugin-markdown": "^4.2.10",
21-
"typedoc-plugin-mdn-links": "^3.3.6",
21+
"typedoc-plugin-mdn-links": "^3.3.8",
2222
"typescript": "^5.6.3"
2323
},
2424
"devDependencies": {
2525
"prettier": "^3.3.3",
2626
"prettier-plugin-astro": "^0.14.1",
27-
"prettier-plugin-svelte": "^3.2.7"
27+
"prettier-plugin-svelte": "^3.2.8"
2828
}
2929
}

0 commit comments

Comments
 (0)