Skip to content

Commit

Permalink
feat: upgrade react router to v6 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed-Ali-Abbas-Zaidi authored Sep 13, 2023
1 parent b6ab385 commit 9f59a46
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 78 deletions.
110 changes: 38 additions & 72 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
"react-markdown": "^8.0.5"
},
"peerDependencies": {
"@edx/frontend-platform": "^4.3.0",
"@edx/frontend-platform": "^4.3.0 || ^5.0.0",
"@edx/paragon": "20.46.0",
"@reduxjs/toolkit": "1.8.1",
"react": "16.14.0 || ^17.0.0",
"react-dom": "16.14.0 || ^17.0.0",
"react-redux": "7.2.9",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-router": "5.2.1 || ^6.0.0",
"react-router-dom": "5.3.0 || ^6.0.0",
"redux": "4.1.2",
"regenerator-runtime": "0.13.11",
"uuid": "9.0.0"
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "12.9.2",
"@edx/frontend-platform": "4.6.0",
"@edx/frontend-platform": "5.0.0",
"@edx/paragon": "20.46.0",
"@edx/reactifex": "^2.1.1",
"@reduxjs/toolkit": "1.8.1",
Expand All @@ -79,8 +79,8 @@
"react-dom": "17.0.2",
"react-intl": "^5.25.0",
"react-redux": "7.2.9",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-router": "6.15.0",
"react-router-dom": "6.15.0",
"redux": "4.1.2",
"regenerator-runtime": "0.13.11",
"semantic-release": "^21.0.7"
Expand Down

0 comments on commit 9f59a46

Please sign in to comment.