Overhauled resume system
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m3s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m3s
This commit is contained in:
@ -13,13 +13,16 @@
|
||||
"@astrojs/node": "^9.2.2",
|
||||
"@astrojs/preact": "^4.1.0",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@preact/signals": "^2.2.0",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.10",
|
||||
"@types/puppeteer": "^7.0.4",
|
||||
"astro": "^5.10.0",
|
||||
"astro-icon": "^1.1.5",
|
||||
"lucide-preact": "^0.518.0",
|
||||
"preact": "^10.26.9",
|
||||
"puppeteer": "^24.10.2",
|
||||
"sharp": "^0.34.2",
|
||||
"tailwindcss": "^4.1.10"
|
||||
},
|
||||
@ -31,7 +34,8 @@
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"esbuild",
|
||||
"sharp"
|
||||
"sharp",
|
||||
"puppeteer"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user