diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-28 12:31:18 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-28 12:31:18 +0900 |
| commit | a8dc6d08b17685ea4bce984759055d1b3a0308ce (patch) | |
| tree | 4b119e2261f485fc954374228a5fda83b7bb3555 /package.json | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-a8dc6d08b17685ea4bce984759055d1b3a0308ce.tar.gz sharkey-a8dc6d08b17685ea4bce984759055d1b3a0308ce.tar.bz2 sharkey-a8dc6d08b17685ea4bce984759055d1b3a0308ce.zip | |
update deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 7700c6df67..d15f60c7b6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@8.9.2", + "packageManager": "pnpm@8.10.0", "workspaces": [ "packages/frontend", "packages/backend", @@ -52,10 +52,10 @@ "typescript": "5.2.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.8.0", - "@typescript-eslint/parser": "6.8.0", + "@typescript-eslint/eslint-plugin": "6.9.0", + "@typescript-eslint/parser": "6.9.0", "cross-env": "7.0.3", - "cypress": "13.3.2", + "cypress": "13.3.3", "eslint": "8.52.0", "start-server-and-test": "2.0.1" }, |