Skip to content

Commit b42ffbe

Browse files
authored
Update dependencies (#467)
* Update dependencies * Additional fix * minor refine
1 parent f511780 commit b42ffbe

9 files changed

Lines changed: 795 additions & 868 deletions

File tree

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,33 @@
2626
},
2727
"dependencies": {
2828
"@astrojs/check": "^0.9.9",
29-
"@astrojs/mdx": "^5.0.4",
29+
"@astrojs/mdx": "^5.0.6",
3030
"@astrojs/rss": "^4.0.18",
3131
"@astrojs/sitemap": "^3.7.2",
32-
"@astrojs/svelte": "8.1.0",
33-
"@expressive-code/core": "^0.41.7",
34-
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
35-
"@expressive-code/plugin-line-numbers": "^0.41.7",
32+
"@astrojs/svelte": "8.1.1",
33+
"@expressive-code/core": "^0.42.0",
34+
"@expressive-code/plugin-collapsible-sections": "^0.42.0",
35+
"@expressive-code/plugin-line-numbers": "^0.42.0",
3636
"@fancyapps/ui": "^6.1.14",
3737
"@fontsource-variable/jetbrains-mono": "^5.2.8",
3838
"@fontsource/roboto": "^5.2.10",
3939
"@iconify/svelte": "^5.2.1",
4040
"@swup/astro": "^1.8.0",
4141
"@tailwindcss/typography": "^0.5.19",
42-
"@tailwindcss/vite": "^4.2.4",
43-
"astro": "6.3.0",
44-
"astro-expressive-code": "^0.41.7",
42+
"@tailwindcss/vite": "^4.3.0",
43+
"astro": "6.3.5",
44+
"astro-expressive-code": "^0.42.0",
4545
"astro-icon": "^1.1.5",
46-
"axios": "^1.16.0",
46+
"axios": "^1.16.1",
4747
"crypto-js": "^4.2.0",
4848
"dayjs": "^1.11.20",
4949
"hastscript": "^9.0.1",
50-
"katex": "^0.16.45",
50+
"katex": "^0.16.47",
5151
"markdown-it": "^14.1.1",
52-
"marked": "^16.4.2",
52+
"marked": "^18.0.3",
5353
"node-html-parser": "^7.1.0",
54-
"oddmisc": "^1.2.2",
55-
"overlayscrollbars": "^2.15.1",
54+
"oddmisc": "^1.2.5",
55+
"overlayscrollbars": "^2.16.0",
5656
"pagefind": "^1.5.2",
5757
"qrcode": "^1.5.4",
5858
"reading-time": "^1.5.0",
@@ -61,39 +61,39 @@
6161
"rehype-external-links": "^3.0.0",
6262
"rehype-katex": "^7.0.1",
6363
"rehype-slug": "^6.0.0",
64-
"remark-directive": "^3.0.1",
65-
"remark-directive-rehype": "^0.4.2",
64+
"remark-directive": "^4.0.0",
65+
"remark-directive-rehype": "^1.0.0",
6666
"remark-math": "^6.0.0",
6767
"remark-sectionize": "^2.1.0",
68-
"sanitize-html": "^2.17.3",
68+
"sanitize-html": "^2.17.4",
6969
"satori": "^0.26.0",
7070
"sharp": "^0.34.5",
7171
"stylus": "^0.64.0",
72-
"svelte": "^5.55.5",
73-
"tailwindcss": "^4.2.4",
74-
"typescript": "^5.9.3",
72+
"svelte": "^5.55.7",
73+
"tailwindcss": "^4.3.0",
74+
"typescript": "^6.0.3",
7575
"unist-util-visit": "^5.1.0"
7676
},
7777
"devDependencies": {
78-
"@astrojs/ts-plugin": "^1.10.7",
78+
"@astrojs/ts-plugin": "^1.10.9",
7979
"@eslint/js": "^10.0.1",
8080
"@iconify-json/fa7-brands": "^1.2.2",
8181
"@iconify-json/fa7-regular": "^1.2.3",
8282
"@iconify-json/fa7-solid": "^1.2.4",
83-
"@iconify-json/material-symbols": "^1.2.70",
83+
"@iconify-json/material-symbols": "^1.2.73",
8484
"@iconify-json/mdi": "^1.2.3",
85-
"@iconify-json/simple-icons": "^1.2.81",
85+
"@iconify-json/simple-icons": "^1.2.82",
8686
"@rollup/plugin-yaml": "^4.1.2",
8787
"@types/hast": "^3.0.4",
8888
"@types/markdown-it": "^14.1.2",
8989
"@types/mdast": "^4.0.4",
9090
"@types/qrcode": "^1.5.6",
9191
"@types/sanitize-html": "^2.16.1",
9292
"astro-eslint-parser": "^1.4.0",
93-
"eslint": "^10.3.0",
93+
"eslint": "^10.4.0",
9494
"eslint-plugin-astro": "^1.7.0",
9595
"eslint-plugin-import": "^2.32.0",
96-
"eslint-plugin-simple-import-sort": "^12.1.1",
96+
"eslint-plugin-simple-import-sort": "^13.0.0",
9797
"eslint-plugin-svelte": "^3.17.1",
9898
"fontmin": "^1.1.1",
9999
"glob": "^13.0.6",
@@ -102,9 +102,9 @@
102102
"postcss-nesting": "^14.0.0",
103103
"prettier": "^3.8.3",
104104
"prettier-plugin-astro": "^0.14.1",
105-
"prettier-plugin-svelte": "^3.5.1",
105+
"prettier-plugin-svelte": "^3.5.2",
106106
"svelte-eslint-parser": "^1.6.1",
107-
"typescript-eslint": "^8.59.2"
107+
"typescript-eslint": "^8.59.3"
108108
},
109-
"packageManager": "pnpm@10.33.0"
109+
"packageManager": "pnpm@11.1.3"
110110
}

0 commit comments

Comments
 (0)