Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Mar 23, 2024
1 parent 55c0d05 commit 1afc895
Show file tree
Hide file tree
Showing 2 changed files with 737 additions and 628 deletions.
32 changes: 15 additions & 17 deletions chan.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,21 @@
"tsc": "tsc"
},
"devDependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/markdown-remark": "^4.3.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@componentdriven/csf": "0.0.2-alpha.0",
"@remark-embedder/core": "^3.0.2",
"@remark-embedder/transformer-oembed": "^3.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@types/bun": "^1.0.7",
"@types/sanitize-html": "^2.11.0",
"astro": "^4.4.0",
"astro-expressive-code": "^0.32.4",
"astro": "^4.5.9",
"astro-expressive-code": "^0.33.5",
"hastscript": "^9.0.0",
"lucide": "^0.331.0",
"markdown-it": "^14.0.0",
"lucide": "^0.363.0",
"markdown-it": "^14.1.0",
"micromark": "^4.0.0",
"micromark-extension-gfm": "^3.0.0",
"pagefind": "^1.0.4",
Expand All @@ -41,25 +40,24 @@
"remark-external-links": "^9.0.1",
"remark-obsidian-callout": "^1.1.3",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.11.0",
"shiki": "^1.1.3",
"sanitize-html": "^2.13.0",
"shiki": "^1.2.0",
"tailwindcss": "^3.4.1",
"title-case": "^4.3.1",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"unist-util-visit": "^5.0.0",
"wrangler": "^3.28.3"
"wrangler": "^3.37.0"
},
"dependencies": {
"@astrojs/cloudflare": "^9.0.1",
"@astrojs/cloudflare": "^9.2.0",
"@astrojs/db": "^0.9.4",
"@astrojs/react": "^3.0.10",
"@libsql/client": "0.5.0",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@astrojs/react": "^3.1.0",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"better-sqlite3": "^9.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "0.33.2"
"sharp": "0.33.3"
},
"engine": {
"node": ">=20.0.0"
Expand Down
Loading

0 comments on commit 1afc895

Please sign in to comment.