Skip to content

Commit 7c8170d

Browse files
authored
updated deps (#1906)
1 parent 071951c commit 7c8170d

File tree

4 files changed

+20
-170
lines changed

4 files changed

+20
-170
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [4.5.7] - 2024-10-30
4+
5+
- Chore: Bump uplot to 1.6.31
6+
- Chore: Bump grafana-plugin-sdk-go from 0.250.0 to 0.251.0
7+
38
## [4.5.6] - 2024-10-21
49

510
- Fix: AlertList styling issues in grafana 11.0.0

cspell.config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
"src/**",
3131
"pkg/**"
3232
],
33-
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"],
33+
"ignoreRegExpList": [
34+
"import\\s*\\((.|[\r\n])*?\\)",
35+
"import\\s*.*\".*?\"",
36+
"\\[@.+\\]"
37+
],
3438
"words": [
3539
"alexanderzobnin",
3640
"datapoint",
@@ -67,6 +71,7 @@
6771
"triggerids",
6872
"typeahead",
6973
"unmarshal",
74+
"uplot",
7075
"zabbix",
7176
"Zobnin"
7277
]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-zabbix",
3-
"version": "4.5.6",
3+
"version": "4.5.7",
44
"description": "Zabbix plugin for Grafana",
55
"homepage": "http://grafana-zabbix.org",
66
"bugs": {
@@ -73,7 +73,6 @@
7373
"eslint": "8.42.0",
7474
"fork-ts-checker-webpack-plugin": "^8.0.0",
7575
"glob": "^10.2.7",
76-
"html-loader": "0.5.5",
7776
"identity-obj-proxy": "3.0.0",
7877
"jest-environment-jsdom": "^29.5.0",
7978
"jest": "^29.5.0",
@@ -103,6 +102,7 @@
103102
"webpack": "^5.94.0"
104103
},
105104
"resolutions": {
105+
"uplot": "1.6.31",
106106
"jackspeak": "2.1.1"
107107
},
108108
"packageManager": "yarn@1.22.19"

0 commit comments

Comments
 (0)