Simplified the PDF gen quite a bit :)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m37s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m37s
This commit is contained in:
13
package.json
13
package.json
@@ -16,26 +16,27 @@
|
||||
"@astrojs/rss": "^4.0.14",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@preact/signals": "^2.5.1",
|
||||
"@react-pdf/renderer": "^4.3.1",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"astro": "^5.16.0",
|
||||
"astro": "^5.16.3",
|
||||
"astro-icon": "^1.1.5",
|
||||
"lucide-preact": "^0.554.0",
|
||||
"playwright": "^1.56.1",
|
||||
"preact": "^10.27.2",
|
||||
"lucide-preact": "^0.555.0",
|
||||
"preact": "^10.28.0",
|
||||
"react": "^19.2.0",
|
||||
"sharp": "^0.34.5",
|
||||
"tailwindcss": "^4.1.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@iconify-json/simple-icons": "^1.2.59",
|
||||
"@iconify-json/simple-icons": "^1.2.61",
|
||||
"@types/react": "^19.2.7",
|
||||
"daisyui": "^5.5.5"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@tailwindcss/oxide",
|
||||
"esbuild",
|
||||
"puppeteer",
|
||||
"sharp"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user