Skip to content

Commit 14c5d44

Browse files
authored
test(react): Pin react-router version for e2e test (#17051)
1 parent 1637986 commit 14c5d44

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/react-router-7-cross-usage

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/react-router-7-cross-usage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"express": "4.20.0",
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0",
12-
"react-router-dom": "^7.2.0",
12+
"react-router-dom": "7.6.0",
1313
"react-scripts": "5.0.1",
1414
"typescript": "~5.0.0"
1515
},

0 commit comments

Comments
 (0)