Files
grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json
T
github-actions[bot] fce1b2b6cf Release: 12.1.3 (#112735)
* Update changelog

* Update version to 12.1.3

---------

Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
2025-10-21 16:17:15 +02:00

51 lines
1.8 KiB
JSON

{
"name": "@grafana-plugins/grafana-pyroscope-datasource",
"description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.",
"private": true,
"version": "12.1.4",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "12.1.4",
"@grafana/runtime": "12.1.4",
"@grafana/schema": "12.1.4",
"@grafana/ui": "12.1.4",
"fast-deep-equal": "^3.1.3",
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
"prismjs": "1.30.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "17.6.0",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/plugin-configs": "12.1.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.20",
"@types/node": "22.15.0",
"@types/prismjs": "1.26.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"css-loader": "7.1.2",
"jest": "29.7.0",
"style-loader": "4.0.0",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"webpack": "5.97.1"
},
"peerDependencies": {
"@grafana/runtime": "*"
},
"scripts": {
"build": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production",
"build:commit": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "NODE_OPTIONS='--experimental-strip-types --no-warnings=ExperimentalWarning' webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.9.2"
}