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:
committed by
GitHub
parent
f9886a5b9f
commit
a7adb8fbf4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user