Merge pull request #1817 from grafana/gabor/update-deps
update dependencies
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [4.4.8] - 2024-04-15
|
||||||
|
|
||||||
|
- Chore: Update dependencies
|
||||||
|
|
||||||
## [4.4.7] - 2024-04-08
|
## [4.4.7] - 2024-04-08
|
||||||
|
|
||||||
- Chore: Bump grafana-plugin-sdk-go from `v0.193.0` to `v0.220.0`
|
- Chore: Bump grafana-plugin-sdk-go from `v0.193.0` to `v0.220.0`
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "grafana-zabbix",
|
"name": "grafana-zabbix",
|
||||||
"version": "4.4.7",
|
"version": "4.4.8",
|
||||||
"description": "Zabbix plugin for Grafana",
|
"description": "Zabbix plugin for Grafana",
|
||||||
"homepage": "http://grafana-zabbix.org",
|
"homepage": "http://grafana-zabbix.org",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
@@ -30,11 +30,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/css": "11.10.6",
|
"@emotion/css": "11.10.6",
|
||||||
"@grafana/data": "10.1.2",
|
"@grafana/data": "10.4.2",
|
||||||
"@grafana/experimental": "^1.7.4",
|
"@grafana/experimental": "^1.7.4",
|
||||||
"@grafana/runtime": "10.1.2",
|
"@grafana/runtime": "10.4.2",
|
||||||
"@grafana/schema": "10.1.2",
|
"@grafana/schema": "10.4.2",
|
||||||
"@grafana/ui": "10.1.2",
|
"@grafana/ui": "10.4.2",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user