update starlight and astro ecosystem pkgs (#3196)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
This commit is contained in:
Vitor Ayres
2025-07-10 14:19:11 -03:00
committed by GitHub
parent 1bdf01b795
commit 89bf4cb684
36 changed files with 1430 additions and 1702 deletions

View File

@@ -22,34 +22,29 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/starlight": "0.29.2",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"@astrojs/markdown-remark": "^6.3.2",
"@astrojs/rss": "^4.0.12",
"@astrojs/starlight": "0.34.4",
"@lunariajs/core": "^0.1.1",
"@lunariajs/starlight": "^0.1.1",
"@types/json-schema": "^7.0.15",
"astro": "^4.16.18",
"astro-d2": "^0.6.0",
"astro": "^5.11.0",
"astro-d2": "^0.8.0",
"astro-feelback": "^0.3.4",
"astrojs-service-worker": "^2.0.0",
"jsdom": "^26.1.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"sass": "^1.89.0",
"sharp": "^0.33.5",
"shiki": "^3.0.0",
"starlight-blog": "^0.15.0",
"starlight-links-validator": "^0.13.0"
"starlight-blog": "^0.24.0",
"starlight-sidebar-topics": "^0.6.0",
"starlight-links-validator": "^0.17.0"
},
"packageManager": "pnpm@10.12.4",
"engines": {
"pnpm": "^10.0.0"
},
"pnpm": {
"patchedDependencies": {
"@astrojs/starlight@0.29.2": "patches/@astrojs__starlight@0.29.2.patch"
}
}
}