Skip to content

Commit

Permalink
Update dependencies (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalvany authored Jun 21, 2024
1 parent 3d02829 commit 5c3dbc4
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 492 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ The result will be : baseURL + icon field + suffix.

Note :

* version 4.0.0 requires at least Grafana 11.0.0
* version 3.0.0 requires at least Grafana 10.0.3
* Version 2.8.0 requires at least Grafana 9.0.0
* version 2.8.0 requires at least Grafana 9.0.0
* version 2.6.0 requires at least Grafana 8.5.0
* if new options doesn't show up or plugin seems in an older version, please uninstall, reinstall and then restart
grafana (or if using docker, run a new container using the latest version of the plugin in GF_INSTALL_PLUGINS env
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dalvany-image-panel",
"version": "3.1.0",
"version": "4.0.0",
"description": "Display an image based on metric",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down Expand Up @@ -57,9 +57,9 @@
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@grafana/data": "^10.0.9",
"@grafana/runtime": "^10.0.9",
"@grafana/ui": "^10.0.9",
"@grafana/data": "^11.0.0",
"@grafana/runtime": "^11.0.0",
"@grafana/ui": "^11.0.0",
"conditional-wrap": "^1.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
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": ">=10.0.9",
"grafanaDependency": ">=11.0.0",
"plugins": []
}
}
Loading

0 comments on commit 5c3dbc4

Please sign in to comment.