update deps

nulfrost 828bd5ef 0066a7a1

bun.lockb

This is a binary file and will not be displayed.

+6 -6
package.json
··· 11 11 }, 12 12 "dependencies": { 13 13 "@astrojs/sitemap": "latest", 14 - "@notionhq/client": "^2.2.10", 15 - "@tailwindcss/typography": "^0.5.9", 14 + "@notionhq/client": "^2.2.14", 15 + "@tailwindcss/typography": "^0.5.10", 16 16 "astro": "latest", 17 - "sharp": "^0.33.0" 17 + "sharp": "^0.33.2" 18 18 }, 19 19 "trustedDependencies": [ 20 20 "sharp" 21 21 ], 22 22 "devDependencies": { 23 - "@iconify-json/lucide": "^1.1.144", 24 - "@unocss/reset": "^0.58.0", 25 - "unocss": "^0.58.0" 23 + "@iconify-json/lucide": "^1.1.172", 24 + "@unocss/reset": "^0.58.5", 25 + "unocss": "^0.58.5" 26 26 } 27 27 }
+1 -1
tsconfig.json
··· 1 1 { 2 2 "extends": "astro/tsconfigs/strict" 3 - } 3 + }