diff options
author | 2024-10-01 11:21:48 +0800 | |
---|---|---|
committer | 2024-10-01 11:21:48 +0800 | |
commit | e748c480a7a023ab0c6b46b0d3f6653cc0e52945 (patch) | |
tree | 0f91df5401781aa193d880cee462609e8e959e44 /packages/integrations/markdoc/test | |
parent | 8679954bf647529e0f2134053866fc507e64c5e3 (diff) | |
parent | 12dae50c776474748a80cb65c8bf1c67f0825cb0 (diff) | |
download | astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.tar.gz astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.tar.zst astro-e748c480a7a023ab0c6b46b0d3f6653cc0e52945.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 03b95608b..4bf2dba06 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.23.2" + "preact": "^10.24.1" } } |