Skip to content

Commit

Permalink
chore: revert astro devdep to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Oct 26, 2024
1 parent b44d202 commit 0f3a5c5
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 118 deletions.
6 changes: 3 additions & 3 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": "5.0.0-beta.5",
"astro": "^4.16.7",
"jsdom": "^25.0.1",
"vitest": "^2.1.3"
},
Expand All @@ -42,6 +42,6 @@
"blurhash": "^2.0.5"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta"
}
}
}
Loading

0 comments on commit 0f3a5c5

Please sign in to comment.