diff options
author | 2024-09-18 11:45:09 +0800 | |
---|---|---|
committer | 2024-09-18 11:45:09 +0800 | |
commit | c57d9f6254326c84a6583319a745341ab8e2a0da (patch) | |
tree | 74392ab36d55b2974d0336bb562237130c8a3cef /packages/integrations/netlify/test | |
parent | 6439732b8ca7bf921189772416cb6425078a7ef2 (diff) | |
download | astro-c57d9f6254326c84a6583319a745341ab8e2a0da.tar.gz astro-c57d9f6254326c84a6583319a745341ab8e2a0da.tar.zst astro-c57d9f6254326c84a6583319a745341ab8e2a0da.zip |
chore(deps): update all non-major dependencies (#393)
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 f8a1988e8..190849f7d 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.4" + "astro": "^4.15.6" } } |