Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.4.11 to 6.0.5
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 6.0.5.
- [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.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent f20d40d commit 700b2b7
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"eslint-plugin-sonarjs": "^3.0.1",
"prettier": "^3.4.2",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"svelte-markdown": "^0.4.1",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.17",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 700b2b7

Please sign in to comment.