mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
![renovate[bot]](/assets/img/avatar_default.png)
* Update dependency @grafana/experimental to v2 * add data-testid to old save button so it works properly in e2e test * fix azure monitor e2e tests * use raw selectors * remove .only --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@grafana-plugins/zipkin",
|
|
"description": "Zipkin plugin for Grafana",
|
|
"private": true,
|
|
"version": "11.3.0-pre",
|
|
"dependencies": {
|
|
"@emotion/css": "11.13.0",
|
|
"@grafana/data": "workspace:*",
|
|
"@grafana/e2e-selectors": "workspace:*",
|
|
"@grafana/experimental": "2.1.1",
|
|
"@grafana/o11y-ds-frontend": "workspace:*",
|
|
"@grafana/runtime": "workspace:*",
|
|
"@grafana/ui": "workspace:*",
|
|
"lodash": "4.17.21",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-select": "5.8.1",
|
|
"react-use": "17.5.1",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/plugin-configs": "workspace:*",
|
|
"@testing-library/jest-dom": "6.4.2",
|
|
"@testing-library/react": "15.0.2",
|
|
"@types/jest": "29.5.13",
|
|
"@types/lodash": "4.17.9",
|
|
"@types/node": "20.16.9",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.2.25",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.5.4",
|
|
"webpack": "5.95.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.5.0"
|
|
}
|