diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-03-01 13:52:23 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-03-01 13:52:23 +0900 |
| commit | b55b77c8ae1f09320a50a10c3ee4769369a5dcd3 (patch) | |
| tree | 62759e576fbb234c0e69fd90947b7c771ba4ad73 | |
| parent | New Crowdin updates (#13478) (diff) | |
| download | sharkey-b55b77c8ae1f09320a50a10c3ee4769369a5dcd3.tar.gz sharkey-b55b77c8ae1f09320a50a10c3ee4769369a5dcd3.tar.bz2 sharkey-b55b77c8ae1f09320a50a10c3ee4769369a5dcd3.zip | |
update pnpm
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index ad77a08d18..68814f74b8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@8.15.1", + "packageManager": "pnpm@8.15.4", "workspaces": [ "packages/frontend", "packages/backend", @@ -59,11 +59,11 @@ "typescript": "5.3.3" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.18.1", - "@typescript-eslint/parser": "6.18.1", + "@typescript-eslint/eslint-plugin": "7.1.0", + "@typescript-eslint/parser": "7.1.0", "cross-env": "7.0.3", "cypress": "13.6.6", - "eslint": "8.56.0", + "eslint": "8.57.0", "ncp": "2.0.0", "start-server-and-test": "2.0.3" }, |