diff options
author | 2024-07-31 21:17:26 +0800 | |
---|---|---|
committer | 2024-07-31 21:17:26 +0800 | |
commit | 750d5328c93be9ac3df352d2d813c109891c8e64 (patch) | |
tree | 0c4311f9cc36d323fd0a1ad96286c110a9de162a /packages/integrations/markdoc/test | |
parent | 45ad326932971b44630a32d9092c9505f24f42f8 (diff) | |
download | astro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.gz astro-750d5328c93be9ac3df352d2d813c109891c8e64.tar.zst astro-750d5328c93be9ac3df352d2d813c109891c8e64.zip |
fix(deps): update all non-major dependencies (#11565)
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 d4a77b453..9ca21ed16 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.1" + "preact": "^10.23.1" } } |