Compare commits

...

13 commits

Author SHA1 Message Date
96bb222ff0 Update dependency astro to v4.5.12 2024-03-28 19:01:48 +00:00
37b312b65e Merge pull request 'Update dependency @astrojs/cloudflare to v10' (#85) from renovate/astrojs-cloudflare-10.x into main
Reviewed-on: #85
2024-03-28 18:28:17 +00:00
9e3a559aed
Merge branch 'renovate/astrojs-cloudflare-10.x' of git.hsn.dev:jahanson/joehanson-dev into renovate/astrojs-cloudflare-10.x 2024-03-28 13:27:30 -05:00
9ddf642dc0
Fix breaking changes for v9 --> v10 2024-03-28 13:27:21 -05:00
5d75937cac
Update dependency @astrojs/cloudflare to v10 2024-03-28 13:27:21 -05:00
b122db9cc1
Fix breaking changes for v9 --> v10 2024-03-28 13:21:16 -05:00
a41fe8df3d Merge pull request 'Update dependency @astrojs/cloudflare to v9.2.1' (#83) from renovate/astrojs-cloudflare-9.x-lockfile into main
Reviewed-on: #83
2024-03-28 18:05:30 +00:00
aa010cfa6d Merge pull request 'Update dependency @tailwindcss/typography to v0.5.12' (#81) from renovate/tailwindcss-typography-0.x-lockfile into main
Reviewed-on: #81
2024-03-28 18:05:10 +00:00
f6ee2a5764 Merge pull request 'Update dependency tailwindcss to v3.4.3' (#84) from renovate/tailwindcss-3.x-lockfile into main
Reviewed-on: #84
2024-03-28 18:04:58 +00:00
7f02e6dc2b Update dependency @astrojs/cloudflare to v10 2024-03-28 12:02:42 +00:00
5c5d7070ea Update dependency tailwindcss to v3.4.3 2024-03-27 20:02:29 +00:00
740cbc29ed Update dependency @tailwindcss/typography to v0.5.12 2024-03-27 17:02:10 +00:00
7693f2d1f8 Update dependency @astrojs/cloudflare to v9.2.1 2024-03-27 14:02:56 +00:00
3 changed files with 640 additions and 172 deletions

View file

@ -7,5 +7,5 @@ import cloudflare from "@astrojs/cloudflare";
export default defineConfig({
integrations: [tailwind()],
output: "server",
adapter: cloudflare({ mode: 'directory' })
adapter: cloudflare(),
});

808
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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