mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-04 14:12:14 -04:00
Some checks are pending
CI / Go tests (push) Waiting to run
CI / More Go tests (push) Waiting to run
CI / Go tests with previous Go version (push) Waiting to run
CI / UI tests (push) Waiting to run
CI / Go tests on Windows (push) Waiting to run
CI / Mixins tests (push) Waiting to run
CI / Build Prometheus for common architectures (push) Waiting to run
CI / Build Prometheus for all architectures (push) Waiting to run
CI / Report status of build Prometheus for all architectures (push) Blocked by required conditions
CI / Check generated parser (push) Waiting to run
CI / golangci-lint (push) Waiting to run
CI / fuzzing (push) Waiting to run
CI / codeql (push) Waiting to run
CI / Publish main branch artifacts (push) Blocked by required conditions
CI / Publish release artefacts (push) Blocked by required conditions
CI / Publish UI on npm Registry (push) Blocked by required conditions
* prepare release 3.7.2 Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> * Update CHANGELOG.md Co-authored-by: Julien <291750+roidelapluie@users.noreply.github.com> Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com> --------- Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com> Co-authored-by: Julien <291750+roidelapluie@users.noreply.github.com>
27 lines
715 B
JSON
27 lines
715 B
JSON
{
|
|
"name": "prometheus-io",
|
|
"description": "Monorepo for the Prometheus UI",
|
|
"version": "0.307.2",
|
|
"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": "^8.45.0",
|
|
"@typescript-eslint/parser": "^8.45.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"prettier": "^3.6.2",
|
|
"ts-jest": "^29.4.4",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.3.6"
|
|
}
|
|
}
|