diff options
author | 2024-01-19 14:06:23 +0100 | |
---|---|---|
committer | 2024-01-19 14:06:23 +0100 | |
commit | 7798a72bee1c746e380826fa449898103ddaceef (patch) | |
tree | 98bdc47200ec6e04dce7f9c7a56eff2adba4b668 /packages/integrations/netlify/test | |
parent | c625c9816b380328e3af613186c30ffe5307d439 (diff) | |
download | astro-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.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 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" } } |