Merge pull request 'Update dependency @astrojs/cloudflare to v9' (#49) from renovate/astrojs-cloudflare-9.x into main

Reviewed-on: #49
This commit is contained in:
Joseph Hanson 2024-02-01 17:51:25 +00:00
commit 0133a167ef
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": "^8.0.0",
"@astrojs/cloudflare": "^9.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": "8.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-8.1.0.tgz",
"integrity": "sha512-RSkthOcw1/ZAA9PhSX9LEWRvbyLJ/vTJCv8nJ4LxBqMlR5j7Lt6LnQP0hI/LAlDHgnG1Hc4Hd7tB2SF85OivJw==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-9.0.0.tgz",
"integrity": "sha512-EkUUCCGp35O0pPgRIBuahbz/eQlnOPoCM4aszFMqIWcjfOJMXMlXLma5MEHFDdNOdLdPb53LmuWBVIjDOvsUfQ==",
"dependencies": {
"@astrojs/underscore-redirects": "^0.3.3",
"@cloudflare/workers-types": "^4.20231025.0",
@ -53,7 +53,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
"astro": "^4.2.0"
}
},
"node_modules/@astrojs/cloudflare/node_modules/find-up": {

View file

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