Merge pull request #15127 from backstage/rugvip/rrd

Replace usages of react-router with react-router-dom
This commit is contained in:
Patrik Oldsberg
2022-12-12 23:51:54 +01:00
committed by GitHub
121 changed files with 186 additions and 199 deletions
@@ -48,7 +48,6 @@
"history": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.2.4"
},
@@ -1,5 +1,5 @@
import React from 'react';
import { Navigate, Route } from 'react-router';
import { Navigate, Route } from 'react-router-dom';
import { apiDocsPlugin, ApiExplorerPage } from '@backstage/plugin-api-docs';
import {
CatalogEntityPage,