Downgrade react-router to 6.27.0 to fix import users (#678)

This commit is contained in:
Dirk Klimpel
2025-05-30 08:58:39 +02:00
committed by GitHub
parent fa3f2437a3
commit 7a286ad506
2 changed files with 5 additions and 36 deletions

View File

@@ -69,8 +69,8 @@
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-is": "^18.3.1",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1"
"react-router": "6.27.0",
"react-router-dom": "6.27.0"
},
"scripts": {
"start": "vite serve",