Update linting dependencies

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-21 14:33:28 +04:00
parent 27428377c6
commit a82018a765
3 changed files with 163 additions and 105 deletions

View File

@@ -10,11 +10,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@eslint/js": "^9.25.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.7.0",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"typescript-eslint": "^8.30.1"
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.0.0",
"typescript-eslint": "^8.53.1"
}
}