From 6ce24c4b69dafca3b73c4cd76de40f79ae78981b Mon Sep 17 00:00:00 2001 From: Smeagol Date: Thu, 1 Feb 2024 17:12:44 +0000 Subject: [PATCH] Update dependency @astrojs/cloudflare to v9 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed83e70..7f37ead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "joehanson-dev", "version": "0.0.1", "dependencies": { - "@astrojs/cloudflare": "^8.0.0", + "@astrojs/cloudflare": "^9.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", "astro": "^4.0.6", @@ -39,9 +39,9 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-8.1.0.tgz", - "integrity": "sha512-RSkthOcw1/ZAA9PhSX9LEWRvbyLJ/vTJCv8nJ4LxBqMlR5j7Lt6LnQP0hI/LAlDHgnG1Hc4Hd7tB2SF85OivJw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-9.0.0.tgz", + "integrity": "sha512-EkUUCCGp35O0pPgRIBuahbz/eQlnOPoCM4aszFMqIWcjfOJMXMlXLma5MEHFDdNOdLdPb53LmuWBVIjDOvsUfQ==", "dependencies": { "@astrojs/underscore-redirects": "^0.3.3", "@cloudflare/workers-types": "^4.20231025.0", @@ -53,7 +53,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0" + "astro": "^4.2.0" } }, "node_modules/@astrojs/cloudflare/node_modules/find-up": { diff --git a/package.json b/package.json index 292bd35..a658f06 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/cloudflare": "^8.0.0", + "@astrojs/cloudflare": "^9.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", "astro": "^4.0.6",