Files
grafana/public/app/plugins/datasource/parca/package.json
T
github-actions[bot] 9e942dcb9a Release: 11.5.2 (#100919)
* Update changelog

* Update version to 11.5.2

* baldm0mma/ update version

* baldm0mma/ run yarn

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
2025-02-18 17:12:07 -07:00

43 lines
1.4 KiB
JSON

{
"name": "@grafana-plugins/parca",
"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": "11.5.3",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.5.3",
"@grafana/runtime": "11.5.3",
"@grafana/schema": "11.5.3",
"@grafana/ui": "11.5.3",
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.6.0",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/plugin-configs": "11.5.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/lodash": "4.17.14",
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"webpack": "5.97.1"
},
"peerDependencies": {
"@grafana/runtime": "*"
},
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@4.6.0"
}