diff options
author | 2024-07-01 16:32:17 +0800 | |
---|---|---|
committer | 2024-07-01 16:32:17 +0800 | |
commit | e60aab9a9f2510c4ebc037b673bb665b8e754854 (patch) | |
tree | e6809405791edc6619a0550da7960af796fb9d90 /packages/integrations/markdoc/test | |
parent | e6de11f4a941e29123da3714e5b8f17d25744f0f (diff) | |
download | astro-e60aab9a9f2510c4ebc037b673bb665b8e754854.tar.gz astro-e60aab9a9f2510c4ebc037b673bb665b8e754854.tar.zst astro-e60aab9a9f2510c4ebc037b673bb665b8e754854.zip |
fix(deps): update all non-major dependencies (#11383)
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 aceb7d21e..d4a77b453 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.22.0" + "preact": "^10.22.1" } } |