feat: update stuff

This commit is contained in:
nico 2025-06-19 17:39:38 +02:00
parent 879b250725
commit 9349caff10
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
23 changed files with 388 additions and 109 deletions

View file

@ -10,20 +10,20 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "4.0.7",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/ts-plugin": "^1.10.4",
"@expressive-code/plugin-line-numbers": "^0.40.1",
"astro": "5.1.8",
"astro-expressive-code": "^0.40.1",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"astro": "5.9.4",
"astro-expressive-code": "^0.41.2",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.5"
"sharp": "^0.34.2"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0"
}