chore(deps-dev): bump @vitejs/plugin-legacy from 5.3.2 to 5.4.0 in /ui

Bumps [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/plugin-legacy@5.4.0/packages/plugin-legacy)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-legacy"
  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-05-13 09:20:46 +01:00
committed by Łukasz Mierzwa
parent 447f8686b3
commit b3d164dbcc
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -70,7 +70,7 @@
"@types/qs": "6.9.15",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@vitejs/plugin-legacy": "5.3.2",
"@vitejs/plugin-legacy": "5.4.0",
"@vitejs/plugin-react": "4.2.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"csstype": "3.1.2",
@@ -4594,19 +4594,19 @@
"peer": true
},
"node_modules/@vitejs/plugin-legacy": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.3.2.tgz",
"integrity": "sha512-8moCOrIMaZ/Rjln0Q6GsH6s8fAt1JOI3k8nmfX4tXUxE5KAExVctSyOBk+A25GClsdSWqIk2yaUthH3KJ2X4tg==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.4.0.tgz",
"integrity": "sha512-Z7o44IbOIir/appjqtVzxnmLeGD8DjWGNm48lfPWZn4hxjzUjTkMX7BDwncpauWAQ/0VIz6uPeMHl3Za0Rw7wA==",
"dev": true,
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"browserslist": "^4.23.0",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.36.0",
"magic-string": "^0.30.7",
"core-js": "^3.37.0",
"magic-string": "^0.30.10",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.14.3"
"systemjs": "^6.15.1"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
+1 -1
View File
@@ -65,7 +65,7 @@
"@types/qs": "6.9.15",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@vitejs/plugin-legacy": "5.3.2",
"@vitejs/plugin-legacy": "5.4.0",
"@vitejs/plugin-react": "4.2.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"csstype": "3.1.2",