Skip to content

Commit c40e35a

Browse files
committed
chore(deps): update dependencies & format file
1 parent 661f913 commit c40e35a

File tree

4 files changed

+736
-826
lines changed

4 files changed

+736
-826
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": true,
10-
"includes": ["**", "!node_modules", "!.astro", "!!public"]
10+
"includes": ["**", "!node_modules", "!.astro", "!!pagefind", "!!dist", "!!.netlify"]
1111
},
1212
"html": {
1313
"formatter": { "enabled": true },

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
"format": "biome check --write ."
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^4.3.9",
15-
"@astrojs/netlify": "^6.6.0",
14+
"@astrojs/mdx": "^4.3.11",
15+
"@astrojs/netlify": "^6.6.1",
1616
"@astrojs/rss": "^4.0.13",
1717
"@astrojs/sitemap": "^3.6.0",
1818
"@lucide/astro": "^0.552.0",
19-
"astro": "^5.15.3",
19+
"astro": "^5.15.9",
2020
"dayjs": "^1.11.19",
2121
"lodash.kebabcase": "^4.1.1",
2222
"remark-collapse": "^0.1.2",
2323
"remark-toc": "^9.0.0",
24-
"sharp": "^0.34.3"
24+
"sharp": "^0.34.5"
2525
},
2626
"devDependencies": {
27-
"@biomejs/biome": "2.3.4",
27+
"@biomejs/biome": "2.3.6",
2828
"@pagefind/default-ui": "^1.4.0",
29-
"@shikijs/transformers": "^3.14.0",
29+
"@shikijs/transformers": "^3.15.0",
3030
"@tailwindcss/typography": "^0.5.19",
31-
"@tailwindcss/vite": "^4.1.16",
31+
"@tailwindcss/vite": "^4.1.17",
3232
"@types/lodash.kebabcase": "^4.1.9",
3333
"cpr": "^3.0.1",
34-
"lefthook": "^2.0.2",
34+
"lefthook": "^2.0.4",
3535
"pagefind": "^1.4.0",
36-
"tailwindcss": "^4.1.16",
36+
"tailwindcss": "^4.1.17",
3737
"vite": "^6.4.1"
3838
}
3939
}

0 commit comments

Comments
 (0)