Release version 5.0.0: plugin now requires Grafana 10.4.8+ (#1945)
Changes: - Use 10.4.8 as minimal supported Grafana version in plugins that previously supported v9. - Bump version to 5.0.0 as we are changing min supported Grafana version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "grafana-zabbix",
|
||||
"version": "4.6.1",
|
||||
"version": "5.0.0",
|
||||
"description": "Zabbix plugin for Grafana",
|
||||
"homepage": "http://grafana-zabbix.org",
|
||||
"bugs": {
|
||||
@@ -29,10 +29,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.10.6",
|
||||
"@grafana/data": "10.4.2",
|
||||
"@grafana/data": "10.4.8",
|
||||
"@grafana/plugin-ui": "^0.9.1",
|
||||
"@grafana/runtime": "10.4.2",
|
||||
"@grafana/schema": "10.4.2",
|
||||
"@grafana/runtime": "10.4.8",
|
||||
"@grafana/schema": "10.4.8",
|
||||
"@grafana/ui": "10.4.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user