mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
build(deps): upgrade astro and related packages (#521)
* build(deps): upgrade astro and related packages * build: upgrade latest astro --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
This commit is contained in:
+1
-2
@@ -30,7 +30,7 @@ export default defineConfig({
|
||||
image: {
|
||||
// Used for all Markdown images; not configurable per-image
|
||||
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
|
||||
experimentalLayout: "responsive",
|
||||
experimentalLayout: "constrained",
|
||||
},
|
||||
env: {
|
||||
schema: {
|
||||
@@ -42,7 +42,6 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
experimental: {
|
||||
svg: true,
|
||||
responsiveImages: true,
|
||||
preserveScriptOrder: true,
|
||||
},
|
||||
|
||||
+3
-3
@@ -14,11 +14,11 @@
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "^3.4.1",
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"@tailwindcss/vite": "^4.0.14",
|
||||
"astro": "^5.5.2",
|
||||
"astro": "^5.9.1",
|
||||
"dayjs": "^1.11.13",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"remark-collapse": "^0.1.2",
|
||||
|
||||
Generated
+416
-242
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user