Skip to content

Commit

Permalink
Fix peerdependencies versions (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws authored Jan 28, 2025
1 parent ab8932e commit 142cc66
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 52 deletions.
7 changes: 7 additions & 0 deletions .changeset/new-planets-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'houdini-plugin-svelte-global-stores': minor
'houdini-adapter-static': minor
'houdini': minor
---

Fix vite peerdependency versions
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "^19.0.0"
},
"peerDependencies": {
"vite": "^5.3.3"
"vite": "^5.3.3 || ^6.0.3"
},
"files": [
"build"
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@sveltejs/kit": "^2.9.0",
"svelte": "^5.0.0",
"vite": "^6.0.3"
"vite": "^5.3.3 || ^6.0.3"
},
"files": [
"build"
Expand Down
3 changes: 1 addition & 2 deletions packages/houdini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"prettier": "^2.8.3",
"rollup": "^4.28.1",
"scripts": "workspace:^",
"vite": "^6.0.3",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down Expand Up @@ -61,7 +60,7 @@
"vite-plugin-watch-and-run": "^1.7.0"
},
"peerDependencies": {
"vite": "^5.3.3"
"vite": "^5.3.3 || ^6.0.3"
},
"files": [
"build"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte-global-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"recast": "^0.23.1"
},
"peerDependencies": {
"@sveltejs/kit": "^2.5.3",
"@sveltejs/kit": "^2.9.0",
"svelte": "^5.0.0"
},
"files": [
Expand Down
62 changes: 15 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 142cc66

Please sign in to comment.