Skip to content

Commit

Permalink
updated deps (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram authored Oct 30, 2024
1 parent 071951c commit 7c8170d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 170 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [4.5.7] - 2024-10-30

- Chore: Bump uplot to 1.6.31
- Chore: Bump grafana-plugin-sdk-go from 0.250.0 to 0.251.0

## [4.5.6] - 2024-10-21

- Fix: AlertList styling issues in grafana 11.0.0
Expand Down
7 changes: 6 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"src/**",
"pkg/**"
],
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"],
"ignoreRegExpList": [
"import\\s*\\((.|[\r\n])*?\\)",
"import\\s*.*\".*?\"",
"\\[@.+\\]"
],
"words": [
"alexanderzobnin",
"datapoint",
Expand Down Expand Up @@ -67,6 +71,7 @@
"triggerids",
"typeahead",
"unmarshal",
"uplot",
"zabbix",
"Zobnin"
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-zabbix",
"version": "4.5.6",
"version": "4.5.7",
"description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org",
"bugs": {
Expand Down Expand Up @@ -73,7 +73,6 @@
"eslint": "8.42.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.2.7",
"html-loader": "0.5.5",
"identity-obj-proxy": "3.0.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.5.0",
Expand Down Expand Up @@ -103,6 +102,7 @@
"webpack": "^5.94.0"
},
"resolutions": {
"uplot": "1.6.31",
"jackspeak": "2.1.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 7c8170d

Please sign in to comment.