diff --git a/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json b/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json index b7787cc1..d4039526 100644 --- a/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json +++ b/examples/astro/template-hierarchy-data-fetching-urql/example-app/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@urql/core": "^5.1.1", - "astro": "6.4.6" + "astro": "7.1.0" } }