diff --git a/.changeset/serious-rats-fold.md b/.changeset/serious-rats-fold.md new file mode 100644 index 00000000..1014c966 --- /dev/null +++ b/.changeset/serious-rats-fold.md @@ -0,0 +1,5 @@ +--- +"@unpic/astro": patch +--- + +feat(astro): add Astro 6 support diff --git a/packages/astro/package.json b/packages/astro/package.json index 659cd713..7e933a06 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -43,7 +43,7 @@ "@astrojs/check": "^0.9.5", "@testing-library/dom": "^10.4.0", "@types/jsdom": "^27.0.0", - "astro": "^5.1.7", + "astro": "^6.0.0", "jsdom": "^27.2.0", "tsup": "^8.3.5", "vitest": "^3.0.2" @@ -55,6 +55,6 @@ "blurhash": "^2.0.5" }, "peerDependencies": { - "astro": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-beta" + "astro": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" } -} \ No newline at end of file +}