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>
This commit is contained in:
Levente Balogh 2024-12-31 12:38:55 +01:00 committed by GitHub
parent 0e4b503352
commit 7e4b05c268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@
"react-i18next": "^15.0.0",
"react-inlinesvg": "4.1.5",
"react-loading-skeleton": "3.5.0",
"react-router-dom": "5.3.3",
"react-router-dom-v5-compat": "^6.26.1",
"react-select": "5.9.0",
"react-table": "7.8.0",

View File

@ -4064,6 +4064,7 @@ __metadata:
react-i18next: "npm:^15.0.0"
react-inlinesvg: "npm:4.1.5"
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.9.0"
react-select-event: "npm:^5.1.0"