chore(deps-dev): bump @vitejs/plugin-react from 5.1.0 to 5.1.3 in /ui

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.0 to 5.1.3.
- [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.3/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-07 14:47:51 +00:00
committed by Łukasz Mierzwa
parent 2a153c82f9
commit f87284335f
2 changed files with 10 additions and 10 deletions

18
ui/package-lock.json generated
View File

@@ -71,7 +71,7 @@
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@vitejs/plugin-legacy": "7.2.1",
"@vitejs/plugin-react": "5.1.0",
"@vitejs/plugin-react": "5.1.3",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"csstype": "3.1.3",
"diffable-html": "5.0.0",
@@ -3921,9 +3921,9 @@
}
},
"node_modules/@rolldown/pluginutils": {
"version": "1.0.0-beta.43",
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.43.tgz",
"integrity": "sha512-5Uxg7fQUCmfhax7FJke2+8B6cqgeUJUD9o2uXIKXhD+mG0mL6NObmVoi9wXEU1tY89mZKgAYA6fTbftx3q2ZPQ==",
"version": "1.0.0-rc.2",
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
"integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
"dev": true,
"license": "MIT"
},
@@ -5177,16 +5177,16 @@
}
},
"node_modules/@vitejs/plugin-react": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.0.tgz",
"integrity": "sha512-4LuWrg7EKWgQaMJfnN+wcmbAW+VSsCmqGohftWjuct47bv8uE4n/nPpq4XjJPsxgq00GGG5J8dvBczp8uxScew==",
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.3.tgz",
"integrity": "sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.28.4",
"@babel/core": "^7.29.0",
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
"@rolldown/pluginutils": "1.0.0-beta.43",
"@rolldown/pluginutils": "1.0.0-rc.2",
"@types/babel__core": "^7.20.5",
"react-refresh": "^0.18.0"
},

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.0",
"@vitejs/plugin-react": "5.1.3",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"csstype": "3.1.3",
"diffable-html": "5.0.0",