summaryrefslogtreecommitdiff
path: root/scripts/changelog-checker/package.json
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-12-16 11:42:06 +0900
committerGitHub <noreply@github.com>2025-12-16 11:42:06 +0900
commit0d52145b2bc9ba9dd0f138673d0fc12ea5d9c3ec (patch)
tree758c520166bfa855e4b07eabe48e53a660391939 /scripts/changelog-checker/package.json
parentfix(gh): `thollander/actions-comment-pull-request@v3` の breaking change 対... (diff)
downloadmisskey-0d52145b2bc9ba9dd0f138673d0fc12ea5d9c3ec.tar.gz
misskey-0d52145b2bc9ba9dd0f138673d0fc12ea5d9c3ec.tar.bz2
misskey-0d52145b2bc9ba9dd0f138673d0fc12ea5d9c3ec.zip
deps: update deps [ci skip] (#16997)
* update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip]
Diffstat (limited to 'scripts/changelog-checker/package.json')
-rw-r--r--scripts/changelog-checker/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/changelog-checker/package.json b/scripts/changelog-checker/package.json
index 3ca43d9001..2c3761b44a 100644
--- a/scripts/changelog-checker/package.json
+++ b/scripts/changelog-checker/package.json
@@ -10,15 +10,15 @@
},
"devDependencies": {
"@types/mdast": "4.0.4",
- "@types/node": "24.10.1",
- "@vitest/coverage-v8": "4.0.14",
+ "@types/node": "24.10.2",
+ "@vitest/coverage-v8": "4.0.15",
"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": "7.2.4",
+ "vite": "7.2.7",
"vite-node": "5.2.0",
- "vitest": "4.0.14"
+ "vitest": "4.0.15"
}
}