Skip to content

Commit

Permalink
chore(star-warp): Expand Starlight compatibility range
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Feb 2, 2025
1 parent f93192e commit 91120ab
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 167 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-trainers-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@inox-tools/star-warp': patch
---

Expand Starlight compatibility range
7 changes: 6 additions & 1 deletion packages/star-warp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,16 @@
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "^6.0.11",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
"@astrojs/starlight": "catalog:lax",
"astro": "catalog:lax"
},
"peerDependenciesMeta": {
"@astrojs/starlight": {
"optional": true
}
}
}
189 changes: 23 additions & 166 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91120ab

Please sign in to comment.