Skip to content

Commit

Permalink
chore: update dependencies (astro v4.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickasmt committed May 7, 2024
1 parent bdd91d0 commit 13bd626
Show file tree
Hide file tree
Showing 4 changed files with 4,687 additions and 4,117 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ This project as an experiment to see how a modern app (with features like authen
- Minimal styling (make it your own!)
- RSS Feed support
- Sitemap support
- Data Fetching
- API Endpoint

_Not implemented yet :_

- Data Fetching
- SEO component
- API Endpoint
- Subscriptions using **Lemon Squeezy** ?

## Roadmap
Expand All @@ -72,7 +72,7 @@ _Not implemented yet :_
- [x] ~Build **animes pages** (graphql)~
- [ ] Build **blog with Astro DB** (work on it)
- [ ] Build **ecommerce pages** (work on it)
- [ ] Build **dashboard pages**
- [ ] Build **auth/dashboard pages**
- [ ] Add search support for blog
- [ ] Add OG image for blog and others
- [ ] Add SEO component & metadata
Expand Down
2 changes: 0 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import react from "@astrojs/react";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";
import vercel from "@astrojs/vercel/serverless";
import simpleStackForm from "simple-stack-form";
import { defineConfig } from "astro/config";

// https://astro.build/config
Expand All @@ -26,7 +25,6 @@ export default defineConfig({
applyBaseStyles: false,
}),
db(),
simpleStackForm(),
],
output: "hybrid",
adapter: vercel({
Expand Down
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.10.1",
"@astrojs/mdx": "^2.2.4",
"@astrojs/react": "^3.1.1",
"@astrojs/db": "^0.11.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.3.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.2",
"@astrojs/vercel": "^7.5.4",
"@hookform/resolvers": "^3.3.4",
"@iconify-json/lucide": "^1.1.179",
"@iconify-json/mdi": "^1.1.65",
"@iconify-json/lucide": "^1.1.187",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/ri": "^1.1.20",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -30,31 +30,30 @@
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"astro": "^4.5.16",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.7.1",
"astro-icon": "^1.1.0",
"balance-text": "^3.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.25",
"lucide-react": "^0.365.0",
"framer-motion": "^11.1.8",
"lucide-react": "^0.378.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"sharp": "^0.33.3",
"simple-stack-form": "^0.1.12",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"mdast-util-toc": "^7.0.0",
"@tailwindcss/typography": "^0.5.13",
"mdast-util-toc": "^7.0.1",
"remark": "^15.0.1",
"unist-util-visit": "^5.0.0"
}
Expand Down
Loading

0 comments on commit 13bd626

Please sign in to comment.