prometheus/web/ui/package.json
dependabot[bot] 4b142dc7a1
chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 in /web/ui (#15650)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-11 16:37:16 -06:00

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.7.2",
"vite": "^6.0.3"
}
}