mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 22:19:40 -08:00
c66d78cf5f
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 6.0.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
714 B
JSON
28 lines
714 B
JSON
{
|
|
"name": "prometheus-io",
|
|
"description": "Monorepo for the Prometheus UI",
|
|
"version": "0.300.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bash build_ui.sh --all",
|
|
"build:module": "bash build_ui.sh --build-module",
|
|
"start": "npm run start -w mantine-ui",
|
|
"test": "npm run test --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"mantine-ui",
|
|
"module/*"
|
|
],
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "^3.4.2",
|
|
"ts-jest": "^29.2.2",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^6.0.3"
|
|
}
|
|
}
|