chore(deps-dev): bump the vite group in /ui with 2 updates

Bumps the vite group in /ui with 2 updates: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths).


Updates `@vitejs/plugin-react` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.4/packages/plugin-react)

Updates `vite-tsconfig-paths` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: vite-tsconfig-paths
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-14 13:21:13 +00:00
committed by Łukasz Mierzwa
parent ba058bb5b7
commit c3c5c19dba
2 changed files with 14 additions and 14 deletions

View File

@@ -67,7 +67,7 @@
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@vitejs/plugin-legacy": "7.2.1",
"@vitejs/plugin-react": "5.1.3",
"@vitejs/plugin-react": "5.1.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"csstype": "3.2.3",
"diffable-html": "6.0.1",
@@ -88,7 +88,7 @@
"ts-jest": "29.4.5",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-tsconfig-paths": "6.1.0"
"vite-tsconfig-paths": "6.1.1"
},
"overrides": {
"@types/enzyme": {