Skip to content

Commit a3b39b7

Browse files
committed
Use react-router-6 versions separately in tests.
1 parent 4c57179 commit a3b39b7

File tree

3 files changed

+190
-191
lines changed

3 files changed

+190
-191
lines changed

packages/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"react-router-3": "npm:[email protected]",
4747
"react-router-4": "npm:[email protected]",
4848
"react-router-5": "npm:[email protected]",
49-
"react-router-6": "npm:[email protected]",
49+
"react-router-6": "npm:[email protected]",
50+
"react-router-6.4": "npm:[email protected]",
5051
"redux": "^4.0.5"
5152
},
5253
"scripts": {

0 commit comments

Comments
 (0)