Skip to content

Commit

Permalink
⬆️ Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiorivera committed Dec 26, 2024
1 parent e7d6bb9 commit 7323ca2
Show file tree
Hide file tree
Showing 3 changed files with 1,896 additions and 1,312 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import mdx from "@astrojs/mdx";
import react from "@astrojs/react";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";
import vercel from "@astrojs/vercel/serverless";
import vercel from "@astrojs/vercel";
import { defineConfig } from "astro/config";

// https://astro.build/config
Expand All @@ -16,7 +16,7 @@ export default defineConfig({
applyBaseStyles: false,
}),
],
output: "hybrid",
output: "static",
adapter: vercel({
webAnalytics: {
enabled: true,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.9",
"@astrojs/react": "3.6.3",
"@astrojs/mdx": "4.0.3",
"@astrojs/react": "4.1.2",
"@astrojs/rss": "4.0.10",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vercel": "7.8.2",
"@astrojs/vercel": "8.0.1",
"@biomejs/biome": "1.9.4",
"@fontsource-variable/eb-garamond": "^5.0.19",
"@fontsource-variable/inter": "^5.0.18",
Expand All @@ -28,14 +28,14 @@
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vercel/speed-insights": "1.1.0",
"astro": "4.16.18",
"astro": "5.1.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dayjs": "1.11.13",
"lucide-react": "0.469.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "2.5.5",
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.2"
Expand Down
Loading

0 comments on commit 7323ca2

Please sign in to comment.