mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 17:55:06 +02:00
* deps: update dependencies * update changelog-checker lockfile * deps: update typescript to v7 * fix: replace tsgo -> tsc * fix: replace tsgo -> tsc * deps: update other major dependencies, downgrade typescript for frontend-stack
25 lines
561 B
JSON
25 lines
561 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.1.1",
|
|
"@vitest/coverage-v8": "4.1.10",
|
|
"mdast-util-to-string": "4.0.0",
|
|
"remark": "15.0.1",
|
|
"remark-parse": "11.0.0",
|
|
"typescript": "7.0.2",
|
|
"unified": "11.0.5",
|
|
"vite": "8.1.4",
|
|
"vite-node": "6.0.0",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|