mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
fix: upgrade waline to v3.5.7 (fixes #10), remove unused titlegap configuration
This commit is contained in:
parent
d3d6561f4d
commit
bf20fb4014
12 changed files with 443 additions and 577 deletions
14
package.json
14
package.json
|
@ -17,15 +17,15 @@
|
|||
"@astrojs/partytown": "^2.1.4",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.3.1",
|
||||
"@waline/client": "^3.5.6",
|
||||
"astro": "^5.7.10",
|
||||
"@waline/client": "^3.5.7",
|
||||
"astro": "^5.7.11",
|
||||
"astro-og-canvas": "^0.7.0",
|
||||
"astro-robots-txt": "^1.0.0",
|
||||
"canvaskit-wasm": "^0.40.0",
|
||||
"katex": "^0.16.22",
|
||||
"markdown-it": "^14.1.0",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"overlayscrollbars": "^2.11.1",
|
||||
"overlayscrollbars": "^2.11.2",
|
||||
"photoswipe": "^5.4.4",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
|
@ -37,18 +37,18 @@
|
|||
"unist-util-visit": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.12.0",
|
||||
"@antfu/eslint-config": "^4.13.0",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/node": "^22.15.3",
|
||||
"@types/sanitize-html": "^2.15.0",
|
||||
"@types/node": "^22.15.15",
|
||||
"@types/sanitize-html": "^2.16.0",
|
||||
"@unocss/eslint-plugin": "66.1.0",
|
||||
"@unocss/preset-attributify": "66.1.0",
|
||||
"@unocss/reset": "66.1.0",
|
||||
"astro-eslint-parser": "^1.2.2",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"lint-staged": "^15.5.1",
|
||||
"lint-staged": "^15.5.2",
|
||||
"sharp": "^0.34.1",
|
||||
"typescript": "~5.8.3",
|
||||
"unocss": "66.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue