Skip to content

Commit 9bbbedc

Browse files
committed
Investigate switch to react router v6 from c5, start using the migration package react-router-dom-v5-compat
1 parent d12ba29 commit 9bbbedc

File tree

7 files changed

+552
-43
lines changed

7 files changed

+552
-43
lines changed

package-lock.json

Lines changed: 70 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@
7878
"xml-js": "^1.6.11"
7979
},
8080
"peerDependencies": {
81-
"@types/react": "^18.3.1",
81+
"react-router-dom-v5-compat": "^6.30.0",
8282
"@types/react-router-dom": "^5.3.3",
83+
"@types/react": "^18.3.1",
8384
"react": "^18.3.1",
8485
"react-dom": "^18.3.1",
8586
"react-redux": "^7.2.9",

0 commit comments

Comments
 (0)