fix(website): updated deps versions

This commit is contained in:
Corentin Thomasset
2026-01-25 00:22:47 +01:00
parent 021c343521
commit 987904e1bf
3 changed files with 720 additions and 309 deletions
+4 -4
View File
@@ -16,13 +16,13 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"@branchlet/core": "^1.0.0",
"@corentinth/chisels": "^2.0.2",
"astro": "^5.7.2",
"astro": "^5.16.15",
"astro-capo": "^0.0.1",
"astro-expressive-code": "^0.41.1",
"class-variance-authority": "^0.7.1",
@@ -39,8 +39,8 @@
"eslint-plugin-astro": "^1.3.1",
"sharp": "^0.33.5",
"typescript": "catalog:",
"unocss": "^65.4.2",
"unocss-preset-animations": "^1.1.0",
"unocss": "^66.6.0",
"unocss-preset-animations": "^1.3.0",
"vitest": "catalog:"
}
}
+1 -1
View File
@@ -19,7 +19,7 @@ export default defineConfig({
},
prefix: '',
}),
presetAnimations(),
presetAnimations() as any, // TODO: Remove temporary fix for typing issue
presetIcons(),
presetTypography(),
presetWebFonts({
+715 -304
View File
File diff suppressed because it is too large Load Diff