DevEnv: update frontend dependencies - apache arrow, bizcharts, commander (#22994)

* DevEnv: updates bizcharts 3.5.5 -> 3.5.8 in grafana-ui package

* DevEnv: updates apache-arrow 0.15.1 -> 0.16.0 in grafana-data package

* DevEnv: updates commander 2.20.0 -> 5.0.0 in grafana-toolkit package

* DevEnv: updates commander 4.1.1 -> 5.0.0 in grafana-e2e package
This commit is contained in:
Lukas Siatka
2020-03-25 11:01:02 +01:00
committed by GitHub
parent 40d195e4a7
commit 3f08a789d7
5 changed files with 24 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"apache-arrow": "0.15.1",
"apache-arrow": "0.16.0",
"lodash": "4.17.15",
"rxjs": "6.5.4"
},