mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 15:35:14 +02:00
* enhance: Set default Node.js version to v26
* fix
* Update Changelog
* fix types
* drop node v22
* update changelog
* fix test
* update
* fix test
* fix test
* Revert "drop node v22"
This reverts commit bb4e011628.
* fix changelog
* attempt to fix test
* attempt to fix test
* fix: update re2 that supports node 26
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* restore 2fa e2e
* refactor
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* attempt to fix test
25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"name": "changelog-checker",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"run": "vite-node src/index.ts",
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdast": "4.0.4",
|
|
"@types/node": "26.0.0",
|
|
"@vitest/coverage-v8": "4.1.9",
|
|
"mdast-util-to-string": "4.0.0",
|
|
"remark": "15.0.1",
|
|
"remark-parse": "11.0.0",
|
|
"typescript": "5.9.3",
|
|
"unified": "11.0.5",
|
|
"vite": "8.1.0",
|
|
"vite-node": "6.0.0",
|
|
"vitest": "4.1.9"
|
|
}
|
|
}
|