summaryrefslogtreecommitdiff
path: root/packages/integrations/image/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-02 12:13:10 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-02 15:13:10 -0400
commit297a1dae51962bde7a66cc3a4062ff23b64412bc (patch)
treeaf6df98d3801cc6e38f3026bb11c242ba02421af /packages/integrations/image/package.json
parent77270cc2cd06c942d7abf1d882e36d9163edafa5 (diff)
downloadastro-c2f9545c1fba8f474aa42fc6ffa3840d62cabc69.tar.gz
astro-c2f9545c1fba8f474aa42fc6ffa3840d62cabc69.tar.zst
astro-c2f9545c1fba8f474aa42fc6ffa3840d62cabc69.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/image/package.json')
-rw-r--r--packages/integrations/image/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index 90e3ba5de..39ddb34ec 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site",
- "version": "0.16.6",
+ "version": "0.16.7",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -62,7 +62,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.3.3",
+ "astro": "workspace:^2.3.4",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {