|
40 | 40 | "@mdx-js/mdx": "^3.0.1",
|
41 | 41 | "esbuild": "^0.23.1",
|
42 | 42 | "sharp": "^0.33.5",
|
43 |
| - "terser": "^5.31.6" |
| 43 | + "terser": "^5.32.0" |
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 | 46 | "@rollup/plugin-commonjs": "^26.0.1",
|
|
49 | 49 | "@types/hast": "^3.0.4",
|
50 | 50 | "@types/mdast": "^4.0.4",
|
51 | 51 | "@types/micromatch": "^4.0.9",
|
52 |
| - "@types/node": "^20.16.1", |
| 52 | + "@types/node": "^20.16.5", |
53 | 53 | "@zce/prettier-config": "^0.4.0",
|
54 | 54 | "chokidar": "^3.6.0",
|
55 | 55 | "fast-glob": "^3.3.2",
|
56 | 56 | "hast-util-raw": "^9.0.4",
|
57 | 57 | "hast-util-to-string": "^3.0.0",
|
58 |
| - "lint-staged": "^15.2.9", |
| 58 | + "lint-staged": "^15.2.10", |
59 | 59 | "mdast-util-from-markdown": "^2.0.1",
|
60 | 60 | "mdast-util-to-hast": "^13.2.0",
|
61 | 61 | "mdast-util-toc": "^7.1.0",
|
|
66 | 66 | "remark-gfm": "^4.0.0",
|
67 | 67 | "remark-parse": "^11.0.0",
|
68 | 68 | "remark-rehype": "^11.1.0",
|
69 |
| - "rollup": "^4.21.1", |
| 69 | + "rollup": "^4.21.3", |
70 | 70 | "rollup-plugin-dts": "^6.1.1",
|
71 | 71 | "rollup-plugin-esbuild": "^6.1.1",
|
72 | 72 | "simple-git-hooks": "^2.11.1",
|
73 |
| - "tsx": "^4.18.0", |
74 |
| - "typescript": "^5.5.4", |
| 73 | + "tsx": "^4.19.1", |
| 74 | + "typescript": "^5.6.2", |
75 | 75 | "unified": "^11.0.5",
|
76 | 76 | "unist-util-visit": "^5.0.0",
|
77 |
| - "vfile": "^6.0.2", |
| 77 | + "vfile": "^6.0.3", |
78 | 78 | "vfile-reporter": "^8.1.1",
|
79 |
| - "yaml": "^2.5.0" |
| 79 | + "yaml": "^2.5.1" |
80 | 80 | },
|
81 |
| - "packageManager": "pnpm@9.9.0", |
| 81 | + "packageManager": "pnpm@9.10.0", |
82 | 82 | "engines": {
|
83 | 83 | "node": "^18.17.0 || >=20.3.0"
|
84 | 84 | }
|
|
0 commit comments