diff options
author | 2024-10-07 17:44:43 +0800 | |
---|---|---|
committer | 2024-10-07 17:44:43 +0800 | |
commit | fef0b8cce1a157edd9a57238c024b08aea102f46 (patch) | |
tree | d119f5c366726f306940249f3db0d3dc01c4b0e3 /packages/integrations/markdoc/test | |
parent | de35daa8517555c1b9c72bc7fe9cc955c4997a83 (diff) | |
download | astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.gz astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.zst astro-fef0b8cce1a157edd9a57238c024b08aea102f46.zip |
fix(deps): update all non-major dependencies (#12140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 4bf2dba06..65f7b54d8 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.1" + "preact": "^10.24.2" } } |