summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index d7d5d307e6..f150d6fe8b 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
- "packageManager": "pnpm@10.29.3",
+ "packageManager": "pnpm@10.30.1",
"workspaces": [
"packages/misskey-js",
"packages/i18n",
@@ -63,19 +63,19 @@
"terser": "5.46.0"
},
"devDependencies": {
- "@eslint/js": "9.39.2",
+ "@eslint/js": "9.39.3",
"@misskey-dev/eslint-plugin": "2.1.0",
"@types/js-yaml": "4.0.9",
"@types/node": "24.10.13",
- "@typescript-eslint/eslint-plugin": "8.55.0",
- "@typescript-eslint/parser": "8.55.0",
+ "@typescript-eslint/eslint-plugin": "8.56.0",
+ "@typescript-eslint/parser": "8.56.0",
"@typescript/native-preview": "7.0.0-dev.20260116.1",
"cross-env": "10.1.0",
"cypress": "15.10.0",
- "eslint": "9.39.2",
+ "eslint": "9.39.3",
"globals": "17.3.0",
"ncp": "2.0.0",
- "pnpm": "10.29.3",
+ "pnpm": "10.30.1",
"start-server-and-test": "2.1.3",
"typescript": "5.9.3"
},