Skip to content

Commit

Permalink
chore(deps): bump vite from 5.2.11 to 5.4.12
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 58c47fe commit 619c30f
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 921 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"svelte": "5.0.0",
"svelte-check": "4.0.0",
"typescript": "5.3.3",
"vite": "6.0.0"
"vite": "5.4.12"
}
}
2 changes: 1 addition & 1 deletion examples/vue-wagmi-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"typescript": "5.3.3",
"vite": "5.4.10",
"vite": "5.4.12",
"vue-tsc": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/vue-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"typescript": "5.3.3",
"vite": "5.4.10",
"vite": "5.4.12",
"vue-tsc": "2.1.8"
}
}
Loading

0 comments on commit 619c30f

Please sign in to comment.