Skip to content

Commit 15bc0b6

Browse files
committed
release 1.1.4 and update deps
1 parent 0460829 commit 15bc0b6

3 files changed

Lines changed: 1763 additions & 775 deletions

File tree

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{ "name": "DeutscheBahn Arrivals Annotations", "path": "img/db_arrivals_annotations.png"},
2525
{ "name": "GitHub Security Advisories", "path": "img/github_security_advisories.png"}
2626
],
27-
"version": "1.1.3",
28-
"updated": "2020-11-03"
27+
"version": "1.1.4",
28+
"updated": "2020-11-04"
2929
},
3030

3131
"dependencies": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-datasource",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Generic GraphQL data source",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
@@ -11,10 +11,10 @@
1111
"author": "Kevin Retzke",
1212
"license": "Apache-2.0",
1313
"devDependencies": {
14-
"@grafana/data": "7.1.3",
15-
"@grafana/runtime": "7.1.3",
16-
"@grafana/toolkit": "7.1.3",
17-
"@grafana/ui": "7.1.3",
14+
"@grafana/data": "7.3.1",
15+
"@grafana/runtime": "7.3.1",
16+
"@grafana/toolkit": "7.3.1",
17+
"@grafana/ui": "7.3.1",
1818
"moment":"*"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)