Skip to content

Commit b4aa560

Browse files
committed
chore(qwik): add peerDeps for qwik
without this, it isn't guaranteed to have access to the libararies
1 parent 4b7c843 commit b4aa560

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/frameworks-qwik/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
"@auth/core": "workspace:*",
5757
"set-cookie-parser": "^2.6.0"
5858
},
59+
"peerDependencies": {
60+
"@builder.io/qwik": "*",
61+
"@builder.io/qwik-city": "*"
62+
},
5963
"devDependencies": {
6064
"@builder.io/qwik": "1.7.3",
6165
"@builder.io/qwik-city": "1.5.5",

0 commit comments

Comments
 (0)