Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent f5b2d24 commit 1f80372
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 44 deletions.
2 changes: 1 addition & 1 deletion playground/multi-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"dummy-side-effects": "workspace:*",
"svelte": "^5.2.9",
"vite": "^5.4.11"
"vite": "^6.0.2"
},
"peerDependencies": {
"@sveltejs/kit": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"svelte-check": "^4.1.0",
"tslib": "^2.8.1",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.2"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion playground/runtime-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dummy-commonjs": "workspace:*",
"dummy-module": "workspace:*",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.2"
}
}
140 changes: 99 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f80372

Please sign in to comment.