Bump vite from 2.9.17 to 5.4.20 in /samples/browser-esm-vite-react

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.17 to 5.4.20.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-08 21:55:52 +00:00 committed by GitHub
parent 953f4ecc85
commit 6194383804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1166 additions and 569 deletions

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,6 @@
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.4", "@vitejs/plugin-react": "^1.1.4",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^2.9.17" "vite": "^5.4.20"
} }
} }