Chore: Add min Grafana dependency version (#77272)

pull/76954/head^2
Andres Martinez Gotor 2 years ago committed by GitHub
parent bbe1767310
commit b8105caa05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/tests/api/plugins/data/expectedListResp.json
  2. 6
      public/app/plugins/datasource/grafana-testdata-datasource/plugin.json

@ -1618,7 +1618,7 @@
"updated": ""
},
"dependencies": {
"grafanaDependency": "",
"grafanaDependency": ">=5.0.0",
"grafanaVersion": "*",
"plugins": []
},

@ -35,5 +35,9 @@
"name": "Streaming Example",
"path": "dashboards/streaming.json"
}
]
],
"dependencies": {
"grafanaDependency": ">=5.0.0"
}
}

Loading…
Cancel
Save