bun.lockb
bun.lockb
This is a binary file and will not be displayed.
+6
-6
package.json
+6
-6
package.json
···
11
},
12
"dependencies": {
13
"@astrojs/sitemap": "latest",
14
-
"@notionhq/client": "^2.2.10",
15
-
"@tailwindcss/typography": "^0.5.9",
16
"astro": "latest",
17
-
"sharp": "^0.33.0"
18
},
19
"trustedDependencies": [
20
"sharp"
21
],
22
"devDependencies": {
23
-
"@iconify-json/lucide": "^1.1.144",
24
-
"@unocss/reset": "^0.58.0",
25
-
"unocss": "^0.58.0"
26
}
27
}
···
11
},
12
"dependencies": {
13
"@astrojs/sitemap": "latest",
14
+
"@notionhq/client": "^2.2.14",
15
+
"@tailwindcss/typography": "^0.5.10",
16
"astro": "latest",
17
+
"sharp": "^0.33.2"
18
},
19
"trustedDependencies": [
20
"sharp"
21
],
22
"devDependencies": {
23
+
"@iconify-json/lucide": "^1.1.172",
24
+
"@unocss/reset": "^0.58.5",
25
+
"unocss": "^0.58.5"
26
}
27
}