Files
grafana/public/app/plugins/datasource/grafana-postgresql-datasource/package.json
T
github-actions[bot] 99b31dbe3f Release: 11.1.3 (#91059)
* Update changelog

* Update version to 11.1.3

* Update CHANGELOG.md

* yarn prettier:write

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
(cherry picked from commit fe032f10c7)
2024-07-30 14:46:57 +01:00

42 lines
1.2 KiB
JSON

{
"name": "@grafana-plugins/grafana-postgresql-datasource",
"description": "PostgreSQL data source plugin",
"private": true,
"version": "11.1.4",
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "11.1.4",
"@grafana/experimental": "1.7.11",
"@grafana/runtime": "11.1.4",
"@grafana/sql": "11.1.4",
"@grafana/ui": "11.1.4",
"lodash": "4.17.21",
"react": "18.2.0",
"rxjs": "7.8.1",
"tslib": "2.6.3"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.1.4",
"@grafana/plugin-configs": "11.1.4",
"@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/testing-library__jest-dom": "5.14.9",
"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"
}