|
17 | 17 | "format:core:check": "npm run format:core -- --check", |
18 | 18 | "format:content": "npx prettier --write \"**/*.{md,mdx,astro}\"", |
19 | 19 | "format:data": "npx prettier --write \"**/*.{json,yaml,yml}\"", |
20 | | - "postinstall": "npx patch-package && npm run sync", |
| 20 | + "postinstall": "npm run sync", |
21 | 21 | "preview": "npx astro preview", |
22 | 22 | "script:optimize-svgs": "npx tsx scripts/optimize-svgs.ts", |
23 | 23 | "start": "npx astro dev", |
24 | 24 | "sync": "npx astro sync", |
25 | 25 | "test": "npx vitest" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@astro-community/astro-embed-youtube": "^0.5.6", |
29 | 28 | "@astrojs/check": "^0.9.4", |
30 | 29 | "@astrojs/react": "^3.6.2", |
31 | 30 | "@astrojs/rss": "^4.0.9", |
32 | 31 | "@astrojs/sitemap": "^3.2.1", |
33 | | - "@astrojs/starlight": "^0.29.2", |
| 32 | + "@astrojs/starlight": "https://gitpkg.now.sh/HiDeoo/starlight/packages/starlight?hd-astro-v5", |
34 | 33 | "@astrojs/starlight-docsearch": "^0.3.0", |
35 | 34 | "@astrojs/starlight-tailwind": "^2.0.3", |
36 | 35 | "@astrojs/tailwind": "^5.1.2", |
|
48 | 47 | "@types/react": "^18.3.12", |
49 | 48 | "@types/react-dom": "^18.3.1", |
50 | 49 | "algoliasearch": "^5.15.0", |
51 | | - "astro": "^4.16.12", |
| 50 | + "astro": "^5.0.2", |
52 | 51 | "astro-breadcrumbs": "^3.2.2", |
53 | 52 | "astro-icon": "^1.1.2", |
54 | 53 | "astro-live-code": "^0.0.4", |
|
68 | 67 | "mdast-util-mdx-expression": "^2.0.1", |
69 | 68 | "mermaid": "^11.4.0", |
70 | 69 | "node-html-parser": "^6.1.13", |
71 | | - "patch-package": "^8.0.0", |
72 | 70 | "playwright": "^1.49.0", |
73 | 71 | "prettier": "^3.4.2", |
74 | 72 | "prettier-plugin-astro": "^0.14.1", |
|
96 | 94 | "wrangler": "^3.87.0", |
97 | 95 | "yaml": "^2.6.1" |
98 | 96 | }, |
| 97 | + "overrides": { |
| 98 | + "astro-breadcrumbs": { |
| 99 | + "astro": "$astro" |
| 100 | + } |
| 101 | + }, |
99 | 102 | "engines": { |
100 | 103 | "node": ">=22" |
101 | 104 | }, |
|
0 commit comments