aboutsummaryrefslogtreecommitdiff
path: root/yarn.lock
diff options
context:
space:
mode:
authorChris Cowan <chris@chriscowan.us>2018-04-11 14:06:28 -0700
committerGitHub <noreply@github.com>2018-04-11 14:06:28 -0700
commit7fed7b62f20d97840332c07e2335d5e0169c11f5 (patch)
tree6e04ad10963d1737f06162c0ed41ea728896183d /yarn.lock
parent9bbf8ce12e3b2986512dfc6d76d948c788d09ec9 (diff)
[TSVB] Math Aggregation (two point oh) (#16965)
* Revert "Remove MathJS Feature (#15652)" This reverts commit 43bf1dbf4a258ae4453d9da2c18019e22a8b9070. * replacing math with tinymath * pining version * updating yarn.lock * Fixing Prettier mis formatting * fixing tests * Adding unsupported agg back * Adding functional test for math aggregation - Fixing bad tests - Resetting page for every test suite (why donesn't beforeEach work?) - Adding test for Math agg * Trying to fix values (due to inconsistencies in env)
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock
index 16cbe493e..95a39e8de 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11301,6 +11301,12 @@ tinygradient@0.3.0:
dependencies:
tinycolor2 "~1.0.0"
+tinymath@0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/tinymath/-/tinymath-0.2.1.tgz#3a7f2ee03956bd86c6aca172a6b2ab857cf53717"
+ dependencies:
+ lodash.get "^4.4.2"
+
tmp@0.0.23:
version "0.0.23"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.23.tgz#de874aa5e974a85f0a32cdfdbd74663cb3bd9c74"