Skip to content

Commit

Permalink
make plugin compatible with grafana v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Jul 3, 2024
1 parent 01ef425 commit f9ee5c0
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 138 deletions.
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"updated": "2024-07-03"
},
"dependencies": {
"grafanaDependency": ">=10.2.0",
"grafanaDependency": ">=10.1.0",
"plugins": []
}
}
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
context: ./.config
args:
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
grafana_version: ${GRAFANA_VERSION:-10.2.0}
grafana_version: ${GRAFANA_VERSION:-10.1.0}
ports:
- 3000:3000/tcp
volumes:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "10.2.0",
"@grafana/runtime": "10.2.0",
"@grafana/ui": "10.2.0",
"@grafana/schema": "10.2.0",
"@grafana/data": "10.1.0",
"@grafana/runtime": "10.1.0",
"@grafana/ui": "10.1.0",
"@grafana/schema": "10.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=10.2.0",
"grafanaDependency": ">=10.1.0",
"plugins": []
}
}
Loading

0 comments on commit f9ee5c0

Please sign in to comment.