Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use react-router-6 versions separately in tests.
  • Loading branch information
onurtemizkan committed Nov 21, 2022
commit a3b39b70ee20f9e12a93936df86200f36fc2adeb
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"react-router-3": "npm:[email protected]",
"react-router-4": "npm:[email protected]",
"react-router-5": "npm:[email protected]",
"react-router-6": "npm:[email protected]",
"react-router-6": "npm:[email protected]",
"react-router-6.4": "npm:[email protected]",
"redux": "^4.0.5"
},
"scripts": {
Expand Down
Loading