Skip to content

Commit 3a47b75

Browse files
committed
chore: upgrade deps
1 parent 2f1c7d6 commit 3a47b75

File tree

3 files changed

+405
-205
lines changed

3 files changed

+405
-205
lines changed

package.json

Lines changed: 52 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -16,58 +16,63 @@
1616
"preinstall": "npx only-allow pnpm"
1717
},
1818
"dependencies": {
19-
"@astrojs/check": "0.9.4",
20-
"@astrojs/rss": "4.0.11",
21-
"@astrojs/sitemap": "3.4.0",
19+
"@astrojs/check": "^0.9.4",
20+
"@astrojs/rss": "^4.0.12",
21+
"@astrojs/sitemap": "^3.4.1",
2222
"@astrojs/svelte": "7.1.0",
23-
"@astrojs/tailwind": "6.0.2",
24-
"@fontsource-variable/jetbrains-mono": "5.2.5",
25-
"@fontsource/roboto": "5.2.5",
26-
"@iconify-json/fa6-brands": "1.2.5",
27-
"@iconify-json/fa6-regular": "1.2.3",
28-
"@iconify-json/fa6-solid": "1.2.3",
29-
"@iconify-json/material-symbols": "1.2.21",
30-
"@iconify/svelte": "5.0.0",
31-
"@swup/astro": "1.6.0",
32-
"@tailwindcss/typography": "0.5.16",
23+
"@astrojs/tailwind": "^6.0.2",
24+
"@expressive-code/core": "^0.41.2",
25+
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
26+
"@expressive-code/plugin-line-numbers": "^0.41.2",
27+
"@fontsource-variable/jetbrains-mono": "^5.2.5",
28+
"@fontsource/roboto": "^5.2.5",
29+
"@iconify-json/fa6-brands": "^1.2.5",
30+
"@iconify-json/fa6-regular": "^1.2.3",
31+
"@iconify-json/fa6-solid": "^1.2.3",
32+
"@iconify-json/material-symbols": "^1.2.24",
33+
"@iconify/svelte": "^4.2.0",
34+
"@swup/astro": "^1.6.0",
35+
"@tailwindcss/typography": "^0.5.16",
3336
"astro": "5.8.1",
34-
"astro-compress": "2.3.8",
35-
"astro-icon": "1.1.5",
36-
"hastscript": "9.0.1",
37-
"katex": "0.16.22",
38-
"markdown-it": "14.1.0",
39-
"mdast-util-to-string": "4.0.0",
40-
"overlayscrollbars": "2.11.4",
41-
"pagefind": "1.3.0",
42-
"photoswipe": "5.4.4",
43-
"reading-time": "1.5.0",
44-
"rehype-autolink-headings": "7.1.0",
45-
"rehype-components": "0.3.0",
46-
"rehype-katex": "7.0.1",
47-
"rehype-slug": "6.0.0",
48-
"remark-directive": "4.0.0",
49-
"remark-directive-rehype": "0.4.2",
50-
"remark-github-admonitions-to-directives": "2.1.0",
51-
"remark-math": "6.0.0",
52-
"remark-sectionize": "2.1.0",
53-
"sanitize-html": "2.17.0",
54-
"sharp": "0.34.2",
55-
"stylus": "0.64.0",
56-
"svelte": "5.33.14",
57-
"tailwindcss": "3.4.17",
58-
"unist-util-visit": "5.0.0"
37+
"astro-expressive-code": "^0.41.2",
38+
"astro-icon": "^1.1.5",
39+
"hastscript": "^9.0.1",
40+
"katex": "^0.16.22",
41+
"markdown-it": "^14.1.0",
42+
"mdast-util-to-string": "^4.0.0",
43+
"overlayscrollbars": "^2.11.4",
44+
"pagefind": "^1.3.0",
45+
"photoswipe": "^5.4.4",
46+
"reading-time": "^1.5.0",
47+
"rehype-autolink-headings": "^7.1.0",
48+
"rehype-components": "^0.3.0",
49+
"rehype-katex": "^7.0.1",
50+
"rehype-slug": "^6.0.0",
51+
"remark-directive": "^3.0.1",
52+
"remark-directive-rehype": "^0.4.2",
53+
"remark-github-admonitions-to-directives": "^1.0.5",
54+
"remark-math": "^6.0.0",
55+
"remark-sectionize": "^2.1.0",
56+
"sanitize-html": "^2.17.0",
57+
"sharp": "^0.34.2",
58+
"stylus": "^0.64.0",
59+
"svelte": "^5.33.15",
60+
"tailwindcss": "^3.4.17",
61+
"typescript": "^5.8.3",
62+
"unist-util-visit": "^5.0.0",
63+
"astro-compress": "2.3.8"
5964
},
6065
"devDependencies": {
61-
"typescript": "5.8.3",
62-
"@astrojs/ts-plugin": "1.10.4",
66+
"@astrojs/ts-plugin": "^1.10.4",
6367
"@biomejs/biome": "1.9.4",
64-
"@rollup/plugin-yaml": "4.1.2",
65-
"@types/markdown-it": "14.1.2",
66-
"@types/mdast": "4.0.4",
67-
"@types/sanitize-html": "2.16.0",
68-
"postcss-import": "16.1.0",
69-
"postcss-nesting": "13.0.1",
68+
"@rollup/plugin-yaml": "^4.1.2",
69+
"@types/hast": "^3.0.4",
70+
"@types/markdown-it": "^14.1.2",
71+
"@types/mdast": "^4.0.4",
72+
"@types/sanitize-html": "^2.16.0",
73+
"postcss-import": "^16.1.0",
74+
"postcss-nesting": "^13.0.1",
7075
"astro-compressor": "1.0.0"
7176
},
7277
"packageManager": "pnpm@9.14.4"
73-
}
78+
}

0 commit comments

Comments
 (0)