Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent a0ba44a commit 46b816e
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 7 deletions.
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"devDependencies": {
"prettier": "3.3.2",
"typescript": "~5.5.2",
"vite": "^5.3.1"
"vite": "^5.3.6"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"prettier": "3.3.2",
"typescript": "~5.5.2",
"vite": "^5.3.1",
"vite": "^5.3.6",
"vite-dts": "^1.0.4",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/ws": "^8.5.10",
"prettier": "3.3.2",
"typescript": "~5.5.2",
"vite": "^5.3.1",
"vite": "^5.3.6",
"vite-node": "1.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 46b816e

Please sign in to comment.