|
57 | 57 | "@types/hast": "^3.0.4", |
58 | 58 | "@types/lodash-es": "^4.17.12", |
59 | 59 | "@types/mdast": "^4.0.4", |
60 | | - "@types/node": "^18.19.130", |
| 60 | + "@types/node": "~20.11.30", |
61 | 61 | "@types/unist": "^3.0.3", |
62 | 62 | "@types/yargs": "^17.0.35", |
63 | 63 | "crypto-hash": "^4.0.1", |
64 | 64 | "deepmerge-ts": "^7.1.5", |
65 | 65 | "filenamify": "6.0.0", |
66 | | - "globby": "^14.1.0", |
| 66 | + "globby": "^16.1.1", |
67 | 67 | "hast-util-to-text": "^4.0.2", |
68 | 68 | "linkedom": "^0.18.12", |
69 | 69 | "mdast-util-from-markdown": "^2.0.2", |
|
81 | 81 | "remark": "^15.0.1", |
82 | 82 | "remark-breaks": "^4.0.0", |
83 | 83 | "remark-denden-ruby": "^0.3.1", |
84 | | - "remark-flexible-markers": "^1.3.2", |
| 84 | + "remark-flexible-markers": "^1.3.3", |
85 | 85 | "remark-frontmatter": "^5.0.0", |
86 | 86 | "remark-gfm": "^4.0.1", |
87 | 87 | "remark-github-beta-blockquote-admonitions": "^3.1.2", |
|
97 | 97 | "unist-util-visit": "^5.1.0", |
98 | 98 | "untildify": "^6.0.0", |
99 | 99 | "yaml": "^2.8.2", |
100 | | - "yanki-connect": "^3.2.4", |
| 100 | + "yanki-connect": "^4.0.0", |
101 | 101 | "yargs": "^17.7.2" |
102 | 102 | }, |
103 | 103 | "devDependencies": { |
|
109 | 109 | "execa": "^9.6.1", |
110 | 110 | "mdat-plugin-cli-help": "^1.0.6", |
111 | 111 | "playwright": "^1.58.2", |
| 112 | + "publint": "^0.3.17", |
112 | 113 | "tsdown": "^0.20.3", |
113 | 114 | "tsx": "^4.21.0", |
114 | 115 | "typescript": "~5.9.3", |
115 | 116 | "vitest": "^4.0.18" |
116 | 117 | }, |
117 | 118 | "packageManager": "pnpm@10.30.0", |
118 | 119 | "engines": { |
119 | | - "node": "^18.15.0 || >=20.11.0" |
| 120 | + "node": ">=20.11.0" |
| 121 | + }, |
| 122 | + "devEngines": { |
| 123 | + "node": ">=20.19" |
120 | 124 | } |
121 | 125 | } |
0 commit comments