Upgrade eslint

This commit is contained in:
Ethan Lane 2025-06-19 18:50:36 +01:00
parent 30e557692e
commit 983195c477
2 changed files with 109 additions and 109 deletions

View file

@ -56,11 +56,11 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^9.28.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"eslint": "^9.29.0",
"np": "^10.2.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
"typescript-eslint": "^8.34.1"
}
}