|
9 | 9 | "lint": "textlint --format pretty-error \"**/*.md\"" |
10 | 10 | }, |
11 | 11 | "devDependencies": { |
12 | | - "@shikijs/vitepress-twoslash": "^3.13.0", |
| 12 | + "@shikijs/vitepress-twoslash": "^3.14.0", |
13 | 13 | "@type-challenges/utils": "^0.1.1", |
14 | | - "@types/express": "^5.0.3", |
15 | | - "@types/node": "^22.18.11", |
| 14 | + "@types/express": "^5.0.4", |
| 15 | + "@types/node": "^22.18.12", |
16 | 16 | "feed": "^5.1.0", |
17 | 17 | "gsap": "^3.13.0", |
18 | | - "lint-staged": "^16.2.4", |
| 18 | + "lint-staged": "^16.2.6", |
19 | 19 | "markdown-it-image-size": "^15.0.1", |
20 | 20 | "textlint": "^13.4.1", |
21 | 21 | "textlint-filter-rule-allowlist": "^4.0.0", |
|
24 | 24 | "typescript": "~5.9.2", |
25 | 25 | "vite": "^7.1.5", |
26 | 26 | "vitepress": "^2.0.0-alpha.12", |
27 | | - "vitepress-plugin-group-icons": "^1.6.4", |
28 | | - "vitepress-plugin-llms": "^1.8.0", |
| 27 | + "vitepress-plugin-group-icons": "^1.6.5", |
| 28 | + "vitepress-plugin-llms": "^1.8.1", |
29 | 29 | "vue": "^3.5.22", |
30 | | - "vue-tsc": "^3.1.1", |
| 30 | + "vue-tsc": "^3.1.2", |
31 | 31 | "yorkie": "^2.0.0" |
32 | 32 | }, |
33 | 33 | "gitHooks": { |
|
36 | 36 | "lint-staged": { |
37 | 37 | "*.md": "textlint --format pretty-error" |
38 | 38 | }, |
39 | | - "packageManager": "pnpm@10.18.3", |
| 39 | + "packageManager": "pnpm@10.19.0", |
40 | 40 | "pnpm": { |
41 | 41 | "onlyBuiltDependencies": [ |
42 | 42 | "esbuild", |
|
0 commit comments