aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/node/test
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/node/test')
-rw-r--r--packages/integrations/node/test/fixtures/api-route/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/bad-urls/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/encoded/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/errors/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/headers/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/image/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/locals/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/node-middleware/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/prerender-404-500/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/prerender/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/preview-headers/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/trailing-slash/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/url/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/well-known-locations/package.json2
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 23f6ae84e..18a2ca197 100644
--- a/packages/integrations/node/test/fixtures/api-route/package.json
+++ b/packages/integrations/node/test/fixtures/api-route/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/bad-urls/package.json b/packages/integrations/node/test/fixtures/bad-urls/package.json
index 69196d77f..08f147d06 100644
--- a/packages/integrations/node/test/fixtures/bad-urls/package.json
+++ b/packages/integrations/node/test/fixtures/bad-urls/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/encoded/package.json b/packages/integrations/node/test/fixtures/encoded/package.json
index 8e2dc22da..f1c4eb0e8 100644
--- a/packages/integrations/node/test/fixtures/encoded/package.json
+++ b/packages/integrations/node/test/fixtures/encoded/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/errors/package.json b/packages/integrations/node/test/fixtures/errors/package.json
index bcbeb22a3..a7558d2f2 100644
--- a/packages/integrations/node/test/fixtures/errors/package.json
+++ b/packages/integrations/node/test/fixtures/errors/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/headers/package.json b/packages/integrations/node/test/fixtures/headers/package.json
index 7d4461c74..a462f7f52 100644
--- a/packages/integrations/node/test/fixtures/headers/package.json
+++ b/packages/integrations/node/test/fixtures/headers/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/image/package.json b/packages/integrations/node/test/fixtures/image/package.json
index 81f8757e0..fde65757f 100644
--- a/packages/integrations/node/test/fixtures/image/package.json
+++ b/packages/integrations/node/test/fixtures/image/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
},
"scripts": {
diff --git a/packages/integrations/node/test/fixtures/locals/package.json b/packages/integrations/node/test/fixtures/locals/package.json
index 346197f34..d4f157748 100644
--- a/packages/integrations/node/test/fixtures/locals/package.json
+++ b/packages/integrations/node/test/fixtures/locals/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/node-middleware/package.json b/packages/integrations/node/test/fixtures/node-middleware/package.json
index f1a96bded..6aedf66ef 100644
--- a/packages/integrations/node/test/fixtures/node-middleware/package.json
+++ b/packages/integrations/node/test/fixtures/node-middleware/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
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 85ec9a334..595d76a34 100644
--- a/packages/integrations/node/test/fixtures/prerender-404-500/package.json
+++ b/packages/integrations/node/test/fixtures/prerender-404-500/package.json
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/prerender/package.json b/packages/integrations/node/test/fixtures/prerender/package.json
index 0dd9eb44c..80c017a61 100644
--- a/packages/integrations/node/test/fixtures/prerender/package.json
+++ b/packages/integrations/node/test/fixtures/prerender/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/preview-headers/package.json b/packages/integrations/node/test/fixtures/preview-headers/package.json
index e19118612..4c06ee298 100644
--- a/packages/integrations/node/test/fixtures/preview-headers/package.json
+++ b/packages/integrations/node/test/fixtures/preview-headers/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/trailing-slash/package.json b/packages/integrations/node/test/fixtures/trailing-slash/package.json
index 8a2080109..70e5c3cf8 100644
--- a/packages/integrations/node/test/fixtures/trailing-slash/package.json
+++ b/packages/integrations/node/test/fixtures/trailing-slash/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/url/package.json b/packages/integrations/node/test/fixtures/url/package.json
index f4e28ceac..e2f98e00d 100644
--- a/packages/integrations/node/test/fixtures/url/package.json
+++ b/packages/integrations/node/test/fixtures/url/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}
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 adcbb1597..9386842ac 100644
--- a/packages/integrations/node/test/fixtures/well-known-locations/package.json
+++ b/packages/integrations/node/test/fixtures/well-known-locations/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.14.6",
+ "astro": "^4.15.1",
"@astrojs/node": "workspace:*"
}
}