fix: downgrade eslint to v9 for compatibility and fix docker build in coolify

This commit is contained in:
Marcos
2026-03-23 07:55:17 -03:00
parent 25c75df1fd
commit aaeab42050
3 changed files with 352 additions and 88 deletions

View File

@@ -51,7 +51,7 @@
},
"devDependencies": {
"@capacitor/cli": "^8.2.0",
"@eslint/js": "^10.0.1",
"@eslint/js": "^9.39.4",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
@@ -59,10 +59,10 @@
"@typescript-eslint/parser": "^8.57.1",
"babel-plugin-react-dev-locator": "^1.0.6",
"baseline-browser-mapping": "^2.10.10",
"eslint": "^10.1.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"globals": "^15.15.0",
"typescript-eslint": "^8.57.1"
}
}