Skip to content

Commit

Permalink
Merge branch 'main' of github.com:QwikDev/qwik into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Oct 30, 2024
2 parents b9fa36f + e8958f4 commit f66c5e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/ninety-planets-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'@builder.io/qwik': patch
---

FIX: `vite` is now a peer dependency of `qwik` and `qwik-city`, so that there can be no duplicate imports. This should not have consequences, since all apps also directly depend on `vite`.
FIX: `vite` is now a peer dependency of `qwik`, `qwik-city`, `qwik-react` and `qwik-labs`, so that there can be no duplicate imports. This should not have consequences, since all apps also directly depend on `vite`.
3 changes: 2 additions & 1 deletion packages/qwik-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
],
"main": "./lib/index.qwik.mjs",
"peerDependencies": {
"zod": "3.22.4"
"zod": "3.22.4",
"vite": "^5"
},
"private": true,
"qwik": "./lib/index.qwik.mjs",
Expand Down
3 changes: 2 additions & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"vite": "^5"
},
"qwik": "./lib/index.qwik.mjs",
"repository": {
Expand Down
5 changes: 0 additions & 5 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,6 @@
"peerDependencies": {
"vite": "^5"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/QwikDev/qwik.git",
Expand Down

0 comments on commit f66c5e1

Please sign in to comment.