Skip to content

Commit

Permalink
chore(deps-dev): bump vite in the npm_and_yarn group (#65)
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.14 to 6.0.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent e52f70c commit dd413ec
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 16 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.4.12"
"vite": "^6.0.9"
}
}
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.4.12",
"vite": "^6.0.9",
"vite-dts": "^1.0.4",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.1"
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.4.12",
"vite": "^6.0.9",
"vite-node": "1.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit dd413ec

Please sign in to comment.