|
57 | 57 | "*.{js,ts,md}": "prettier --write" |
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | | - "@mdx-js/mdx": "^3.1.0", |
61 | | - "esbuild": "^0.25.9", |
62 | | - "sharp": "^0.34.3", |
63 | | - "terser": "^5.43.1" |
| 60 | + "@mdx-js/mdx": "^3.1.1", |
| 61 | + "esbuild": "^0.25.12", |
| 62 | + "sharp": "^0.34.5", |
| 63 | + "terser": "^5.44.1" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
| 66 | + "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
66 | 67 | "@types/hast": "^3.0.4", |
67 | 68 | "@types/mdast": "^4.0.4", |
68 | | - "@types/node": "^22.15.19", |
| 69 | + "@types/node": "^22.19.1", |
69 | 70 | "@types/picomatch": "^4.0.2", |
70 | | - "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
71 | 71 | "chokidar": "^4.0.3", |
72 | 72 | "fast-glob": "^3.3.3", |
73 | 73 | "hast-util-raw": "^9.1.0", |
74 | 74 | "hast-util-to-string": "^3.0.1", |
75 | | - "lint-staged": "^16.1.5", |
| 75 | + "lint-staged": "^16.2.7", |
76 | 76 | "mdast-util-from-markdown": "^2.0.2", |
77 | | - "mdast-util-to-hast": "^13.2.0", |
| 77 | + "mdast-util-to-hast": "^13.2.1", |
78 | 78 | "mdast-util-toc": "^7.1.0", |
79 | 79 | "picomatch": "^4.0.3", |
80 | | - "prettier": "^3.6.2", |
| 80 | + "prettier": "^3.7.4", |
81 | 81 | "rehype-raw": "^7.0.0", |
82 | 82 | "rehype-stringify": "^10.0.1", |
83 | 83 | "remark-gfm": "^4.0.1", |
84 | 84 | "remark-parse": "^11.0.0", |
85 | 85 | "remark-rehype": "^11.1.2", |
86 | 86 | "simple-git-hooks": "^2.13.1", |
87 | | - "tsup": "^8.5.0", |
88 | | - "tsx": "^4.20.5", |
89 | | - "typescript": "^5.9.2", |
| 87 | + "tsup": "^8.5.1", |
| 88 | + "tsx": "^4.21.0", |
| 89 | + "typescript": "^5.9.3", |
90 | 90 | "unified": "^11.0.5", |
91 | 91 | "unist-util-visit": "^5.0.0", |
92 | 92 | "vfile": "^6.0.3", |
93 | 93 | "vfile-reporter": "^8.1.1", |
94 | | - "yaml": "^2.8.1" |
| 94 | + "yaml": "^2.8.2" |
95 | 95 | }, |
96 | 96 | "packageManager": "pnpm@10.15.0", |
97 | 97 | "engines": { |
|
0 commit comments