Skip to content

Commit

Permalink
Bump Svelte to official 5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws committed Oct 19, 2024
1 parent c696b77 commit 9fe0651
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 82 deletions.
7 changes: 7 additions & 0 deletions .changeset/gorgeous-lions-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'houdini-plugin-svelte-global-stores': patch
'houdini-svelte': patch
'houdini': patch
---

Bump Svelte version to 5.0
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": "^3.1.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@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-next.260",
"svelte": "^5.0.0",
"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-next.260",
"svelte": "^5.0.0",
"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-next.260"
"svelte": "^5.0.0"
},
"files": [
"build"
Expand Down
Loading

0 comments on commit 9fe0651

Please sign in to comment.