diff options
author | 2025-03-04 10:58:12 +0000 | |
---|---|---|
committer | 2025-03-04 10:58:12 +0000 | |
commit | 16d6d41b2e8b4c418b580f945d26a1ef386940a4 (patch) | |
tree | 64e174360637536f182dd6b876479c079a378283 /packages/integrations/markdoc/test | |
parent | 5c0e0eaa908bbfd6705eb950713c26c9ee0bd32d (diff) | |
download | astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.tar.gz astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.tar.zst astro-16d6d41b2e8b4c418b580f945d26a1ef386940a4.zip |
fix(deps): update all non-major dependencies (#13346)
* fix(deps): update all non-major dependencies
* chore: fix type issue
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@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 518348cb6..4e9bad754 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.25.4" + "preact": "^10.26.4" } } |