fix(admin-ui): Pin react-router-dom (#3999)

**What**
- Pins the version of `react-router-dom` to `6.8.0` as the upgrade to `6.11.0` broke usage of `useNavigate` in nested routes.
This commit is contained in:
Kasper Fabricius Kristensen
2023-05-03 22:31:18 +08:00
committed by GitHub
parent f9886a5b9f
commit a7adb8fbf4
3 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
"react-json-tree": "^0.17.0",
"react-jwt": "^1.1.4",
"react-nestable": "^2.0.0",
"react-router-dom": "^6.8.0",
"react-router-dom": "6.8.0",
"react-select": "^5.5.4",
"react-table": "^7.7.0",
"tailwindcss": "3.2.2",