chore: bump astro.

This commit is contained in:
Yufan Sheng 2024-12-25 13:58:02 +08:00
parent 8699094bed
commit 0cd1ce3ea3
Signed by: syhily
GPG Key ID: 9D18A22A7DCD5A9B
2 changed files with 1232 additions and 286 deletions

1504
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,16 +42,16 @@
] ]
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.0.2", "@astrojs/mdx": "^4.0.3",
"@astrojs/node": "^9.0.0", "@astrojs/node": "^9.0.0",
"@astrojs/rss": "^4.0.10", "@astrojs/rss": "^4.0.10",
"astro": "^5.0.4", "astro": "^5.1.1",
"drizzle-orm": "^0.38.0", "drizzle-orm": "^0.38.2",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"glob": "^11.0.0", "glob": "^11.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"luxon": "^3.5.0", "luxon": "^3.5.0",
"marked": "^15.0.3", "marked": "^15.0.4",
"pg": "^8.13.1", "pg": "^8.13.1",
"pinyin-pro": "^3.26.0", "pinyin-pro": "^3.26.0",
"qrcode-svg": "^1.1.0", "qrcode-svg": "^1.1.0",
@ -62,10 +62,10 @@
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@napi-rs/canvas": "^0.1.65", "@napi-rs/canvas": "^0.1.65",
"@shikijs/transformers": "^1.24.2", "@shikijs/transformers": "^1.24.4",
"@types/lodash": "^4.17.13", "@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@types/node": "^22.10.1", "@types/node": "^22.10.2",
"@types/pg": "^8.11.10", "@types/pg": "^8.11.10",
"@types/qrcode-svg": "^1.1.5", "@types/qrcode-svg": "^1.1.5",
"@types/unist": "^3.0.3", "@types/unist": "^3.0.3",
@ -87,7 +87,7 @@
"typescript": "^5.7.2", "typescript": "^5.7.2",
"unist-util-select": "^5.1.0" "unist-util-select": "^5.1.0"
}, },
"packageManager": "npm@10.9.2", "packageManager": "npm@11.0.0",
"engines": { "engines": {
"node": "22.12.0" "node": "22.12.0"
} }