chore(deps): update [tools] update dependencies (#15498)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-16 11:57:41 +09:00 committed by GitHub
parent 994f8b556d
commit 05d41f2a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1007 additions and 757 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,14 +11,14 @@
"devDependencies": { "devDependencies": {
"@types/mdast": "4.0.4", "@types/mdast": "4.0.4",
"@types/node": "22.13.4", "@types/node": "22.13.4",
"@vitest/coverage-v8": "1.6.1", "@vitest/coverage-v8": "3.0.5",
"mdast-util-to-string": "4.0.0", "mdast-util-to-string": "4.0.0",
"remark": "15.0.1", "remark": "15.0.1",
"remark-parse": "11.0.0", "remark-parse": "11.0.0",
"typescript": "5.7.3", "typescript": "5.7.3",
"unified": "11.0.5", "unified": "11.0.5",
"vite": "5.4.14", "vite": "6.1.0",
"vite-node": "1.6.1", "vite-node": "3.0.5",
"vitest": "1.6.1" "vitest": "3.0.5"
} }
} }