Skip to content

Commit

Permalink
Move svelte into peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws committed Dec 2, 2024
1 parent d2dbcd2 commit 484180f
Show file tree
Hide file tree
Showing 6 changed files with 9,739 additions and 7,993 deletions.
6 changes: 6 additions & 0 deletions .changeset/moody-onions-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'houdini-plugin-svelte-global-stores': patch
'houdini-svelte': patch
---

Move Svelte into peerDependencies
2 changes: 1 addition & 1 deletion e2e/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"houdini-svelte": "workspace:^",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^5.0.0",
"svelte": "^5.3.1",
"svelte-check": "^3.8.0",
"svelte-eslint-parser": "^0.41.1",
"svelte-preprocess": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"tailwindcss": "^3.3.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"wrangler": "^3.7.0"
"wrangler": "^3.91.0"
}
}
5 changes: 4 additions & 1 deletion packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@types/minimatch": "^5.1.2",
"prettier-plugin-svelte": "^3.2.2",
"scripts": "workspace:^",
"svelte": "^5.0.0",
"vitest": "^1.6.0"
},
"dependencies": {
Expand All @@ -37,9 +38,11 @@
"houdini": "workspace:^",
"recast": "^0.23.1",
"rollup": "^3.7.4",
"svelte": "^5.0.0",
"vite": "^5.3.3"
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"files": [
"build"
],
Expand Down
7 changes: 5 additions & 2 deletions packages/plugin-svelte-global-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@
},
"devDependencies": {
"scripts": "workspace:^",
"svelte": "^5.0.0",
"vitest": "^1.6.0"
},
"dependencies": {
"@sveltejs/kit": "^2.5.3",
"houdini": "workspace:^",
"houdini-svelte": "workspace:^",
"recast": "^0.23.1",
"recast": "^0.23.1"
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"files": [
Expand Down Expand Up @@ -58,4 +61,4 @@
},
"main": "./build/plugin-cjs/index.js",
"types": "./build/plugin/index.d.ts"
}
}
Loading

0 comments on commit 484180f

Please sign in to comment.