|
12 | 12 | "dependencies": { |
13 | 13 | "@r4ai/remark-callout": "^0.6.2", |
14 | 14 | "classnames": "^2.5.1", |
| 15 | + "fast-xml-parser": "^5.3.7", |
15 | 16 | "gray-matter": "^4.0.3", |
16 | | - "klaw-sync": "^6.0.0", |
17 | | - "lucide-react": "^0.424.0", |
18 | | - "mermaid": "^11.9.0", |
| 17 | + "lucide-react": "^0.575.0", |
| 18 | + "mermaid": "^11.12.3", |
19 | 19 | "next": "^16.1.6", |
20 | 20 | "next-mdx-remote": "^6.0.0", |
21 | 21 | "postcss-flexbugs-fixes": "^5.0.2", |
22 | | - "postcss-preset-env": "^9.6.0", |
23 | | - "react": "19.2.3", |
24 | | - "react-dom": "19.2.3", |
25 | | - "react-intersection-observer": "^9.14.0", |
26 | | - "rehype-highlight": "^7.0.1", |
27 | | - "remark-gfm": "^4.0.0", |
| 22 | + "postcss-preset-env": "^11.2.0", |
| 23 | + "react": "19.2.4", |
| 24 | + "react-dom": "19.2.4", |
| 25 | + "react-intersection-observer": "^10.0.3", |
| 26 | + "rehype-highlight": "^7.0.2", |
| 27 | + "remark-gfm": "^4.0.1", |
28 | 28 | "slugify": "^1.6.6", |
29 | | - "xml2js": "^0.6.2", |
30 | | - "zustand": "^5.0.2" |
| 29 | + "zustand": "^5.0.11" |
31 | 30 | }, |
32 | 31 | "devDependencies": { |
33 | | - "@biomejs/biome": "^1.9.4", |
34 | | - "@types/klaw-sync": "^6.0.5", |
35 | | - "@types/node": "20.14.13", |
36 | | - "@types/react": "19.2.3", |
| 32 | + "@biomejs/biome": "^2.4.4", |
| 33 | + "@types/node": "^25.3.0", |
| 34 | + "@types/react": "19.2.14", |
37 | 35 | "@types/react-dom": "19.2.3", |
38 | | - "@types/xml2js": "^0.4.14", |
39 | | - "typescript": "5.5.4" |
| 36 | + "typescript": "^5.9.3" |
40 | 37 | }, |
41 | 38 | "overrides": { |
42 | | - "@types/react": "19.2.3", |
| 39 | + "@types/react": "19.2.14", |
43 | 40 | "@types/react-dom": "19.2.3" |
44 | 41 | } |
45 | 42 | } |
0 commit comments