Skip to content

Commit

Permalink
Update Grafana dependencies to 7.4.2 (#164)
Browse files Browse the repository at this point in the history
* Update Grafana dependencies to 7.4.1

* Update Grafana 7.4.2

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Feb 21, 2021
1 parent 2185c45 commit 8619409
Show file tree
Hide file tree
Showing 3 changed files with 1,932 additions and 2,444 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.4.0 (IN PROGRESS)

### Features / Enhancements

- Update Grafana dependencies to 7.4.2

## 1.3.1 (2021-02-04)

### Features / Enhancements
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"author": "Redis Labs",
"description": "Redis Data Source for Grafana",
"devDependencies": {
"@grafana/data": "7.3.5",
"@grafana/runtime": "7.3.5",
"@grafana/toolkit": "7.3.5",
"@grafana/ui": "7.3.5",
"@grafana/data": "7.4.2",
"@grafana/runtime": "7.4.2",
"@grafana/toolkit": "7.4.2",
"@grafana/ui": "7.4.2",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/lodash": "4.14.165",
"@types/lodash": "4.14.168",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"rxjs": "6.6.2"
"rxjs": "6.6.3"
},
"engines": {
"node": ">=12"
Expand All @@ -32,7 +32,8 @@
"test": "grafana-toolkit plugin:test --coverage",
"test:backend": "mage cover",
"test:integration": "mage integration",
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "1.3.1"
"version": "1.4.0"
}
Loading

0 comments on commit 8619409

Please sign in to comment.