Skip to content

Commit

Permalink
Bump dependencies and remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 14, 2024
1 parent cb476e4 commit 61fda22
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 230 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "astro/config";
import embeds from "astro-embed/integration";
import starlight from "@astrojs/starlight";
import starlightImageZoom from "starlight-image-zoom";
import starlightBlog from "starlight-blog";
// import starlightBlog from "starlight-blog";
import starlightLinksValidator from "starlight-links-validator";
import tailwind from "@astrojs/tailwind";
import icon from "astro-icon";
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,20 @@
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.25.4",
"@astrojs/starlight": "^0.25.5",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/ph": "^1.1.14",
"astro": "^4.13.3",
"astro": "^4.13.4",
"astro-embed": "^0.7.2",
"astro-icon": "^1.1.0",
"astro-og-canvas": "^0.5.3",
"astro-vtbot": "^1.8.4",
"canvaskit-wasm": "^0.39.1",
"sharp": "^0.33.4",
"starlight-blog": "^0.11.1",
"starlight-image-zoom": "^0.7.0",
"starlight-links-validator": "^0.10.1",
"starlight-view-modes": "^0.6.0",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 61fda22

Please sign in to comment.