Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #139 from influxdata/chore/update-dependency
Browse files Browse the repository at this point in the history
chore: update grafana dependency
  • Loading branch information
helenosheaa authored May 23, 2023
2 parents 32c70d8 + d596b0b commit 20dbee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a plugin for Grafana that enables queries to Flight SQL APIs.

## Requirements

The plugin requires the user to run Grafana ^9.2.5.
The plugin requires the user to run Grafana >=9.2.5.

## Install via Grafana Cloud
Because Grafana Flight SQL Plugin is a community published plugin, you can install it to your existing Grafana Cloud instance.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flightsql-datasource",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": "^9.2.5",
"grafanaDependency": ">=9.2.5",
"plugins": []
}
}

0 comments on commit 20dbee2

Please sign in to comment.