Skip to content
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"fix-internal-links": "tsx scripts/fix-internal-links.ts"
},
"dependencies": {
"@astrojs/mdx": "^4.3.4",
"@astrojs/mdx": "^4.3.7",
"@astrojs/partytown": "^2.1.4",
"@astrojs/sitemap": "^3.5.0",
"@waline/client": "^3.6.0",
"astro": "^5.13.2",
"astro-compress": "^2.3.8",
"astro-og-canvas": "^0.7.0",
"astro-og-canvas": "^0.7.2",
"canvaskit-wasm": "^0.40.0",
"feed": "^5.1.0",
"katex": "^0.16.22",
"katex": "^0.16.25",
"lite-youtube-embed": "^0.3.3",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
Expand All @@ -38,7 +38,7 @@
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.3",
"sharp": "^0.34.4",
"twikoo": "^1.6.44",
"unist-util-visit": "^5.0.0"
},
Expand All @@ -49,9 +49,9 @@
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.2.0",
"@types/sanitize-html": "^2.16.0",
"@unocss/eslint-plugin": "66.4.1",
"@unocss/eslint-plugin": "66.5.4",
"@unocss/preset-attributify": "66.4.1",
"@unocss/reset": "66.4.1",
"@unocss/reset": "66.5.4",
"astro-eslint-parser": "^1.2.2",
"autocorrect-node": "^2.14.0",
"eslint": "^9.32.0",
Expand All @@ -60,9 +60,9 @@
"lint-staged": "^16.1.4",
"ndarray-pixels": "^5.0.1",
"simple-git-hooks": "^2.13.1",
"tsx": "^4.20.3",
"typescript": "~5.9.2",
"unocss": "66.4.1",
"tsx": "^4.20.6",
"typescript": "~5.9.3",
"unocss": "66.5.4",
"unocss-preset-theme": "^0.14.1"
},
"pnpm": {
Expand Down
Loading