Skip to content

Commit 88904fe

Browse files
build: update packages and remove flags
1 parent 45dae94 commit 88904fe

File tree

3 files changed

+31
-32
lines changed

3 files changed

+31
-32
lines changed

astro.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default defineConfig({
3333
experimentalLayout: "constrained",
3434
},
3535
experimental: {
36-
responsiveImages: true,
3736
preserveScriptOrder: true,
3837
},
3938
});

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"dependencies": {
1616
"@astrojs/react": "^4.3.0",
17-
"@astrojs/rss": "^4.0.11",
18-
"@astrojs/sitemap": "^3.2.1",
17+
"@astrojs/rss": "^4.0.12",
18+
"@astrojs/sitemap": "^3.4.1",
1919
"@giscus/react": "^3.1.0",
2020
"@resvg/resvg-js": "^2.6.2",
2121
"@tailwindcss/vite": "^4.1.10",
22-
"@types/react": "^19.1.2",
23-
"@types/react-dom": "^19.1.2",
22+
"@types/react": "^19.1.8",
23+
"@types/react-dom": "^19.1.6",
2424
"astro": "^5.10.0",
2525
"dayjs": "^1.11.13",
2626
"lodash.kebabcase": "^4.1.1",
@@ -29,7 +29,7 @@
2929
"remark-collapse": "^0.1.2",
3030
"remark-toc": "^9.0.0",
3131
"satori": "^0.15.2",
32-
"sharp": "^0.34.1",
32+
"sharp": "^0.34.2",
3333
"tailwindcss": "^4.1.10"
3434
},
3535
"devDependencies": {
@@ -40,12 +40,12 @@
4040
"@typescript-eslint/parser": "^8.34.1",
4141
"eslint": "^9.29.0",
4242
"eslint-plugin-astro": "^1.3.1",
43-
"globals": "^16.0.0",
43+
"globals": "^16.2.0",
4444
"pagefind": "^1.3.0",
4545
"prettier": "^3.5.3",
4646
"prettier-plugin-astro": "^0.14.1",
47-
"prettier-plugin-tailwindcss": "^0.6.11",
48-
"typescript": "^5.8.2",
47+
"prettier-plugin-tailwindcss": "^0.6.13",
48+
"typescript": "^5.8.3",
4949
"typescript-eslint": "^8.34.1"
5050
}
5151
}

0 commit comments

Comments
 (0)