Skip to content

Commit

Permalink
upgrade to astro v5 (#39)
Browse files Browse the repository at this point in the history
* upgrade to astro v5

* fix styles
  • Loading branch information
iswilljr authored Dec 24, 2024
1 parent 54b9a83 commit 7e4c797
Show file tree
Hide file tree
Showing 5 changed files with 1,622 additions and 919 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'astro/config'
import tailwind from '@astrojs/tailwind'
import react from '@astrojs/react'
import vercel from '@astrojs/vercel/serverless'
import vercel from '@astrojs/vercel'
import db from '@astrojs/db'
import legacy from '@vitejs/plugin-legacy'
import sitemap from '@astrojs/sitemap'
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/db": "^0.14.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "5.1.2",
"@astrojs/vercel": "7.8.2",
"@astrojs/db": "^0.14.5",
"@astrojs/react": "^4.1.2",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vercel": "8.0.1",
"@libsql/kysely-libsql": "0.4.1",
"@nanostores/react": "0.8.0",
"@radix-ui/react-dialog": "^1.1.2",
Expand All @@ -27,7 +27,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-legacy": "5.4.3",
"astro": "4.16.10",
"astro": "5.1.1",
"better-auth": "0.8.2-beta.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down
Loading

0 comments on commit 7e4c797

Please sign in to comment.