mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
dca82e0805
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.4 to 29.2.1. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.4...v29.2.1) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
819 B
JSON
33 lines
819 B
JSON
{
|
|
"name": "prometheus-io",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "GENERATE_SOURCEMAP=false bash build_ui.sh --all",
|
|
"build:module": "bash build_ui.sh --build-module",
|
|
"start": "npm run start -w react-app",
|
|
"test": "npm run test --workspaces",
|
|
"lint": "npm run lint --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"react-app",
|
|
"module/*"
|
|
],
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.14.2",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest-canvas-mock": "^2.5.2",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"prettier": "^2.8.8",
|
|
"react-scripts": "^5.0.1",
|
|
"ts-jest": "^29.2.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"version": "0.53.1"
|
|
}
|