Bump rollup and vite in /samples/browser-esm-vite-react

Bumps [rollup](https://github.com/rollup/rollup) to 4.22.5 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `rollup` from 2.70.1 to 4.22.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.70.1...v4.22.5)

Updates `vite` from 2.9.17 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-27 21:08:28 +00:00 committed by GitHub
parent 2695fe2483
commit 7fb22ef7b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1034 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",
"@vitejs/plugin-react": "^1.1.4",
"typescript": "^5.4.5",
"vite": "^2.9.17"
"vite": "^5.4.8"
}
}