Skip to content

Commit

Permalink
update grafana-packages (#419)
Browse files Browse the repository at this point in the history
* update grafana-packages

* release prep
  • Loading branch information
gabor committed Apr 15, 2024
1 parent 82ca3f5 commit 3f38fb2
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 667 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.3.14 - 2024-04-15

- ⚙️ **Chore**: Update dependencies

## v1.3.13 - 2024-04-04

- ⚙️ **Chore**: Update dependencies
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": "grafana-json-datasource",
"version": "1.3.13",
"version": "1.3.14",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@grafana/data": "10.1.4",
"@grafana/data": "10.4.2",
"@grafana/experimental": "^1.7.4",
"@grafana/runtime": "10.1.4",
"@grafana/ui": "10.1.4",
"@grafana/runtime": "10.4.2",
"@grafana/ui": "10.4.2",
"dayjs": "^1.10.4",
"jsonata": "^1.8.7",
"jsonpath-plus": "^6.0.1",
Expand Down
Loading

0 comments on commit 3f38fb2

Please sign in to comment.