diff options
Diffstat (limited to 'packages/astro/test/fixtures/slots-preact/package.json')
-rw-r--r-- | packages/astro/test/fixtures/slots-preact/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/fixtures/slots-preact/package.json b/packages/astro/test/fixtures/slots-preact/package.json index bcd612323..eaff96908 100644 --- a/packages/astro/test/fixtures/slots-preact/package.json +++ b/packages/astro/test/fixtures/slots-preact/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } |