Skip to content

Commit 71b8f68

Browse files
committed
updates to version
1 parent a3c5e05 commit 71b8f68

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
"eslint": "^5.12.0",
5353
"eslint-config-standard": "^12.0.0",
5454
"js-yaml": "^3.13.1",
55-
"lodash": "^4.17.4",
56-
"grafanaDependency": "8.x.x",
57-
"plugins": [ ]
55+
"lodash": "^4.17.4"
5856
}
5957
}

src/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
{ "name": "UPL", "url": "https://oss.oracle.com/licenses/upl" }
3131
],
32-
"version": "3.0.0-alpha",
33-
"updated": "2021-08-19"
32+
"version": "3.0.1-alpha",
33+
"updated": "2022-01-14"
3434
},
3535

3636
"dependencies": {
37-
"grafanaVersion": "8.0.x",
38-
"plugins": []
37+
"grafanaDependency": "8.x.x",
38+
"plugins": [ ]
3939
}
4040
}

0 commit comments

Comments
 (0)