diff options
Diffstat (limited to 'packages/integrations/cloudflare/package.json')
-rw-r--r-- | packages/integrations/cloudflare/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index f4ad834a0..9fba0037a 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "6.5.1", + "version": "6.6.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -45,7 +45,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.7.2" + "astro": "workspace:^2.7.3" }, "devDependencies": { "astro": "workspace:*", |