summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-09 10:34:12 +0900
committerGitHub <noreply@github.com>2025-08-09 10:34:12 +0900
commit9539995458d8eb58c73bcbd0bf6d6a7c7fcfae0c (patch)
tree8408af7f26fe0e6407098818a4d9894252e9481d /package.json
parentenhance(frontend): AiScriptのcode-splittingが正しく行われるように (diff)
downloadmisskey-9539995458d8eb58c73bcbd0bf6d6a7c7fcfae0c.tar.gz
misskey-9539995458d8eb58c73bcbd0bf6d6a7c7fcfae0c.tar.bz2
misskey-9539995458d8eb58c73bcbd0bf6d6a7c7fcfae0c.zip
fix(deps): update [root] update dependencies (#16349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 9a9d178413..3195a538bf 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
- "packageManager": "pnpm@10.13.1",
+ "packageManager": "pnpm@10.14.0",
"workspaces": [
"packages/frontend-shared",
"packages/frontend",
@@ -53,7 +53,7 @@
},
"dependencies": {
"cssnano": "7.1.0",
- "esbuild": "0.25.6",
+ "esbuild": "0.25.8",
"execa": "9.6.0",
"fast-glob": "3.3.3",
"glob": "11.0.3",
@@ -62,20 +62,20 @@
"postcss": "8.5.6",
"tar": "7.4.3",
"terser": "5.43.1",
- "typescript": "5.8.3"
+ "typescript": "5.9.2"
},
"devDependencies": {
"@misskey-dev/eslint-plugin": "2.1.0",
- "@types/node": "22.16.4",
- "@typescript-eslint/eslint-plugin": "8.37.0",
- "@typescript-eslint/parser": "8.37.0",
+ "@types/node": "22.17.1",
+ "@typescript-eslint/eslint-plugin": "8.39.0",
+ "@typescript-eslint/parser": "8.39.0",
"cross-env": "7.0.3",
- "cypress": "14.5.2",
- "eslint": "9.31.0",
+ "cypress": "14.5.4",
+ "eslint": "9.33.0",
"globals": "16.3.0",
"ncp": "2.0.0",
- "pnpm": "10.13.1",
- "start-server-and-test": "2.0.12"
+ "pnpm": "10.14.0",
+ "start-server-and-test": "2.0.13"
},
"optionalDependencies": {
"@tensorflow/tfjs-core": "4.22.0"