diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-17 09:04:17 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-17 09:04:17 +0900 |
| commit | e9db0680c42cab649d105897a7c6628a2d2f8d85 (patch) | |
| tree | 60a10c58b81d0664a1f67531b3eed07f66ea89a4 /package.json | |
| parent | refactor (diff) | |
| download | sharkey-e9db0680c42cab649d105897a7c6628a2d2f8d85.tar.gz sharkey-e9db0680c42cab649d105897a7c6628a2d2f8d85.tar.bz2 sharkey-e9db0680c42cab649d105897a7c6628a2d2f8d85.zip | |
update deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5ba90b5d15..01ad0b621f 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "typescript": "5.2.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.7.5", - "@typescript-eslint/parser": "6.7.5", + "@typescript-eslint/eslint-plugin": "6.8.0", + "@typescript-eslint/parser": "6.8.0", "cross-env": "7.0.3", "cypress": "13.3.1", "eslint": "8.51.0", |