Skip to content

Commit ad502f6

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 ad502f6

File tree

3 files changed

+554
-315
lines changed

3 files changed

+554
-315
lines changed

apps/dev/qwik/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
},
2828
"devDependencies": {
2929
"@auth/qwik": "workspace:*",
30-
"@builder.io/qwik": "^1.5.5",
31-
"@builder.io/qwik-city": "^1.5.5",
30+
"@builder.io/qwik": "^1.16.1",
31+
"@builder.io/qwik-city": "^1.16.1",
3232
"@types/eslint": "^8.56.10",
3333
"@types/node": "^20.12.7",
3434
"@typescript-eslint/eslint-plugin": "^7.7.1",
3535
"@typescript-eslint/parser": "^7.7.1",
3636
"eslint": "^8.57.0",
37-
"eslint-plugin-qwik": "^1.5.5",
37+
"eslint-plugin-qwik": "^1.16.1",
3838
"prettier": "^3.2.5",
3939
"typescript": "5.4.5",
4040
"undici": "*",

packages/frameworks-qwik/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@
5656
"@auth/core": "workspace:*",
5757
"set-cookie-parser": "^2.6.0"
5858
},
59+
"peerDependencies": {
60+
"@builder.io/qwik": ">= 1.13.0",
61+
"@builder.io/qwik-city": ">= 1.13.0"
62+
},
5963
"devDependencies": {
60-
"@builder.io/qwik": "1.7.3",
61-
"@builder.io/qwik-city": "1.5.5",
64+
"@builder.io/qwik": "1.16.1",
65+
"@builder.io/qwik-city": "1.16.1",
6266
"@types/set-cookie-parser": "^2.4.7",
6367
"typescript": "^5.4.5",
6468
"vite-plugin-dts": "^3.9.1",

0 commit comments

Comments
 (0)