Skip to content

Commit 82e87dc

Browse files
authored
build(remix): Fix version for remix build on node 14 (#9528)
This should fix integration tests for remix. It seems this version: https://github.com/vanilla-extract-css/vanilla-extract/releases/tag/%40vanilla-extract%2Fcss%401.14.0 switched a dependency which fails on Node 14. so pinning on the previous version here...
1 parent ecdd22f commit 82e87dc

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
@@ -32,7 +32,8 @@
3232
"@sentry/tracing": "file:../../../tracing",
3333
"@sentry-internal/tracing": "file:../../../tracing-internal",
3434
"@sentry/types": "file:../../../types",
35-
"@sentry/utils": "file:../../../utils"
35+
"@sentry/utils": "file:../../../utils",
36+
"@vanilla-extract/css": "1.13.0"
3637
},
3738
"engines": {
3839
"node": ">=14"

0 commit comments

Comments
 (0)