Skip to content

Commit a91a5ba

Browse files
authored
test(e2e): Pin react-router-dom dep in react-send-to-sentry Test (#14213)
Causes failures on develop
1 parent cb1f001 commit a91a5ba

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/react-send-to-sentry

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/react-send-to-sentry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/react-dom": "18.0.0",
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0",
12-
"react-router-dom": "^6.4.1",
12+
"react-router-dom": "6.4.1",
1313
"react-scripts": "5.0.1",
1414
"typescript": "4.9.5"
1515
},

0 commit comments

Comments
 (0)