chore(frontend): downgrade react-router-dom to v6 for vite-react-ssg compatibility

This commit is contained in:
2026-08-02 10:24:43 +02:00
parent c07663aa7b
commit 8dcc5f3405
4 changed files with 50 additions and 82 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-i18next": "^17.0.11",
"react-router-dom": "^7.18.2",
"react-router-dom": "^6.30.4",
"sharp": "^0.35.3",
"tar": "^7.5.22",
"turndown": "^7.2.4",