Update packages version (#34064)

* Update packages version

* update root package.json
This commit is contained in:
Dominik Prokop
2021-05-13 16:02:18 +02:00
committed by GitHub
parent 13d84d5540
commit 5e0e91cd9a
11 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "7.5.0-pre.0",
"version": "8.1.0-pre",
"description": "Input Datasource",
"private": true,
"repository": {
@@ -16,9 +16,9 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "7.5.0-pre.0",
"@grafana/toolkit": "7.5.0-pre.0",
"@grafana/ui": "7.5.0-pre.0"
"@grafana/data": "8.1.0-pre",
"@grafana/toolkit": "8.1.0-pre",
"@grafana/ui": "8.1.0-pre"
},
"volta": {
"node": "12.16.2"