Merge pull request 'Update dependency @astrojs/cloudflare to v11' (#116) from renovate/astrojs-cloudflare-11.x into main
Reviewed-on: #116
This commit is contained in:
commit
3e27265bc9
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue