Skip to content

Commit f7c02dc

Browse files
prototypadelucis
andauthored
Allows astro-auto-import to be installed in projects developed with Astro v5 (#51)
* Add ^5.0.0-beta to package.json * Add changeset --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
1 parent c8a73a1 commit f7c02dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/light-pillows-know.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro-auto-import": patch
3+
---
4+
5+
Adds support for Astro v5

packages/astro-auto-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"acorn": "^8.8.0"
4040
},
4141
"peerDependencies": {
42-
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta"
42+
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta"
4343
},
4444
"engines": {
4545
"node": ">=16.0.0"

0 commit comments

Comments
 (0)