diff --git a/package-lock.json b/package-lock.json index 0444249..375bb4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "joehanson-dev", "version": "0.0.1", "dependencies": { - "@astrojs/cloudflare": "^7.1.0", + "@astrojs/cloudflare": "^8.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", "astro": "^3.1.0", @@ -39,9 +39,9 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "7.7.1", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-7.7.1.tgz", - "integrity": "sha512-0QflEv/MDKsbnQalEtmbX84F6Brt8YKW7J3x4qFaXAWJmTUci1LX24UqQ5kFu/o9U/KVDUtlLUS2WYjOhh/w0Q==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-8.0.0.tgz", + "integrity": "sha512-JmbxfVjqJXJnzBe69fZEsX3u00DwsEEsCqDlh+pnaFoNjAGMubI+2yME7i0NBdH6TJ/YYWe889xQePZ0I7gu2g==", "dependencies": { "@astrojs/underscore-redirects": "^0.3.3", "@cloudflare/workers-types": "^4.20231025.0", @@ -50,11 +50,10 @@ "esbuild": "^0.19.5", "find-up": "^6.3.0", "miniflare": "3.20231025.1", - "tiny-glob": "^0.2.9", - "vite": "^4.5.0" + "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "^3.4.3" + "astro": "^3.0.0 || ^4.0.0" } }, "node_modules/@astrojs/cloudflare/node_modules/find-up": { diff --git a/package.json b/package.json index b33aed5..c7953b7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/cloudflare": "^7.1.0", + "@astrojs/cloudflare": "^8.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", "astro": "^3.1.0",