fix(deps): update dependency @astrojs/starlight to v0.28.5 (#2919)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ayres Vitor <gitkey@virtuaires.com.br>
This commit is contained in:
renovate[bot]
2024-11-03 16:23:00 -03:00
committed by GitHub
parent 94749884be
commit 039bc94498
3 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/starlight": "0.28.3",
"@astrojs/starlight": "0.28.5",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"@types/json-schema": "^7.0.15",
"astro": "^4.15.7",
@@ -48,7 +48,7 @@
},
"pnpm": {
"patchedDependencies": {
"@astrojs/starlight@0.28.3": "patches/@astrojs__starlight@0.28.3.patch"
"@astrojs/starlight@0.28.5": "patches/@astrojs__starlight@0.28.5.patch"
}
}
}