diff options
author | 2024-09-16 19:31:49 +0200 | |
---|---|---|
committer | 2024-09-16 13:31:49 -0400 | |
commit | d9619eef3a62c841b9408d23032dd19e8caaed60 (patch) | |
tree | d0f0617ef03f9775669a69b21bcef3c55363c781 /packages/integrations/netlify/test | |
parent | 132b66147faf50dffe977224786f04a16e75b9e7 (diff) | |
download | astro-d9619eef3a62c841b9408d23032dd19e8caaed60.tar.gz astro-d9619eef3a62c841b9408d23032dd19e8caaed60.tar.zst astro-d9619eef3a62c841b9408d23032dd19e8caaed60.zip |
Adapter related changes for IntegrationData (#377)
* chore: port adapter related changes from astro #11864
* chore: bump version
* chore: bump
* fix: types
* fix
* fix: tests
* fix: locals
* Update expected image endpoint
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
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 46180c46a..a13a65ca1 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": "^5.0.0-alpha.6" + "astro": "^5.0.0-alpha.8" } } |