Merge pull request #16369 from prometheus/dependabot/npm_and_yarn/web/ui/vite-6.2.4

chore(deps-dev): bump vite from 6.2.3 to 6.2.4 in /web/ui
This commit is contained in:
github-actions[bot] 2025-04-01 14:36:54 +00:00 committed by GitHub
commit 1a325fc9c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -67,7 +67,7 @@
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^6.2.3",
"vite": "^6.2.4",
"vitest": "^3.0.8"
}
}

View File

@ -19,7 +19,7 @@
"prettier": "^3.4.2",
"ts-jest": "^29.2.2",
"typescript": "^5.7.2",
"vite": "^6.2.3"
"vite": "^6.2.4"
}
},
"mantine-ui": {
@ -81,7 +81,7 @@
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"vite": "^6.2.3",
"vite": "^6.2.4",
"vitest": "^3.0.8"
}
},
@ -9009,9 +9009,9 @@
}
},
"node_modules/vite": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
"integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
"integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -22,6 +22,6 @@
"prettier": "^3.4.2",
"ts-jest": "^29.2.2",
"typescript": "^5.7.2",
"vite": "^6.2.3"
"vite": "^6.2.4"
}
}