Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.2.12 to 6.0.3
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.12 to 6.0.3.
- [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.3/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 9, 2024
1 parent e496881 commit 9383af6
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 121 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"kolorist": "^1.8.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion playground/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@tsconfig/svelte": "^5.0.4",
"pathe": "^1.1.2",
"svelte": "^4.2.19",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-plugin-qrcode": "^0.2.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-plugin-qrcode": "^0.2.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 9383af6

Please sign in to comment.