diff options
author | 2024-10-31 16:37:39 +0800 | |
---|---|---|
committer | 2024-10-31 16:37:39 +0800 | |
commit | cda61b80c1727be53640901d39bcb2214770e1ed (patch) | |
tree | 68d492a420624cb705f8656984ceba8416c7accb /packages/integrations/netlify/test | |
parent | 73fc439970f43f660339f816ce49c1f79eec9e3c (diff) | |
download | astro-cda61b80c1727be53640901d39bcb2214770e1ed.tar.gz astro-cda61b80c1727be53640901d39bcb2214770e1ed.tar.zst astro-cda61b80c1727be53640901d39bcb2214770e1ed.zip |
chore(deps): update all non-major dependencies (#428)
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/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 a3eeff12f..4a0c8e266 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.16.7" + "astro": "^4.16.8" } } |