summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-12-19 07:26:29 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-19 09:26:29 -0600
commit783a2a8e1bf3854b384e78fee7808777bfdfb501 (patch)
tree1ef0a8337c08116909acfc4f3f9681433084a649 /packages/integrations
parentd5aff85db48ccc9234968071b378829369afba9b (diff)
downloadastro-783a2a8e1bf3854b384e78fee7808777bfdfb501.tar.gz
astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.tar.zst
astro-783a2a8e1bf3854b384e78fee7808777bfdfb501.zip
[ci] release (#5642)astro@1.7.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/node/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index b2bb3f11a..e2823a363 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "^1.7.1"
+ "astro": "^1.7.2"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index ae11820e6..badde01cc 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -32,7 +32,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "^1.7.1"
+ "astro": "^1.7.2"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 053f8b3ba..fc2bcf58a 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -34,7 +34,7 @@
"send": "^0.18.0"
},
"peerDependencies": {
- "astro": "^1.7.1"
+ "astro": "^1.7.2"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",