[chore] Update dependencies

This commit is contained in:
JasterV 2025-12-04 22:42:55 +01:00
parent adead72561
commit 6a7dabe3d0
2 changed files with 7 additions and 7 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -12,17 +12,17 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.6",
"@astrojs/sitemap": "^3.4.0", "@astrojs/sitemap": "^3.6.0",
"astro": "^5.8.1", "astro": "^5.16.4",
"astro-d2": "^0.8.0", "astro-d2": "^0.8.1",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"typescript": "^5.8.3" "typescript": "^5.9.3"
}, },
"devDependencies": { "devDependencies": {
"@iconify-json/mdi": "^1.2.3", "@iconify-json/mdi": "^1.2.3",
"prettier": "^3.1.1", "prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"sass": "^1.70.0" "sass": "^1.94.2"
} }
} }