Increment Grafana version (#22728)

* Increment Grafana version to 7.0.0-pre
This commit is contained in:
Arve Knudsen
2020-03-11 17:20:56 +01:00
committed by GitHub
parent 9bcccd7574
commit 9c5020d53f
7 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "6.7.0-pre",
"version": "7.0.0-pre.0",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@@ -23,8 +23,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@grafana/data": "6.7.0-pre",
"@grafana/ui": "6.7.0-pre",
"@grafana/data": "7.0.0-pre.0",
"@grafana/ui": "7.0.0-pre.0",
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37"
},