Skip to content

Commit

Permalink
update safe dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Apr 21, 2024
1 parent 9678868 commit a125ade
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 385 deletions.
30 changes: 15 additions & 15 deletions chan.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,45 @@
"tsc": "tsc"
},
"devDependencies": {
"@astrojs/markdown-remark": "^4.3.1",
"@astrojs/markdown-remark": "^4.3.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/sitemap": "^3.1.4",
"@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",
"@tailwindcss/typography": "^0.5.12",
"@types/sanitize-html": "^2.11.0",
"astro": "^4.5.9",
"astro": "^4.6.3",
"astro-expressive-code": "^0.33.5",
"hastscript": "^9.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",
"pagefind": "^1.1.0",
"rehype-autolink-headings": "^7.1.0",
"remark-deflist": "^1.0.0",
"remark-directive": "^3.0.0",
"remark-external-links": "^9.0.1",
"remark-obsidian-callout": "^1.1.3",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.13.0",
"shiki": "^1.2.0",
"tailwindcss": "^3.4.1",
"shiki": "^1.3.0",
"tailwindcss": "^3.4.3",
"title-case": "^4.3.1",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"wrangler": "^3.37.0"
"wrangler": "^3.51.2"
},
"dependencies": {
"@astrojs/cloudflare": "^9.2.0",
"@astrojs/db": "^0.9.4",
"@astrojs/react": "^3.1.0",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"better-sqlite3": "^9.4.3",
"@astrojs/cloudflare": "^9.2.1",
"@astrojs/db": "^0.9.11",
"@astrojs/react": "^3.3.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"better-sqlite3": "^9.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "0.33.3"
Expand Down
Loading

0 comments on commit a125ade

Please sign in to comment.