Skip to content

Commit 77056ce

Browse files
committed
fix(core): require rollup with facade fix
1 parent 38e2926 commit 77056ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/qwik/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
}
2626
],
2727
"dependencies": {
28-
"csstype": "^3.1"
28+
"csstype": "^3.1",
29+
"rollup": ">= 4.39.0"
2930
},
3031
"devDependencies": {
3132
"@builder.io/qwik": "workspace:^",

pnpm-lock.yaml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)