diff options
Diffstat (limited to 'packages/integrations/image/package.json')
-rw-r--r-- | packages/integrations/image/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 1ac8727cb..a5face3c1 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.17.2", + "version": "0.17.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -63,7 +63,7 @@ "vite": "^4.4.6" }, "peerDependencies": { - "astro": "workspace:^2.9.7", + "astro": "workspace:^2.10.0", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { |