update deps (#14950)

* update deps

* wip

* Revert "wip"

This reverts commit 393de249fe.

* wip

* wip

* wip

* wip
This commit is contained in:
syuilo
2024-11-15 17:22:00 +09:00
committed by GitHub
parent 7f8c8f62b1
commit e26e24b610
13 changed files with 2295 additions and 3382 deletions

View File

@@ -9,15 +9,15 @@
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@types/mdast": "4.0.3",
"@types/node": "20.10.7",
"@types/mdast": "4.0.4",
"@types/node": "22.9.0",
"@vitest/coverage-v8": "1.1.3",
"mdast-util-to-string": "4.0.0",
"remark": "15.0.1",
"remark-parse": "11.0.0",
"typescript": "5.3.3",
"unified": "11.0.4",
"vite": "5.4.6",
"typescript": "5.6.3",
"unified": "11.0.5",
"vite": "5.4.11",
"vite-node": "1.1.3",
"vitest": "1.1.3"
}