summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test
diff options
context:
space:
mode:
authorGravatar Alexander Niebuhr <alexander@nbhr.io> 2024-01-19 14:06:23 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-19 14:06:23 +0100
commit7798a72bee1c746e380826fa449898103ddaceef (patch)
tree98bdc47200ec6e04dce7f9c7a56eff2adba4b668 /packages/integrations/netlify/test
parentc625c9816b380328e3af613186c30ffe5307d439 (diff)
downloadastro-7798a72bee1c746e380826fa449898103ddaceef.tar.gz
astro-7798a72bee1c746e380826fa449898103ddaceef.tar.zst
astro-7798a72bee1c746e380826fa449898103ddaceef.zip
chore: bump astro version (#139)
Diffstat (limited to 'packages/integrations/netlify/test')
-rw-r--r--packages/integrations/netlify/test/hosted/hosted-astro-project/package.json2
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 079851c9b..6d346e808 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.0.0"
+ "astro": "^4.2.0"
}
}