|
11 | 11 | "astro": "astro"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@astrojs/mdx": "^4.3.0", |
15 |
| - "@fortawesome/fontawesome-free": "^6.7.2", |
16 |
| - "@types/lodash": "^4.17.17", |
17 |
| - "astro": "^5.8.0", |
| 14 | + "@astrojs/mdx": "^4.3.3", |
| 15 | + "@fortawesome/fontawesome-free": "^7.0.0", |
| 16 | + "@types/lodash": "^4.17.20", |
| 17 | + "astro": "^5.12.9", |
18 | 18 | "autoprefixer": "^10.4.21",
|
19 |
| - "axios": "^1.9.0", |
| 19 | + "axios": "^1.11.0", |
20 | 20 | "dayjs": "^1.11.13",
|
21 | 21 | "fuse.js": "^7.1.0",
|
22 | 22 | "highlight.js": "^11.11.1",
|
23 | 23 | "jsdom": "^24.1.3",
|
24 | 24 | "lodash": "^4.17.21",
|
25 |
| - "mermaid": "^10.9.3", |
26 |
| - "playwright": "^1.52.0", |
| 25 | + "mermaid": "^11.9.0", |
| 26 | + "playwright": "^1.54.2", |
27 | 27 | "rehype-mdx-code-props": "^3.0.1",
|
28 |
| - "rehype-mermaid": "^2.1.0", |
29 |
| - "sass": "^1.89.0", |
| 28 | + "rehype-mermaid": "^3.0.0", |
| 29 | + "sass": "^1.90.0", |
30 | 30 | "sharp": "^0.33.5",
|
31 | 31 | "tippy.js": "^6.3.7",
|
32 | 32 | "update": "^0.7.4"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@playwright/test": "^1.52.0", |
| 35 | + "@playwright/test": "^1.54.2", |
36 | 36 | "@types/canvas-confetti": "^1.9.0",
|
37 | 37 | "@types/jsdom": "^21.1.7",
|
38 |
| - "@types/node": "^20.17.50", |
39 |
| - "@types/node-fetch": "^2.6.12", |
| 38 | + "@types/node": "^20.19.10", |
| 39 | + "@types/node-fetch": "^2.6.13", |
40 | 40 | "@types/node-fetch-cache": "^3.0.5",
|
41 | 41 | "@vscode/vsce": "^2.32.0",
|
42 | 42 | "node-fetch-cache": "^4.1.2"
|
|
0 commit comments