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
Showing
... | ... | @@ -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" | ||
}, | ||
... | ... |
... | ... | @@ -51,7 +51,7 @@ |
"@cypress/webpack-preprocessor": "4.1.1", | ||
"@grafana/tsconfig": "^1.0.0-rc1", | ||
"blink-diff": "1.0.13", | ||
"commander": "4.1.1", | ||
"commander": "5.0.0", | ||
"cypress": "3.7.0", | ||
"execa": "4.0.0", | ||
"ts-loader": "6.2.1", | ||
... | ... |
... | ... | @@ -56,7 +56,7 @@ |
"babel-plugin-angularjs-annotate": "0.10.0", | ||
"chalk": "^2.4.2", | ||
"command-exists": "^1.2.8", | ||
"commander": "^2.20.0", | ||
"commander": "^5.0.0", | ||
"concurrently": "4.1.0", | ||
"copy-webpack-plugin": "5.1.1", | ||
"css-loader": "^3.0.0", | ||
... | ... |
... | ... | @@ -37,7 +37,7 @@ |
"@types/react-table": "7.0.2", | ||
"@types/slate": "0.47.1", | ||
"@types/slate-react": "0.22.5", | ||
"bizcharts": "^3.5.5", | ||
"bizcharts": "^3.5.8", | ||
"classnames": "2.2.6", | ||
"d3": "5.15.0", | ||
"emotion": "10.0.27", | ||
... | ... |
Please
register
or
sign in
to comment