Merge pull request 'Update dependency @astrojs/cloudflare to v8' (#30) from renovate/astrojs-cloudflare-8.x into main

Reviewed-on: #30
This commit is contained in:
Joseph Hanson 2023-12-05 18:45:34 +00:00
commit 79b67d0210
2 changed files with 7 additions and 8 deletions

13
package-lock.json generated
View file

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

View file

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/cloudflare": "^7.1.0", "@astrojs/cloudflare": "^8.0.0",
"@astrojs/tailwind": "^5.0.0", "@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"astro": "^3.1.0", "astro": "^3.1.0",