diff options
author | 2024-11-27 16:20:16 +0800 | |
---|---|---|
committer | 2024-11-27 16:20:16 +0800 | |
commit | 6fc29e3c24a23774d2bd960028716a660d3e9b53 (patch) | |
tree | 546653718c0b8910383455d625558213b1954f08 /packages/integrations/markdoc/test | |
parent | cf0d8b08a0f16bba7310d1a92c82b5a276682e8c (diff) | |
download | astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.gz astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.tar.zst astro-6fc29e3c24a23774d2bd960028716a660d3e9b53.zip |
fix(deps): update all non-major dependencies (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
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" } } |