Skip to content

Commit

Permalink
Svelte 5 Runes support (HoudiniGraphql#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws authored and AlecAivazis committed Nov 26, 2024
1 parent d2dbcd2 commit 2b6e550
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 71 deletions.
7 changes: 7 additions & 0 deletions .changeset/new-comics-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'houdini-plugin-svelte-global-stores': minor
'houdini-svelte': major
'houdini': minor
---

Add support for Svelte 5 and Svelte Runes
4 changes: 2 additions & 2 deletions e2e/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@playwright/test": "1.48.0",
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"concurrently": "7.1.0",
Expand All @@ -41,7 +41,7 @@
"houdini-svelte": "workspace:^",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^5.0.0",
"svelte": "5.0.0-next.260",
"svelte-check": "^3.8.0",
"svelte-eslint-parser": "^0.41.1",
"svelte-preprocess": "^5.1.4",
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 @@ -37,7 +37,7 @@
"houdini": "workspace:^",
"recast": "^0.23.1",
"rollup": "^3.7.4",
"svelte": "^5.0.0",
"svelte": "5.0.0-next.260",
"vite": "^5.3.3"
},
"files": [
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 @@ -31,7 +31,7 @@
"houdini": "workspace:^",
"houdini-svelte": "workspace:^",
"recast": "^0.23.1",
"svelte": "^5.0.0"
"svelte": "5.0.0-next.260"
},
"files": [
"build"
Expand Down
Loading

0 comments on commit 2b6e550

Please sign in to comment.