|
2 | 2 | "type": "module", |
3 | 3 | "version": "1.14.1", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@9.7.1", |
| 5 | + "packageManager": "pnpm@9.8.0", |
6 | 6 | "scripts": { |
7 | 7 | "lint": "eslint . --cache", |
8 | 8 | "release": "bumpp && pnpm -r publish", |
|
14 | 14 | "prepare": "simple-git-hooks" |
15 | 15 | }, |
16 | 16 | "devDependencies": { |
17 | | - "@antfu/eslint-config": "^2.26.0", |
| 17 | + "@antfu/eslint-config": "^2.27.0", |
18 | 18 | "@antfu/ni": "^0.22.4", |
19 | 19 | "@antfu/utils": "^0.7.10", |
20 | 20 | "@rollup/plugin-alias": "^5.1.0", |
|
30 | 30 | "@shikijs/vitepress-twoslash": "workspace:*", |
31 | 31 | "@types/fs-extra": "^11.0.4", |
32 | 32 | "@types/hast": "^3.0.4", |
33 | | - "@types/node": "^22.4.0", |
| 33 | + "@types/node": "^22.5.0", |
34 | 34 | "@vitest/coverage-v8": "^2.0.5", |
35 | 35 | "ansi-sequence-parser": "^1.1.1", |
36 | 36 | "bumpp": "^9.5.1", |
|
46 | 46 | "mdast-util-gfm": "^3.0.0", |
47 | 47 | "mdast-util-to-hast": "^13.2.0", |
48 | 48 | "ofetch": "^1.3.4", |
49 | | - "pnpm": "^9.7.1", |
| 49 | + "pnpm": "^9.8.0", |
50 | 50 | "prettier": "^3.3.3", |
51 | 51 | "rimraf": "^6.0.1", |
52 | | - "rollup": "^4.20.0", |
| 52 | + "rollup": "^4.21.0", |
53 | 53 | "rollup-plugin-copy": "^3.5.0", |
54 | 54 | "rollup-plugin-dts": "^6.1.1", |
55 | 55 | "rollup-plugin-esbuild": "^6.1.1", |
|
59 | 59 | "taze": "^0.16.6", |
60 | 60 | "typescript": "^5.5.4", |
61 | 61 | "unbuild": "^2.0.0", |
62 | | - "vite": "^5.4.1", |
| 62 | + "vite": "^5.4.2", |
63 | 63 | "vite-tsconfig-paths": "^5.0.1", |
64 | 64 | "vitepress-plugin-mermaid": "^2.0.16", |
65 | 65 | "vitest": "^2.0.5", |
66 | 66 | "vue-tsc": "^2.0.29", |
67 | | - "wrangler": "^3.72.0" |
| 67 | + "wrangler": "^3.72.1" |
68 | 68 | }, |
69 | 69 | "resolutions": { |
70 | 70 | "@shikijs/compat": "workspace:*", |
|
0 commit comments