Update dependency @astrojs/cloudflare to v11

This commit is contained in:
Smeagol 2024-06-22 17:07:13 +00:00
parent 15a3d9564b
commit cc9a69aad8
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "joehanson-dev",
"version": "0.0.1",
"dependencies": {
"@astrojs/cloudflare": "^10.0.0",
"@astrojs/cloudflare": "^11.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": "10.4.2",
"resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-10.4.2.tgz",
"integrity": "sha512-v6nRHlELAEAyqC9MI7a4yw0h/g5rqcIeVV9ezSuQNxdtvoG7n8sGH6QYgXIpwrEAEIuM+cM2a509Hi1CIpfzCA==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-11.0.0.tgz",
"integrity": "sha512-758bQKWUJwjLjRMIR0Sy0dcztk/l7ZnxnH7MMFvgzUO58LpdeNRyIJuEMo79YjAR5g23wUfwRqi0UqKmzD/CkQ==",
"license": "MIT",
"dependencies": {
"@astrojs/internal-helpers": "0.3.0",
@ -55,7 +55,7 @@
"wrangler": "^3.39.0"
},
"peerDependencies": {
"astro": "^4.2.0"
"astro": "^4.10.3"
}
},
"node_modules/@astrojs/compiler": {

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^10.0.0",
"@astrojs/cloudflare": "^11.0.0",
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.6",