feat: upgrade react router to v6 (#280)

This commit is contained in:
Syed Ali Abbas Zaidi
2023-09-12 18:04:42 +05:00
committed by GitHub
parent 25e4e39953
commit c44c72cec0
2 changed files with 43 additions and 76 deletions

View File

@@ -39,7 +39,7 @@
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "12.8.27",
"@edx/frontend-platform": "4.2.0",
"@edx/frontend-platform": "5.0.0",
"@edx/paragon": "^20.45.0",
"@edx/reactifex": "^2.1.1",
"@testing-library/dom": "^8.13.0",
@@ -56,7 +56,7 @@
"prop-types": "15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.3.0",
"react-router-dom": "6.15.0",
"react-test-renderer": "^17.0.2",
"redux-saga": "1.1.3",
"webpack-cli": "4.10.0"
@@ -96,7 +96,7 @@
"xmlchecker": "^0.1.0"
},
"peerDependencies": {
"@edx/frontend-platform": "^4.0.0",
"@edx/frontend-platform": "^4.0.0 || ^5.0.0",
"@edx/paragon": "^20.27.0",
"prop-types": "^15.5.10",
"react": "^16.14.0 || ^17.0.0",