Compare commits

..

No commits in common. "3e27265bc93bcaaf9dffcb844a97ed87bb77adea" and "15a3d9564b9aea7ff2b90fab09c2519bfc9aa9d3" have entirely different histories.

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

View file

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