chore: bump deps 3f9aef6f
Steve · 2026-04-30 20:31 1 file(s) · +10 −10
package.json +10 −10
16 16
		"@astrojs/mdx": "4.3.13",
17 17
		"@astrojs/sitemap": "3.6.1",
18 18
		"@biomejs/biome": "2.1.1",
19 -
		"@tailwindcss/typography": "^0.5.15",
20 -
		"@tailwindcss/vite": "^4.1.7",
21 -
		"@types/bun": "^1.3.6",
19 +
		"@tailwindcss/typography": "^0.5.19",
20 +
		"@tailwindcss/vite": "^4.2.4",
21 +
		"@types/bun": "^1.3.13",
22 22
		"@types/markdown-it": "^14.1.2",
23 -
		"@types/sanitize-html": "^2.16.0",
24 -
		"tailwindcss": "^4.1.7",
25 -
		"typescript": "^5.6.2",
26 -
		"wrangler": "^4.58.0"
23 +
		"@types/sanitize-html": "^2.16.1",
24 +
		"tailwindcss": "^4.2.4",
25 +
		"typescript": "^5.9.3",
26 +
		"wrangler": "^4.87.0"
27 27
	},
28 28
	"dependencies": {
29 29
		"@astrojs/cloudflare": "12.6.12",
30 30
		"@astrojs/rss": "4.0.14",
31 31
		"@astrojs/ts-plugin": "1.10.6",
32 32
		"astro": "5.16.7",
33 -
		"markdown-it": "^14.1.0",
33 +
		"markdown-it": "^14.1.1",
34 34
		"rehype-external-links": "^3.0.0",
35 -
		"sanitize-html": "^2.17.0",
36 -
		"sharp": "^0.33.1",
35 +
		"sanitize-html": "^2.17.3",
36 +
		"sharp": "^0.33.5",
37 37
		"shiki": "^4.0.2"
38 38
	}
39 39
}