Bump vite and laravel-vite-plugin

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [laravel-vite-plugin](https://github.com/laravel/vite-plugin). These dependencies needed to be updated together.

Updates `vite` from 5.4.11 to 6.0.6
- [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.6/packages/vite)

Updates `laravel-vite-plugin` from 1.0.6 to 1.1.1
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/vite-plugin/compare/v1.0.6...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-27 09:31:22 +00:00
committed by GitHub
parent fda4d2ad88
commit acc6e793c4
2 changed files with 306 additions and 218 deletions

View File

@@ -7,7 +7,7 @@
},
"devDependencies": {
"axios": "^1.7.9",
"laravel-vite-plugin": "^1.0.6",
"vite": "^5.4.11"
"laravel-vite-plugin": "^1.1.1",
"vite": "^6.0.6"
}
}