DevEnv: update frontend dependencies - mixed 3/4 (#22995)

* DevEnv: updates pixelmatch 4.0.2 -> 5.1.0

* DevEnv: updates pixelmatch 5.0.2 -> 5.1.0 in grafana-toolkit package

* DevEnv: updates postcss-flexbugs-fixes 4.1.0 -> 4.2.0 in grafana-toolkit package

* DevEnv: updates postcss-preset-env 6.6.0 -> 6.7.0 in grafana-toolkit package

* DevEnv: updates less 3.10.3 -> 3.11.1 in grafana-toolkit package

* DevEnv: updates ora 3.4.0 -> 4.0.3 in grafana-toolkit package

* DevEnv: updates semver 6.1.1 -> 7.1.3 in grafana-toolkit package

* DevEnv: updates simple-git 1.112.0 -> 1.132.0 in grafana-toolkit package

* DevEnv: updates ora import to commonjs after its update
This commit is contained in:
Lukas Siatka
2020-03-26 12:46:46 +01:00
committed by GitHub
parent 6a9480e3b4
commit 01d4cb9e37
4 changed files with 87 additions and 72 deletions
@@ -1,4 +1,4 @@
import ora from 'ora';
import ora = require('ora');
type FnToSpin<T> = (options: T) => Promise<void>;