Skip to content

Commit aaa8f78

Browse files
committed
update dependencies and bump version
1 parent 06cc701 commit aaa8f78

5 files changed

Lines changed: 1162 additions & 1210 deletions

File tree

dist/module.js

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{ "name": "License", "url": "https://github.com/fifemon/graphql-datasource/blob/master/LICENSE" }
2121
],
2222
"screenshots": [],
23-
"version": "1.1.1",
24-
"updated": "2020-06-09"
23+
"version": "1.1.2",
24+
"updated": "2020-06-19"
2525
},
2626

2727
"dependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-datasource",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Generic GraphQL data source",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
@@ -12,9 +12,9 @@
1212
"license": "Apache-2.0",
1313
"devDependencies": {
1414
"@grafana/data": "7.0.3",
15+
"@grafana/runtime": "7.0.3",
1516
"@grafana/toolkit": "7.0.3",
16-
"@grafana/ui": "7.0.3",
17-
"@grafana/runtime": "7.0.3"
17+
"@grafana/ui": "7.0.3"
1818
},
1919
"dependencies": {
2020
"@types/lodash": "^4.14.144"

0 commit comments

Comments
 (0)