Skip to content

Commit

Permalink
Allow Astro v5 as a peer dependency (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <[email protected]>
  • Loading branch information
sapegin and delucis authored Dec 4, 2024
1 parent b0777b8 commit ceeecc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-emus-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-og-canvas": patch
---

Expands peer dependencies to support Astro v5
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
astro: [^3, ^4]
astro: [^3, ^4, ^5]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-og-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"entities": "^4.4.0"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
"node": ">=18.14.1"
Expand Down

0 comments on commit ceeecc1

Please sign in to comment.