mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
chore(deps-dev): bump @vitejs/plugin-legacy from 5.4.2 to 5.4.3 in /ui
Bumps [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-legacy) from 5.4.2 to 5.4.3. - [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/v5.4.3/packages/plugin-legacy) --- updated-dependencies: - dependency-name: "@vitejs/plugin-legacy" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Łukasz Mierzwa
parent
0b81d3dbc8
commit
81926a2ae7
19
ui/package-lock.json
generated
19
ui/package-lock.json
generated
@@ -70,7 +70,7 @@
|
||||
"@types/qs": "6.9.16",
|
||||
"@types/react": "17.0.50",
|
||||
"@types/react-dom": "17.0.17",
|
||||
"@vitejs/plugin-legacy": "5.4.2",
|
||||
"@vitejs/plugin-legacy": "5.4.3",
|
||||
"@vitejs/plugin-react": "4.3.3",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
||||
"csstype": "3.1.2",
|
||||
@@ -5036,18 +5036,17 @@
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@vitejs/plugin-legacy": {
|
||||
"version": "5.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.4.2.tgz",
|
||||
"integrity": "sha512-hlyyQL+wEIyOWdwsUKX+0g3kBU4AbHmVzHarLvVKiGGGqLIYjttMvvjk6zGY8RD9dab6QuFNhDoxg0YFhQ26xA==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/preset-env": "^7.25.3",
|
||||
"browserslist": "^4.23.3",
|
||||
"@babel/core": "^7.25.8",
|
||||
"@babel/preset-env": "^7.25.8",
|
||||
"browserslist": "^4.24.0",
|
||||
"browserslist-to-esbuild": "^2.1.1",
|
||||
"core-js": "^3.38.0",
|
||||
"magic-string": "^0.30.11",
|
||||
"core-js": "^3.38.1",
|
||||
"magic-string": "^0.30.12",
|
||||
"regenerator-runtime": "^0.14.1",
|
||||
"systemjs": "^6.15.1"
|
||||
},
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"@types/qs": "6.9.16",
|
||||
"@types/react": "17.0.50",
|
||||
"@types/react-dom": "17.0.17",
|
||||
"@vitejs/plugin-legacy": "5.4.2",
|
||||
"@vitejs/plugin-legacy": "5.4.3",
|
||||
"@vitejs/plugin-react": "4.3.3",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
||||
"csstype": "3.1.2",
|
||||
|
||||
Reference in New Issue
Block a user