Web: bump ESLint to v9 (#3843)

This commit is contained in:
dependabot[bot] 2024-07-31 20:37:10 +02:00 committed by GitHub
parent 0909bf3d9d
commit e3fbfb81d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@
"devDependencies": {
"@eslint/js": "^9",
"@types/eslint__js": "^8",
"eslint": "^8",
"eslint": "^9",
"typescript": "^5",
"typescript-eslint": "^7"
"typescript-eslint": "^8"
}
}