feat: upgrade react router to v6 (#280)
This commit is contained in:
committed by
GitHub
parent
25e4e39953
commit
c44c72cec0
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user