Skip to content

Commit 8f8e870

Browse files
authored
build(deps): upgrade astro and dependencies (satnaing#544)
* build(deps): bump astro from 5.9.2 to 5.10.0 * build(deps): upgrade minor and patch dependencies
1 parent e5afc3b commit 8f8e870

3 files changed

Lines changed: 253 additions & 224 deletions

File tree

astro.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ export default defineConfig({
4141
},
4242
},
4343
image: {
44-
// Used for all Markdown images; not configurable per-image
45-
// Used for all `<Image />` and `<Picture />` components unless overridden with a prop
46-
experimentalLayout: "constrained",
44+
responsiveStyles: true,
45+
layout: "constrained",
4746
},
4847
env: {
4948
schema: {
@@ -55,7 +54,6 @@ export default defineConfig({
5554
},
5655
},
5756
experimental: {
58-
responsiveImages: true,
5957
preserveScriptOrder: true,
6058
},
6159
});

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@
1616
"@astrojs/rss": "^4.0.12",
1717
"@astrojs/sitemap": "^3.4.1",
1818
"@resvg/resvg-js": "^2.6.2",
19-
"@tailwindcss/vite": "^4.1.8",
20-
"astro": "^5.9.2",
19+
"@tailwindcss/vite": "^4.1.10",
20+
"astro": "^5.10.0",
2121
"dayjs": "^1.11.13",
2222
"lodash.kebabcase": "^4.1.1",
2323
"remark-collapse": "^0.1.2",
2424
"remark-toc": "^9.0.0",
2525
"satori": "^0.15.2",
2626
"sharp": "^0.34.2",
27-
"tailwindcss": "^4.1.8"
27+
"tailwindcss": "^4.1.10"
2828
},
2929
"devDependencies": {
3030
"@astrojs/check": "^0.9.4",
3131
"@pagefind/default-ui": "^1.3.0",
32-
"@shikijs/transformers": "^3.6.0",
32+
"@shikijs/transformers": "^3.7.0",
3333
"@tailwindcss/typography": "^0.5.16",
3434
"@types/lodash.kebabcase": "^4.1.9",
35-
"@typescript-eslint/parser": "^8.34.0",
36-
"eslint": "^9.28.0",
35+
"@typescript-eslint/parser": "^8.34.1",
36+
"eslint": "^9.29.0",
3737
"eslint-plugin-astro": "^1.3.1",
3838
"globals": "^16.2.0",
3939
"pagefind": "^1.3.0",
4040
"prettier": "^3.5.3",
4141
"prettier-plugin-astro": "^0.14.1",
42-
"prettier-plugin-tailwindcss": "^0.6.12",
42+
"prettier-plugin-tailwindcss": "^0.6.13",
4343
"typescript": "^5.8.3",
44-
"typescript-eslint": "^8.34.0"
44+
"typescript-eslint": "^8.34.1"
4545
}
4646
}

0 commit comments

Comments
 (0)