Skip to content

Commit 9c92ba9

Browse files
authored
build(deps): bump astro and dependencies (#484)
* build(deps): bump astro from 5.4.2 to 5.5.2 Upgrade astro and add experimental preserveScriptOrder * build(deps): upgrade tailwind and eslint patch updates
1 parent 004ddcf commit 9c92ba9

File tree

3 files changed

+216
-336
lines changed

3 files changed

+216
-336
lines changed

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ export default defineConfig({
3535
experimental: {
3636
svg: true,
3737
responsiveImages: true,
38+
preserveScriptOrder: true,
3839
},
3940
});

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
"@astrojs/rss": "^4.0.11",
1717
"@astrojs/sitemap": "^3.2.1",
1818
"@resvg/resvg-js": "^2.6.2",
19-
"@tailwindcss/vite": "^4.0.12",
20-
"astro": "^5.4.2",
19+
"@tailwindcss/vite": "^4.0.14",
20+
"astro": "^5.5.2",
2121
"lodash.kebabcase": "^4.1.1",
2222
"remark-collapse": "^0.1.2",
2323
"remark-toc": "^9.0.0",
2424
"satori": "^0.12.1",
2525
"sharp": "^0.33.5",
26-
"tailwindcss": "^4.0.12"
26+
"tailwindcss": "^4.0.14"
2727
},
2828
"devDependencies": {
2929
"@astrojs/check": "^0.9.4",
3030
"@pagefind/default-ui": "^1.3.0",
3131
"@tailwindcss/typography": "^0.5.16",
3232
"@types/lodash.kebabcase": "^4.1.9",
33-
"@typescript-eslint/parser": "^8.26.0",
33+
"@typescript-eslint/parser": "^8.26.1",
3434
"eslint": "^9.22.0",
3535
"eslint-plugin-astro": "^1.3.1",
3636
"globals": "^16.0.0",
@@ -39,6 +39,6 @@
3939
"prettier-plugin-astro": "^0.14.1",
4040
"prettier-plugin-tailwindcss": "^0.6.11",
4141
"typescript": "^5.8.2",
42-
"typescript-eslint": "^8.26.0"
42+
"typescript-eslint": "^8.26.1"
4343
}
4444
}

0 commit comments

Comments
 (0)