chore: bump the astro version for applying the latest patches.

This commit is contained in:
Yufan Sheng 2024-10-15 17:09:33 +08:00
parent c5317bd519
commit 68c06738c3
Signed by: syhily
GPG Key ID: 9D18A22A7DCD5A9B
2 changed files with 649 additions and 816 deletions

1437
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,26 +42,26 @@
] ]
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^3.1.7", "@astrojs/mdx": "^3.1.8",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.8",
"@zeabur/astro-adapter": "^1.0.6", "@zeabur/astro-adapter": "^1.0.6",
"astro": "^4.15.9", "astro": "^4.16.4",
"drizzle-orm": "^0.33.0", "drizzle-orm": "^0.34.1",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"luxon": "^3.5.0", "luxon": "^3.5.0",
"marked": "^14.1.2", "marked": "^14.1.3",
"pg": "^8.13.0", "pg": "^8.13.0",
"qrcode-svg": "^1.1.0", "qrcode-svg": "^1.1.0",
"ultrahtml": "^1.5.3" "ultrahtml": "^1.5.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.2", "@biomejs/biome": "^1.9.3",
"@napi-rs/canvas": "^0.1.56", "@napi-rs/canvas": "^0.1.58",
"@types/lodash": "^4.17.9", "@types/lodash": "^4.17.10",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@types/node": "^22.7.2", "@types/node": "^22.7.5",
"@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",
@ -70,7 +70,7 @@
"bootstrap": "^5.3.3", "bootstrap": "^5.3.3",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.9", "prettier-plugin-astro-organize-imports": "^0.4.10",
"prettier-plugin-organize-imports": "^4.1.0", "prettier-plugin-organize-imports": "^4.1.0",
"rehype-autolink-headings": "^7.1.0", "rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
@ -78,11 +78,11 @@
"resize-sensor": "^0.0.6", "resize-sensor": "^0.0.6",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"typescript": "^5.6.2", "typescript": "^5.6.3",
"unist-util-select": "^5.1.0" "unist-util-select": "^5.1.0"
}, },
"packageManager": "npm@10.8.3", "packageManager": "npm@10.9.0",
"engines": { "engines": {
"node": "22.8.0" "node": "22.9.0"
} }
} }