Skip to content

Commit

Permalink
feat: upgrade react router to v6 (#258)
Browse files Browse the repository at this point in the history
* feat: upgrade react router to v6

* chore: update peer deps
  • Loading branch information
Syed-Ali-Abbas-Zaidi authored Aug 16, 2023
1 parent 8b2dc6e commit c60fa7a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 49 deletions.
80 changes: 34 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@edx/brand": "npm:@edx/[email protected]",
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "12.9.4",
"@edx/frontend-platform": "4.6.1",
"@edx/frontend-platform": "5.0.0",
"@edx/paragon": "20.46.2",
"@edx/reactifex": "2.2.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
Expand All @@ -46,7 +46,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"react-router-dom": "6.14.2",
"react-test-renderer": "17.0.2",
"reactifex": "1.1.1",
"redux": "4.2.1"
Expand All @@ -60,7 +60,7 @@
"js-cookie": "^3.0.1"
},
"peerDependencies": {
"@edx/frontend-platform": "^4.0.0",
"@edx/frontend-platform": "^4.0.0 || ^5.0.0",
"@edx/paragon": "^20.0.0",
"prop-types": "^15.7.0",
"react": "^16.9.0 || ^17.0.0",
Expand Down

0 comments on commit c60fa7a

Please sign in to comment.