Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasKn committed Dec 16, 2024
1 parent 007e3a0 commit 83c979a
Show file tree
Hide file tree
Showing 5 changed files with 802 additions and 1,198 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 starlight from "@astrojs/starlight";
import react from "@astrojs/react";
import vercel from "@astrojs/vercel/static";
import vercel from "@astrojs/vercel";

import tailwind from "@astrojs/tailwind";
import { externalLink } from "./src/plugins/externalLink";
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,24 @@
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/react": "^3.6.3",
"@astrojs/markdown-remark": "^6.0.1",
"@astrojs/react": "^4.1.0",
"@astrojs/starlight": "^0.30.1",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^7.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@astrojs/vercel": "^8.0.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vercel/analytics": "^1.4.1",
"astro": "^4.16.17",
"astro": "^5.0.6",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
Expand All @@ -34,4 +35,4 @@
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}
}
Loading

0 comments on commit 83c979a

Please sign in to comment.