[v11.4.x] Grafana UI: Re-add react-router-dom as a dependency (#98422)

Grafana UI: Re-add react-router-dom as a dependency (#97540)

* chore(grafana/ui): add react-router-dom v5 as a dependency

* chore(grafana-ui): align version of react-router with core

---------

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
(cherry picked from commit 7e4b05c268)

Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-01-10 09:51:07 +01:00
committed by GitHub
co-authored by Levente Balogh
parent 860a25f7fd
commit 2d06a936c3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -99,6 +99,7 @@
"react-i18next": "^14.0.0",
"react-inlinesvg": "3.0.2",
"react-loading-skeleton": "3.5.0",
"react-router-dom": "5.3.3",
"react-router-dom-v5-compat": "^6.26.1",
"react-select": "5.8.1",
"react-table": "7.8.0",
+1
View File
@@ -4313,6 +4313,7 @@ __metadata:
react-i18next: "npm:^14.0.0"
react-inlinesvg: "npm:3.0.2"
react-loading-skeleton: "npm:3.5.0"
react-router-dom: "npm:5.3.3"
react-router-dom-v5-compat: "npm:^6.26.1"
react-select: "npm:5.8.1"
react-select-event: "npm:^5.1.0"