diff options
author | 2024-11-27 14:31:09 +0000 | |
---|---|---|
committer | 2024-11-27 14:31:09 +0000 | |
commit | 2da81e53c31f11b77c57e5ad4861fe3602ab5d7b (patch) | |
tree | 21d837ef35a28d27e621e9bebc328132a5cf2572 /packages/integrations/markdoc/test | |
parent | 827093e6175549771f9d93ddf3f2be4c2c60f0b7 (diff) | |
parent | 6eac6ba7331c3af7c2b704dc15a133748a2fd18b (diff) | |
download | astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.gz astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.zst astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.zip |
Merge branch 'main' into next
Diffstat (limited to 'packages/integrations/markdoc/test')
-rw-r--r-- | packages/integrations/markdoc/test/fixtures/render-with-components/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json index 05a1f0e58..8f3a87d11 100644 --- a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json +++ b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json @@ -6,6 +6,6 @@ "@astrojs/markdoc": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.24.3" + "preact": "^10.25.0" } } |