diff options
author | 2024-10-23 07:36:33 +0100 | |
---|---|---|
committer | 2024-10-23 07:36:33 +0100 | |
commit | 73fc439970f43f660339f816ce49c1f79eec9e3c (patch) | |
tree | 69a642e03fdd94b8b16291ebd49ea5787d6e6b68 /packages/integrations/netlify/test | |
parent | a366c0432ab4c6d398a505990631407fa0a26824 (diff) | |
download | astro-73fc439970f43f660339f816ce49c1f79eec9e3c.tar.gz astro-73fc439970f43f660339f816ce49c1f79eec9e3c.tar.zst astro-73fc439970f43f660339f816ce49c1f79eec9e3c.zip |
chore(deps): update all non-major dependencies (#420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/netlify/test')
-rw-r--r-- | packages/integrations/netlify/test/hosted/hosted-astro-project/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json b/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json index e9c7e36b8..a3eeff12f 100644 --- a/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json +++ b/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "@astrojs/netlify": "workspace:*", - "astro": "^4.15.12" + "astro": "^4.16.7" } } |