Files
grafana/public/app/plugins/datasource/grafana-postgresql-datasource/package.json
T
github-actions[bot] 78ca78f5df Release: 11.6.0 (#102837)
* Update changelog

* Update version to 11.6.0

* point to next 11.6.1 instead of 11.6.0-pre

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeff Levin <jeff@levinology.com>
2025-03-25 14:09:54 -08:00

42 lines
1.2 KiB
JSON

{
"name": "@grafana-plugins/grafana-postgresql-datasource",
"description": "PostgreSQL data source plugin",
"private": true,
"version": "11.6.1",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.6.1",
"@grafana/plugin-ui": "0.10.1",
"@grafana/runtime": "11.6.1",
"@grafana/sql": "11.6.1",
"@grafana/ui": "11.6.1",
"lodash": "4.17.21",
"react": "18.3.1",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.6.1",
"@grafana/plugin-configs": "11.6.1",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.15",
"@types/node": "22.12.0",
"@types/react": "18.3.18",
"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"
}