mirror of
https://github.com/papra-hq/papra.git
synced 2026-04-29 19:54:33 -05:00
fix(website): updated deps versions
This commit is contained in:
@@ -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:"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ export default defineConfig({
|
||||
},
|
||||
prefix: '',
|
||||
}),
|
||||
presetAnimations(),
|
||||
presetAnimations() as any, // TODO: Remove temporary fix for typing issue
|
||||
presetIcons(),
|
||||
presetTypography(),
|
||||
presetWebFonts({
|
||||
|
||||
Generated
+715
-304
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user