Skip to content

Commit

Permalink
Bump vite and svelte versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws committed Jul 5, 2024
1 parent 2271b46 commit 258e6f0
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 220 deletions.
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-next.138",
"svelte": "5.0.0-next.175",
"svelte-check": "^3.8.0",
"svelte-eslint-parser": "^0.36.0",
"svelte-preprocess": "^5.1.4",
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.2.12",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"houdini": "workspace:^",
"recast": "^0.23.1",
"rollup": "^3.7.4",
"svelte": "5.0.0-next.165",
"vite": "^5.2.12"
"svelte": "5.0.0-next.175",
"vite": "^5.3.3"
},
"files": [
"build"
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "^2.8.3",
"rollup": "^4.13.0",
"scripts": "workspace:^",
"vite": "^5.2.12",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"dependencies": {
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.165"
"svelte": "5.0.0-next.175"
},
"files": [
"build"
Expand Down
Loading

0 comments on commit 258e6f0

Please sign in to comment.