Skip to content

Commit 8f23e86

Browse files
committed
Update peer dependencies to support Astro v2
1 parent 58ca589 commit 8f23e86

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/rare-beans-live.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro-netlify-cms": patch
3+
---
4+
5+
Update peer dependencies to support Astro v2

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react-dom": "^17.0.2"
3636
},
3737
"peerDependencies": {
38-
"astro": "^1.0.0"
38+
"astro": "^1.0.0 || ^2.0.0-beta"
3939
},
4040
"devDependencies": {
4141
"@changesets/changelog-github": "^0.4.7",

0 commit comments

Comments
 (0)