diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 1c3add95ce..56f4039772 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.28.2", + "packageManager": "pnpm@10.29.1", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -54,7 +54,7 @@ }, "dependencies": { "cssnano": "7.1.2", - "esbuild": "0.27.2", + "esbuild": "0.27.3", "execa": "9.6.1", "ignore-walk": "8.0.0", "js-yaml": "4.1.1", @@ -64,20 +64,20 @@ }, "devDependencies": { "@eslint/js": "9.39.2", - "@misskey-dev/eslint-plugin": "2.2.0", + "@misskey-dev/eslint-plugin": "2.1.0", "@types/js-yaml": "4.0.9", - "@types/node": "24.10.9", - "@typescript-eslint/eslint-plugin": "8.53.0", - "@typescript-eslint/parser": "8.53.0", + "@types/node": "24.10.12", + "@typescript-eslint/eslint-plugin": "8.54.0", + "@typescript-eslint/parser": "8.54.0", "@typescript/native-preview": "7.0.0-dev.20260116.1", "cross-env": "10.1.0", - "cypress": "15.9.0", + "cypress": "15.10.0", "eslint": "9.39.2", - "globals": "16.5.0", + "globals": "17.3.0", "ncp": "2.0.0", - "pnpm": "10.28.2", - "typescript": "5.9.3", - "start-server-and-test": "2.1.3" + "pnpm": "10.29.1", + "start-server-and-test": "2.1.3", + "typescript": "5.9.3" }, "optionalDependencies": { "@tensorflow/tfjs-core": "4.22.0" |