diff options
Diffstat (limited to 'packages/integrations/node/test')
14 files changed, 14 insertions, 14 deletions
diff --git a/packages/integrations/node/test/fixtures/api-route/package.json b/packages/integrations/node/test/fixtures/api-route/package.json index 63267d20f..d2a97c8c7 100644 --- a/packages/integrations/node/test/fixtures/api-route/package.json +++ b/packages/integrations/node/test/fixtures/api-route/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/bad-urls/package.json b/packages/integrations/node/test/fixtures/bad-urls/package.json index 3382db64b..14525a047 100644 --- a/packages/integrations/node/test/fixtures/bad-urls/package.json +++ b/packages/integrations/node/test/fixtures/bad-urls/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/encoded/package.json b/packages/integrations/node/test/fixtures/encoded/package.json index 318f63b76..53dc0855f 100644 --- a/packages/integrations/node/test/fixtures/encoded/package.json +++ b/packages/integrations/node/test/fixtures/encoded/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/errors/package.json b/packages/integrations/node/test/fixtures/errors/package.json index 08718c64a..9ba94b5af 100644 --- a/packages/integrations/node/test/fixtures/errors/package.json +++ b/packages/integrations/node/test/fixtures/errors/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/headers/package.json b/packages/integrations/node/test/fixtures/headers/package.json index 3896db2b6..8746f772b 100644 --- a/packages/integrations/node/test/fixtures/headers/package.json +++ b/packages/integrations/node/test/fixtures/headers/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/image/package.json b/packages/integrations/node/test/fixtures/image/package.json index baa6818d6..8e4407688 100644 --- a/packages/integrations/node/test/fixtures/image/package.json +++ b/packages/integrations/node/test/fixtures/image/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" }, "peerDependencies": { "sharp": "^0.33.5" diff --git a/packages/integrations/node/test/fixtures/locals/package.json b/packages/integrations/node/test/fixtures/locals/package.json index b528ed287..db854caac 100644 --- a/packages/integrations/node/test/fixtures/locals/package.json +++ b/packages/integrations/node/test/fixtures/locals/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/node-middleware/package.json b/packages/integrations/node/test/fixtures/node-middleware/package.json index 2e71320f6..336e69fef 100644 --- a/packages/integrations/node/test/fixtures/node-middleware/package.json +++ b/packages/integrations/node/test/fixtures/node-middleware/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/prerender-404-500/package.json b/packages/integrations/node/test/fixtures/prerender-404-500/package.json index 1dc9ec370..61d70fbb9 100644 --- a/packages/integrations/node/test/fixtures/prerender-404-500/package.json +++ b/packages/integrations/node/test/fixtures/prerender-404-500/package.json @@ -5,6 +5,6 @@ "type": "module", "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/prerender/package.json b/packages/integrations/node/test/fixtures/prerender/package.json index 1668efe9a..f0e873151 100644 --- a/packages/integrations/node/test/fixtures/prerender/package.json +++ b/packages/integrations/node/test/fixtures/prerender/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/preview-headers/package.json b/packages/integrations/node/test/fixtures/preview-headers/package.json index d4e7e6f07..0764f2581 100644 --- a/packages/integrations/node/test/fixtures/preview-headers/package.json +++ b/packages/integrations/node/test/fixtures/preview-headers/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/trailing-slash/package.json b/packages/integrations/node/test/fixtures/trailing-slash/package.json index 678c1de18..69a1b92c4 100644 --- a/packages/integrations/node/test/fixtures/trailing-slash/package.json +++ b/packages/integrations/node/test/fixtures/trailing-slash/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/url/package.json b/packages/integrations/node/test/fixtures/url/package.json index d6f59406d..07145a8cb 100644 --- a/packages/integrations/node/test/fixtures/url/package.json +++ b/packages/integrations/node/test/fixtures/url/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } diff --git a/packages/integrations/node/test/fixtures/well-known-locations/package.json b/packages/integrations/node/test/fixtures/well-known-locations/package.json index 2518be295..3a8a66de7 100644 --- a/packages/integrations/node/test/fixtures/well-known-locations/package.json +++ b/packages/integrations/node/test/fixtures/well-known-locations/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "@astrojs/node": "workspace:*", - "astro": "^5.1.3" + "astro": "^5.1.6" } } |