|
2 | 2 | "type": "module",
|
3 | 3 | "version": "1.12.1",
|
4 | 4 | "private": true,
|
5 |
| - "packageManager": "pnpm@9.6.0", |
| 5 | + "packageManager": "pnpm@9.7.1", |
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.24.1", |
18 |
| - "@antfu/ni": "^0.22.0", |
| 17 | + "@antfu/eslint-config": "^2.25.1", |
| 18 | + "@antfu/ni": "^0.22.4", |
19 | 19 | "@antfu/utils": "^0.7.10",
|
20 | 20 | "@rollup/plugin-alias": "^5.1.0",
|
21 | 21 | "@rollup/plugin-commonjs": "^26.0.1",
|
|
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.0.2", |
| 33 | + "@types/node": "^22.3.0", |
34 | 34 | "@vitest/coverage-v8": "^2.0.5",
|
35 | 35 | "ansi-sequence-parser": "^1.1.1",
|
36 |
| - "bumpp": "^9.4.1", |
37 |
| - "eslint": "^9.8.0", |
| 36 | + "bumpp": "^9.5.1", |
| 37 | + "eslint": "^9.9.0", |
38 | 38 | "eslint-plugin-format": "^0.1.2",
|
39 | 39 | "esno": "^4.7.0",
|
40 | 40 | "fast-glob": "^3.3.2",
|
41 | 41 | "fs-extra": "^11.2.0",
|
42 | 42 | "jsonc-parser": "^3.3.1",
|
43 |
| - "lint-staged": "^15.2.7", |
| 43 | + "lint-staged": "^15.2.9", |
44 | 44 | "markdown-it": "^14.1.0",
|
45 | 45 | "mdast-util-from-markdown": "^2.0.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.6.0", |
| 49 | + "pnpm": "^9.7.1", |
50 | 50 | "prettier": "^3.3.3",
|
51 | 51 | "rimraf": "^6.0.1",
|
52 |
| - "rollup": "^4.19.2", |
| 52 | + "rollup": "^4.20.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",
|
56 | 56 | "rollup-plugin-typescript2": "^0.36.0",
|
57 | 57 | "shiki": "workspace:*",
|
58 | 58 | "simple-git-hooks": "^2.11.1",
|
59 |
| - "taze": "^0.16.3", |
| 59 | + "taze": "^0.16.6", |
60 | 60 | "typescript": "^5.5.4",
|
61 | 61 | "unbuild": "^2.0.0",
|
62 |
| - "vite": "^5.3.5", |
63 |
| - "vite-tsconfig-paths": "^4.3.2", |
| 62 | + "vite": "^5.4.0", |
| 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.68.0" |
| 67 | + "wrangler": "^3.71.0" |
68 | 68 | },
|
69 | 69 | "resolutions": {
|
70 | 70 | "@shikijs/compat": "workspace:*",
|
|
0 commit comments