diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-03-31 10:13:23 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-03-31 10:13:23 -0400 |
| commit | ebbf167f57587683bc443f4a29cb6354d3ab4b63 (patch) | |
| tree | befe4e881bf61867bbb122f25529c72eb46c4856 /package.json | |
| parent | fix type errors from os.apiWithDialog (diff) | |
| download | sharkey-ebbf167f57587683bc443f4a29cb6354d3ab4b63.tar.gz sharkey-ebbf167f57587683bc443f4a29cb6354d3ab4b63.tar.bz2 sharkey-ebbf167f57587683bc443f4a29cb6354d3ab4b63.zip | |
synchronize eslint versions to fix build error
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 e084a61272..fb71b3871e 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,8 @@ "devDependencies": { "@misskey-dev/eslint-plugin": "2.1.0", "@types/node": "22.13.10", - "@typescript-eslint/eslint-plugin": "8.26.0", - "@typescript-eslint/parser": "8.26.0", + "@typescript-eslint/eslint-plugin": "8.27.0", + "@typescript-eslint/parser": "8.27.0", "cross-env": "7.0.3", "eslint": "9.22.0", "globals": "16.0.0", |