fix(deps): update dependency @astrojs/starlight to v0.29.2 (#3003)

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-12-01 23:49:42 -03:00
committed by GitHub
parent e6bb690808
commit d35df278df
4 changed files with 23 additions and 73 deletions

View File

@@ -24,7 +24,7 @@
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/starlight": "0.29.0",
"@astrojs/starlight": "0.29.2",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"@lunariajs/core": "^0.1.1",
"@lunariajs/starlight": "^0.1.1",
@@ -49,7 +49,7 @@
},
"pnpm": {
"patchedDependencies": {
"@astrojs/starlight@0.29.0": "patches/@astrojs__starlight@0.29.0.patch"
"@astrojs/starlight@0.29.2": "patches/@astrojs__starlight@0.29.2.patch"
}
}
}