Skip to content

Commit

Permalink
fix(astro): support Astro 5 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored Sep 17, 2024
1 parent ae7510e commit 6e43909
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 434 deletions.
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@unpic/astro": "workspace:^",
"astro": "^4.5.5"
"astro": "5.0.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@types/jsdom": "^21.1.7",
"astro": "^4.15.6",
"astro": "5.0.0-beta.1",
"jsdom": "^25.0.0",
"vitest": "^2.1.1"
},
Expand All @@ -42,6 +42,6 @@
"blurhash": "^2.0.5"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0"
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}
Loading

0 comments on commit 6e43909

Please sign in to comment.