Skip to content

Commit

Permalink
Upgrade to vite 6 (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws authored Dec 19, 2024
1 parent d6375b6 commit 21316ed
Show file tree
Hide file tree
Showing 7 changed files with 644 additions and 78 deletions.
7 changes: 7 additions & 0 deletions .changeset/happy-items-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'houdini-svelte': minor
'houdini-react': minor
'houdini': minor
---

Add support for vite 6
6 changes: 3 additions & 3 deletions e2e/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@kitql/helpers": "^0.8.2",
"@playwright/test": "1.48.0",
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"concurrently": "7.1.0",
Expand All @@ -47,7 +47,7 @@
"svelte-preprocess": "^5.1.4",
"tslib": "^2.3.1",
"typescript": "^5.0.0",
"vite": "^5.2.12",
"vite": "^6.0.3",
"vite-plugin-lib-reporter": "^0.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "^2.8.3",
"turbo": "^1.8.8",
"typescript": "^4.9",
"vite": "^5.3.3",
"vite": "^6.0.3",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-dom": "19.0.0-rc-eb259b5d3b-20240605",
"react-streaming-compat": "^0.3.18",
"recast": "^0.23.1",
"rollup": "^3.7.4",
"rollup": "^4.28.1",
"use-deep-compare-effect": "^1.8.1"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"dependencies": {
"@kitql/helpers": "^0.8.2",
"@sveltejs/kit": "^2.5.3",
"@sveltejs/kit": "^2.9.0",
"ast-types": "^0.16.1",
"estree-walker": "^3.0.1",
"graphql": "^15.8.0",
"houdini": "workspace:^",
"recast": "^0.23.1",
"rollup": "^3.7.4",
"rollup": "^4.28.1",
"svelte": "^5.0.0",
"vite": "^5.3.3"
"vite": "^6.0.3"
},
"files": [
"build"
Expand Down
4 changes: 2 additions & 2 deletions packages/houdini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@types/ungap__structured-clone": "^0.3.0",
"kleur": "^4.1.5",
"prettier": "^2.8.3",
"rollup": "^4.13.0",
"rollup": "^4.28.1",
"scripts": "workspace:^",
"vite": "^5.3.3",
"vite": "^6.0.3",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 21316ed

Please sign in to comment.