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