fix: eslint version
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 7m29s

This commit is contained in:
2026-03-09 13:19:12 +01:00
parent ee0a7d87e9
commit 806ead5b98
2 changed files with 299 additions and 165 deletions

View File

@@ -20,7 +20,7 @@
"@fortawesome/react-fontawesome": "^3.2.0",
"axios": "^1.13.6",
"browser-image-compression": "^2.0.2",
"i18next": "^25.8.14",
"i18next": "^25.8.15",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"jspdf": "^4.2.0",
@@ -28,16 +28,16 @@
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"obs-websocket-js": "^5.0.7",
"proj4": "^2.20.3",
"proj4": "^2.20.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.5",
"react-i18next": "^16.5.6",
"react-is": "^19.2.4",
"react-leaflet": "^5.0.0",
"react-loader-spinner": "^8.0.2",
"react-router-dom": "^7.13.1",
"react-toastify": "^11.0.5",
"recharts": "^3.7.0",
"recharts": "^3.8.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"xlsx-js-style": "^1.2.0"
},
@@ -45,7 +45,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^10.0.2",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",