|
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | 37 | "@astrojs/markdown-remark": "workspace:*", |
38 | | - "@mdx-js/mdx": "^3.1.0", |
39 | | - "acorn": "^8.14.1", |
40 | | - "es-module-lexer": "^1.6.0", |
| 38 | + "@mdx-js/mdx": "^3.1.1", |
| 39 | + "acorn": "^8.15.0", |
| 40 | + "es-module-lexer": "^1.7.0", |
41 | 41 | "estree-util-visit": "^2.0.0", |
42 | 42 | "hast-util-to-html": "^9.0.5", |
43 | 43 | "kleur": "^4.1.5", |
44 | 44 | "rehype-raw": "^7.0.0", |
45 | 45 | "remark-gfm": "^4.0.1", |
46 | 46 | "remark-smartypants": "^3.0.2", |
47 | | - "source-map": "^0.7.4", |
| 47 | + "source-map": "^0.7.6", |
48 | 48 | "unist-util-visit": "^5.0.0", |
49 | 49 | "vfile": "^6.0.3" |
50 | 50 | }, |
51 | 51 | "peerDependencies": { |
52 | 52 | "astro": "^5.0.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@types/estree": "^1.0.7", |
| 55 | + "@types/estree": "^1.0.8", |
56 | 56 | "@types/hast": "^3.0.4", |
57 | 57 | "@types/mdast": "^4.0.4", |
58 | 58 | "astro": "workspace:*", |
59 | 59 | "astro-scripts": "workspace:*", |
60 | | - "cheerio": "1.0.0", |
61 | | - "linkedom": "^0.18.9", |
| 60 | + "cheerio": "1.1.2", |
| 61 | + "linkedom": "^0.18.12", |
62 | 62 | "mdast-util-mdx": "^3.0.0", |
63 | 63 | "mdast-util-mdx-jsx": "^3.2.0", |
64 | 64 | "rehype-mathjax": "^7.1.0", |
65 | 65 | "rehype-pretty-code": "^0.14.1", |
66 | 66 | "remark-math": "^6.0.0", |
67 | | - "remark-rehype": "^11.1.1", |
| 67 | + "remark-rehype": "^11.1.2", |
68 | 68 | "remark-shiki-twoslash": "^3.1.3", |
69 | 69 | "remark-toc": "^9.0.0", |
70 | | - "shiki": "^3.2.1", |
| 70 | + "shiki": "^3.12.0", |
71 | 71 | "unified": "^11.0.5", |
72 | | - "vite": "^6.3.4" |
| 72 | + "vite": "^6.3.5" |
73 | 73 | }, |
74 | 74 | "engines": { |
75 | 75 | "node": "18.20.8 || ^20.3.0 || >=22.0.0" |
|
0 commit comments