|
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | 28 | "@astrojs/check": "^0.9.9", |
29 | | - "@astrojs/mdx": "^5.0.4", |
| 29 | + "@astrojs/mdx": "^5.0.6", |
30 | 30 | "@astrojs/rss": "^4.0.18", |
31 | 31 | "@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", |
36 | 36 | "@fancyapps/ui": "^6.1.14", |
37 | 37 | "@fontsource-variable/jetbrains-mono": "^5.2.8", |
38 | 38 | "@fontsource/roboto": "^5.2.10", |
39 | 39 | "@iconify/svelte": "^5.2.1", |
40 | 40 | "@swup/astro": "^1.8.0", |
41 | 41 | "@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", |
45 | 45 | "astro-icon": "^1.1.5", |
46 | | - "axios": "^1.16.0", |
| 46 | + "axios": "^1.16.1", |
47 | 47 | "crypto-js": "^4.2.0", |
48 | 48 | "dayjs": "^1.11.20", |
49 | 49 | "hastscript": "^9.0.1", |
50 | | - "katex": "^0.16.45", |
| 50 | + "katex": "^0.16.47", |
51 | 51 | "markdown-it": "^14.1.1", |
52 | | - "marked": "^16.4.2", |
| 52 | + "marked": "^18.0.3", |
53 | 53 | "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", |
56 | 56 | "pagefind": "^1.5.2", |
57 | 57 | "qrcode": "^1.5.4", |
58 | 58 | "reading-time": "^1.5.0", |
|
61 | 61 | "rehype-external-links": "^3.0.0", |
62 | 62 | "rehype-katex": "^7.0.1", |
63 | 63 | "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", |
66 | 66 | "remark-math": "^6.0.0", |
67 | 67 | "remark-sectionize": "^2.1.0", |
68 | | - "sanitize-html": "^2.17.3", |
| 68 | + "sanitize-html": "^2.17.4", |
69 | 69 | "satori": "^0.26.0", |
70 | 70 | "sharp": "^0.34.5", |
71 | 71 | "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", |
75 | 75 | "unist-util-visit": "^5.1.0" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | | - "@astrojs/ts-plugin": "^1.10.7", |
| 78 | + "@astrojs/ts-plugin": "^1.10.9", |
79 | 79 | "@eslint/js": "^10.0.1", |
80 | 80 | "@iconify-json/fa7-brands": "^1.2.2", |
81 | 81 | "@iconify-json/fa7-regular": "^1.2.3", |
82 | 82 | "@iconify-json/fa7-solid": "^1.2.4", |
83 | | - "@iconify-json/material-symbols": "^1.2.70", |
| 83 | + "@iconify-json/material-symbols": "^1.2.73", |
84 | 84 | "@iconify-json/mdi": "^1.2.3", |
85 | | - "@iconify-json/simple-icons": "^1.2.81", |
| 85 | + "@iconify-json/simple-icons": "^1.2.82", |
86 | 86 | "@rollup/plugin-yaml": "^4.1.2", |
87 | 87 | "@types/hast": "^3.0.4", |
88 | 88 | "@types/markdown-it": "^14.1.2", |
89 | 89 | "@types/mdast": "^4.0.4", |
90 | 90 | "@types/qrcode": "^1.5.6", |
91 | 91 | "@types/sanitize-html": "^2.16.1", |
92 | 92 | "astro-eslint-parser": "^1.4.0", |
93 | | - "eslint": "^10.3.0", |
| 93 | + "eslint": "^10.4.0", |
94 | 94 | "eslint-plugin-astro": "^1.7.0", |
95 | 95 | "eslint-plugin-import": "^2.32.0", |
96 | | - "eslint-plugin-simple-import-sort": "^12.1.1", |
| 96 | + "eslint-plugin-simple-import-sort": "^13.0.0", |
97 | 97 | "eslint-plugin-svelte": "^3.17.1", |
98 | 98 | "fontmin": "^1.1.1", |
99 | 99 | "glob": "^13.0.6", |
|
102 | 102 | "postcss-nesting": "^14.0.0", |
103 | 103 | "prettier": "^3.8.3", |
104 | 104 | "prettier-plugin-astro": "^0.14.1", |
105 | | - "prettier-plugin-svelte": "^3.5.1", |
| 105 | + "prettier-plugin-svelte": "^3.5.2", |
106 | 106 | "svelte-eslint-parser": "^1.6.1", |
107 | | - "typescript-eslint": "^8.59.2" |
| 107 | + "typescript-eslint": "^8.59.3" |
108 | 108 | }, |
109 | | - "packageManager": "pnpm@10.33.0" |
| 109 | + "packageManager": "pnpm@11.1.3" |
110 | 110 | } |
0 commit comments