Skip to content

Commit d0c0fbd

Browse files
committed
update dependencies and bump version to 1.1.3
1 parent 9e32e87 commit d0c0fbd

4 files changed

Lines changed: 137 additions & 90 deletions

File tree

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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.2",
27+
"version": "1.1.3",
2828
"updated": "2020-08-14"
2929
},
3030

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.2",
3+
"version": "1.1.3",
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.0.3",
15-
"@grafana/runtime": "7.0.3",
16-
"@grafana/toolkit": "7.0.3",
17-
"@grafana/ui": "7.0.3",
14+
"@grafana/data": "7.1.3",
15+
"@grafana/runtime": "7.1.3",
16+
"@grafana/toolkit": "7.1.3",
17+
"@grafana/ui": "7.1.3",
1818
"moment":"*"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)