Skip to content

Commit 16734d0

Browse files
authored
chore(remix): Add quansync 0.2.11 resolution (#21028)
`local-pkg@1.2.0` bumped its `quansync` dependency from `^0.2.11` to `^1.0.0` yesterday. This is problematic because quansync dropped CJS exports in 1.0.0, breaking us on node 18 since it cannot require ESM modules.
1 parent 4cbf803 commit 16734d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/remix/test/integration/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"@vanilla-extract/css": "1.13.0",
4040
"@vanilla-extract/integration": "6.2.4",
4141
"@types/mime": "^3.0.0",
42-
"vite": "^6.4.2"
42+
"vite": "^6.4.2",
43+
"quansync": "0.2.11"
4344
},
4445
"engines": {
4546
"node": ">=18"

0 commit comments

Comments
 (0)