Skip to content

Commit b0c9459

Browse files
authored
test(remix): Fix test for Node 14 (#11370)
Tests are failing because mime 4 is Node 16+ only, so pinning this to mime 3...
1 parent 8ab596a commit b0c9459

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
@@ -35,7 +35,8 @@
3535
"@sentry/types": "file:../../../types",
3636
"@sentry/utils": "file:../../../utils",
3737
"@vanilla-extract/css": "1.13.0",
38-
"@vanilla-extract/integration": "6.2.4"
38+
"@vanilla-extract/integration": "6.2.4",
39+
"@types/mime": "^3.0.0"
3940
},
4041
"engines": {
4142
"node": ">=14.18"

0 commit comments

Comments
 (0)