Skip to content

Commit 14f4d8d

Browse files
DaniFoldiHiDeoo
andauthored
chore: Add astro to peerdependencies (#131)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
1 parent 4dca73e commit 14f4d8d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/gold-knives-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'starlight-links-validator': patch
3+
---
4+
5+
Adds `astro` as a peer dependency to prevent potential build errors in monorepos with hoisting disabled.

packages/starlight-links-validator/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"vitest": "2.1.6"
3939
},
4040
"peerDependencies": {
41-
"@astrojs/starlight": ">=0.32.0"
41+
"@astrojs/starlight": ">=0.32.0",
42+
"astro": ">=5.1.5"
4243
},
4344
"engines": {
4445
"node": ">=18.17.1"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)