diff options
author | 2024-11-27 16:22:39 +0800 | |
---|---|---|
committer | 2024-11-27 16:22:39 +0800 | |
commit | ca56c1e4823fbf403445caa55bc4e7ba876fa47d (patch) | |
tree | e52f9653a6ac1779c48afe5610e50d363c0858da /packages/integrations/netlify/test | |
parent | cda61b80c1727be53640901d39bcb2214770e1ed (diff) | |
download | astro-ca56c1e4823fbf403445caa55bc4e7ba876fa47d.tar.gz astro-ca56c1e4823fbf403445caa55bc4e7ba876fa47d.tar.zst astro-ca56c1e4823fbf403445caa55bc4e7ba876fa47d.zip |
fix(deps): update all non-major dependencies (#431)
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 4a0c8e266..86bb5a0b6 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.8" + "astro": "^4.16.15" } } |