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

Bumps [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy) from 5.4.3 to 6.0.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/v6.0.0/packages/plugin-legacy)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-legacy"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-02 10:22:12 +00:00
committed by Łukasz Mierzwa
parent 0c6ab6cd5a
commit 46f35a0485
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -70,7 +70,7 @@
"@types/qs": "6.9.17",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@vitejs/plugin-legacy": "5.4.3",
"@vitejs/plugin-legacy": "6.0.0",
"@vitejs/plugin-react": "4.3.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"csstype": "3.1.2",
@@ -5042,30 +5042,30 @@
"peer": true
},
"node_modules/@vitejs/plugin-legacy": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.4.3.tgz",
"integrity": "sha512-wsyXK9mascyplcqvww1gA1xYiy29iRHfyciw+a0t7qRNdzX6PdfSWmOoCi74epr87DujM+5J+rnnSv+4PazqVg==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-6.0.0.tgz",
"integrity": "sha512-pWt9cWaGJAKYw+67VLpN8hSP+G+yAQnrf5Pqh/NzSDKFl/4KpxTtwb5OLQezHoZOxghahO/ha3IpvblBbX/t6A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"browserslist": "^4.24.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"browserslist": "^4.24.2",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.38.1",
"magic-string": "^0.30.12",
"core-js": "^3.39.0",
"magic-string": "^0.30.13",
"regenerator-runtime": "^0.14.1",
"systemjs": "^6.15.1"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"funding": {
"url": "https://github.com/vitejs/vite?sponsor=1"
},
"peerDependencies": {
"terser": "^5.4.0",
"vite": "^5.0.0"
"terser": "^5.16.0",
"vite": "^6.0.0"
}
},
"node_modules/@vitejs/plugin-react": {
+1 -1
View File
@@ -66,7 +66,7 @@
"@types/qs": "6.9.17",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@vitejs/plugin-legacy": "5.4.3",
"@vitejs/plugin-legacy": "6.0.0",
"@vitejs/plugin-react": "4.3.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"csstype": "3.1.2",