|
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@mdx-js/mdx": "^3.1.0", |
41 | | - "esbuild": "^0.24.2", |
| 41 | + "esbuild": "^0.25.1", |
42 | 42 | "sharp": "^0.33.5", |
43 | | - "terser": "^5.38.0" |
| 43 | + "terser": "^5.39.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@rollup/plugin-commonjs": "^28.0.2", |
| 46 | + "@rollup/plugin-commonjs": "^28.0.3", |
47 | 47 | "@rollup/plugin-json": "^6.1.0", |
48 | | - "@rollup/plugin-node-resolve": "^16.0.0", |
| 48 | + "@rollup/plugin-node-resolve": "^16.0.1", |
49 | 49 | "@types/hast": "^3.0.4", |
50 | 50 | "@types/mdast": "^4.0.4", |
51 | | - "@types/node": "^22.13.1", |
| 51 | + "@types/node": "^22.13.13", |
52 | 52 | "@types/picomatch": "^3.0.2", |
53 | 53 | "@zce/prettier-config": "^0.4.0", |
54 | 54 | "chokidar": "^4.0.3", |
55 | 55 | "fast-glob": "^3.3.3", |
56 | 56 | "hast-util-raw": "^9.1.0", |
57 | 57 | "hast-util-to-string": "^3.0.1", |
58 | | - "lint-staged": "^15.4.3", |
| 58 | + "lint-staged": "^15.5.0", |
59 | 59 | "mdast-util-from-markdown": "^2.0.2", |
60 | 60 | "mdast-util-to-hast": "^13.2.0", |
61 | 61 | "mdast-util-toc": "^7.1.0", |
62 | 62 | "picomatch": "^4.0.2", |
63 | | - "prettier": "^3.4.2", |
| 63 | + "prettier": "^3.5.3", |
64 | 64 | "rehype-raw": "^7.0.0", |
65 | 65 | "rehype-stringify": "^10.0.1", |
66 | | - "remark-gfm": "^4.0.0", |
| 66 | + "remark-gfm": "^4.0.1", |
67 | 67 | "remark-parse": "^11.0.0", |
68 | 68 | "remark-rehype": "^11.1.1", |
69 | | - "rollup": "^4.34.4", |
70 | | - "rollup-plugin-dts": "^6.1.1", |
71 | | - "rollup-plugin-esbuild": "^6.2.0", |
72 | | - "simple-git-hooks": "^2.11.1", |
73 | | - "tsx": "^4.19.2", |
74 | | - "typescript": "^5.7.3", |
| 69 | + "rollup": "^4.37.0", |
| 70 | + "rollup-plugin-dts": "^6.2.1", |
| 71 | + "rollup-plugin-esbuild": "^6.2.1", |
| 72 | + "simple-git-hooks": "^2.12.1", |
| 73 | + "tsx": "^4.19.3", |
| 74 | + "typescript": "^5.8.2", |
75 | 75 | "unified": "^11.0.5", |
76 | 76 | "unist-util-visit": "^5.0.0", |
77 | 77 | "vfile": "^6.0.3", |
78 | 78 | "vfile-reporter": "^8.1.1", |
79 | 79 | "yaml": "^2.7.0" |
80 | 80 | }, |
81 | | - "packageManager": "pnpm@9.15.4", |
| 81 | + "packageManager": "pnpm@10.6.5", |
82 | 82 | "engines": { |
83 | 83 | "node": "^18.17.0 || >=20.3.0" |
84 | 84 | } |
|
0 commit comments