diff options
author | 2024-05-09 15:20:13 +0800 | |
---|---|---|
committer | 2024-05-09 15:20:13 +0800 | |
commit | f9b6f4fc2f9405928687e09ec3beebda1aab318f (patch) | |
tree | 6b15405691fe46f6ee12b968f1fe94456e255a3f /packages/integrations/markdoc/test | |
parent | e39ee5662d870a91a75b6b3ac441b9e3ef9e1063 (diff) | |
download | astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.gz astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.zst astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.zip |
chore(deps): update all non-major dependencies (#10958)
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 f70e2b6c1..b1e18ad66 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.20.1" + "preact": "^10.21.0" } } |