Skip to content

Commit 99f39b5

Browse files
authored
test(remix): Override web-streams-polyfill version to fix integration tests (#10065)
1 parent 09e4ecc commit 99f39b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/remix/test/integration/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"@sentry-internal/feedback": "file:../../../feedback",
3535
"@sentry/types": "file:../../../types",
3636
"@sentry/utils": "file:../../../utils",
37-
"@vanilla-extract/css": "1.13.0"
37+
"@vanilla-extract/css": "1.13.0",
38+
"web-streams-polyfill": "3.2.1"
3839
},
3940
"engines": {
4041
"node": ">=14"

0 commit comments

Comments
 (0)