diff --git a/examples/astro/package.json b/examples/astro/package.json index 85785f0..e3f7770 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -8,6 +8,6 @@ "preview": "astro preview --port 4174" }, "devDependencies": { - "astro": "^6.3.0" + "astro": "^7.1.3" } }