mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Update dependency @types/lodash to v4.17.1 * fix grafana-data * simpler grafana-data fix * simpler code * commit a betterer crime (it was already doing this implicitly before...) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
43 lines
1.4 KiB
JSON
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.1.0-pre",
|
|
"dependencies": {
|
|
"@emotion/css": "11.11.2",
|
|
"@grafana/data": "11.1.0-pre",
|
|
"@grafana/runtime": "11.1.0-pre",
|
|
"@grafana/schema": "11.1.0-pre",
|
|
"@grafana/ui": "11.1.0-pre",
|
|
"lodash": "4.17.21",
|
|
"monaco-editor": "0.34.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-use": "17.5.0",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/plugin-configs": "11.1.0-pre",
|
|
"@testing-library/dom": "10.0.0",
|
|
"@testing-library/react": "15.0.2",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/lodash": "4.17.1",
|
|
"@types/node": "20.12.11",
|
|
"@types/react": "18.2.79",
|
|
"@types/react-dom": "18.2.25",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.4.5",
|
|
"webpack": "5.91.0"
|
|
},
|
|
"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.2.2"
|
|
}
|