Release: Bump version to 11.3.0-pre (#91863)

* bump version 11.3.0-pre

* fix linters with: yarn run prettier:write

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-08-14 18:34:14 -03:00
committed by GitHub
parent f6b55ced6f
commit 675a58b680
52 changed files with 188 additions and 188 deletions
@@ -2,22 +2,22 @@
"name": "@grafana-plugins/grafana-postgresql-datasource",
"description": "PostgreSQL data source plugin",
"private": true,
"version": "11.2.0-pre",
"version": "11.3.0-pre",
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "11.2.0-pre",
"@grafana/data": "11.3.0-pre",
"@grafana/experimental": "1.7.13",
"@grafana/runtime": "11.2.0-pre",
"@grafana/sql": "11.2.0-pre",
"@grafana/ui": "11.2.0-pre",
"@grafana/runtime": "11.3.0-pre",
"@grafana/sql": "11.3.0-pre",
"@grafana/ui": "11.3.0-pre",
"lodash": "4.17.21",
"react": "18.2.0",
"rxjs": "7.8.1",
"tslib": "2.6.3"
},
"devDependencies": {
"@grafana/e2e-selectors": "11.2.0-pre",
"@grafana/plugin-configs": "11.2.0-pre",
"@grafana/e2e-selectors": "11.3.0-pre",
"@grafana/plugin-configs": "11.3.0-pre",
"@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",