Files
api-company/docs-site/package.json
0xWheatyz a374419400
Validate Flux manifests / kustomize-build (pull_request) Successful in 21s
fix(docs-site): pin @astrojs/sitemap to ~3.2.1 for Astro 4 compat
sitemap 3.7.3 reads opts.routes from astro:build:done, which only exists in
Astro 5; on Astro 4.16 it is undefined and crashes the build with
'Cannot read properties of undefined (reading reduce)'. Pin to the 3.2.x line
and lock it so the docs-site build completes.
2026-06-20 17:35:59 -04:00

20 lines
368 B
JSON

{
"name": "leeworks-docs-site",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "^3.0.0",
"@astrojs/sitemap": "~3.2.1",
"astro": "^4.8.0",
"redoc": "^2.1.5"
},
"devDependencies": {
"typescript": "^5.4.0"
}
}