|
11 | 11 | "format": "prettier . --write" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@astrojs/mdx": "^5.0.0", |
| 14 | + "@astrojs/mdx": "^5.0.1", |
15 | 15 | "@fortawesome/fontawesome-free": "^7.2.0", |
16 | 16 | "@fortawesome/fontawesome-svg-core": "^7.2.0", |
17 | 17 | "@fortawesome/free-brands-svg-icons": "^7.2.0", |
18 | 18 | "@fortawesome/free-solid-svg-icons": "^7.2.0", |
19 | 19 | "@types/lodash": "^4.17.24", |
20 | | - "astro": "^6.0.3", |
| 20 | + "astro": "^6.0.5", |
21 | 21 | "autoprefixer": "^10.4.27", |
22 | 22 | "axios": "^1.13.6", |
23 | | - "dayjs": "^1.11.19", |
| 23 | + "dayjs": "^1.11.20", |
24 | 24 | "fuse.js": "^7.1.0", |
25 | 25 | "highlight.js": "^11.11.1", |
26 | | - "jsdom": "28.1.0", |
| 26 | + "jsdom": "29.0.0", |
27 | 27 | "lodash": "^4.17.23", |
28 | 28 | "mermaid": "^11.13.0", |
29 | 29 | "playwright": "^1.58.2", |
|
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | 37 | "@playwright/test": "^1.58.2", |
| 38 | + "@types/bun": "latest", |
38 | 39 | "@types/canvas-confetti": "^1.9.0", |
39 | 40 | "@types/jsdom": "^21.1.7", |
40 | | - "@types/node": "^24.12.0", |
41 | 41 | "@types/node-fetch": "^2.6.13", |
42 | 42 | "@types/node-fetch-cache": "^3.0.5", |
43 | 43 | "@vscode/vsce": "^3.7.1", |
44 | 44 | "node-fetch-cache": "^5.1.0", |
45 | 45 | "prettier": "3.6.2", |
46 | | - "prettier-plugin-astro": "0.14.1", |
47 | | - "@types/bun": "latest" |
| 46 | + "prettier-plugin-astro": "0.14.1" |
48 | 47 | }, |
49 | 48 | "private": true, |
50 | 49 | "peerDependencies": { |
51 | | - "typescript": "^5" |
| 50 | + "typescript": "^5.8.3" |
52 | 51 | } |
53 | 52 | } |
0 commit comments