Skip to content

Commit

Permalink
Bump supported grafana version to 10.4.8 (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova authored Jan 10, 2025
1 parent b6837d3 commit 9e9d208
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 586 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-clouds-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'grafana-infinity-datasource': major
---

Plugin now requires Grafana 10.4.8 or newer
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "10.3.3",
"@grafana/runtime": "10.3.3",
"@grafana/schema": "10.3.3",
"@grafana/ui": "10.3.3",
"@grafana/data": "10.4.8",
"@grafana/runtime": "10.4.8",
"@grafana/schema": "10.4.8",
"@grafana/ui": "10.4.8",
"cheerio": "^1.0.0-rc.10",
"csv-parse": "^4.12.0",
"groq-js": "1.1.8",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
]
},
"dependencies": {
"grafanaDependency": ">=9.5.15",
"grafanaVersion": "9.5.x",
"grafanaDependency": ">=10.4.8",
"grafanaVersion": "10.4.x",
"plugins": []
},
"includes": [],
Expand Down
Loading

0 comments on commit 9e9d208

Please sign in to comment.