Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update starlight-view-modes to fix search

+13 -9
+5 -5
pnpm-lock.yaml
··· 72 72 specifier: ^0.4.0 73 73 version: 0.4.0(@astrojs/starlight@0.32.5(astro@5.5.6(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))) 74 74 starlight-view-modes: 75 - specifier: ^0.10.0 76 - version: 0.10.0(@astrojs/starlight@0.32.5(astro@5.5.6(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))) 75 + specifier: ^0.10.1 76 + version: 0.10.1(@astrojs/starlight@0.32.5(astro@5.5.6(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))) 77 77 78 78 packages: 79 79 ··· 1897 1897 peerDependencies: 1898 1898 '@astrojs/starlight': '>=0.32.0' 1899 1899 1900 - starlight-view-modes@0.10.0: 1901 - resolution: {integrity: sha512-Kw4O5K2c/qaYwE5ryxbX0XHrTpkyd6HD7RqwGSAoZ8kMiymQeFRn0n0JBu7nRFSvaPtmXN9a/39OwiRR3xerHQ==} 1900 + starlight-view-modes@0.10.1: 1901 + resolution: {integrity: sha512-uRb8DpTtz5ygTvE8s5RTJjXRWqC9Ic/MMuT1d/6YYIWIU3gz1NyA67HiA24HsC+T5LzmT9SRy+as+ImSdweqig==} 1902 1902 engines: {node: '>=18'} 1903 1903 peerDependencies: 1904 1904 '@astrojs/starlight': '>=0.32' ··· 4699 4699 dependencies: 4700 4700 '@astrojs/starlight': 0.32.5(astro@5.5.6(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)) 4701 4701 4702 - starlight-view-modes@0.10.0(@astrojs/starlight@0.32.5(astro@5.5.6(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))): 4702 + starlight-view-modes@0.10.1(@astrojs/starlight@0.32.5(astro@5.5.6(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2))): 4703 4703 dependencies: 4704 4704 '@astrojs/starlight': 0.32.5(astro@5.5.6(jiti@1.21.6)(rollup@4.35.0)(typescript@5.7.2)) 4705 4705 '@pagefind/default-ui': 1.3.0
+7 -3
starlight/lunaria.config.json
··· 15 15 } 16 16 ] 17 17 }, 18 - "customCss": ["./lunaria/styles.css"], 19 - "basesToHide": ["src/content/docs/"], 18 + "customCss": [ 19 + "./lunaria/styles.css" 20 + ], 21 + "basesToHide": [ 22 + "src/content/docs/" 23 + ], 20 24 "ui": { 21 25 "statusByLocale.heading": "Translation progress by locale", 22 26 "statusByLocale.incompleteLocalizationLink": "incomplete translation", ··· 51 55 "label": "Deutsch", 52 56 "lang": "de" 53 57 } 54 - } 58 + }
+1 -1
starlight/package.json
··· 28 28 "starlight-links-validator": "^0.14.3", 29 29 "starlight-sidebar-topics-dropdown": "^0.4.1", 30 30 "starlight-theme-rapide": "^0.4.0", 31 - "starlight-view-modes": "^0.10.0" 31 + "starlight-view-modes": "^0.10.1" 32 32 }, 33 33 "packageManager": "pnpm@9.6.0" 34 34 }