From 033fc8477d0ab41f836843ec6692a93ee92a0eaf Mon Sep 17 00:00:00 2001 From: Catherine Liu Date: Wed, 24 Oct 2018 19:42:57 -0700 Subject: [PATCH] Fixed package.json --- package.json | 2 +- x-pack/package.json | 2 +- x-pack/yarn.lock | 8 ++++---- yarn.lock | 10 ++++------ 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ad89b1cd351b3..8cbcaaebeb8fe 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "style-loader": "0.19.0", "tar": "2.2.0", "tinygradient": "0.3.0", - "tinymath": "0.2.1", + "tinymath": "1.0.0", "topojson-client": "3.0.0", "trunc-html": "1.0.2", "trunc-text": "1.0.2", diff --git a/x-pack/package.json b/x-pack/package.json index 2fc50bf1f2ce7..3c3b53ea89106 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -255,7 +255,7 @@ "styled-components": "3.3.3", "tar-fs": "1.13.0", "tinycolor2": "1.3.0", - "tinymath": "^0.5.0", + "tinymath": "1.0.0", "tslib": "^1.9.3", "typescript-fsa": "^2.5.0", "typescript-fsa-reducers": "^0.4.5", diff --git a/x-pack/yarn.lock b/x-pack/yarn.lock index c9f24329aac79..5fa747a049386 100644 --- a/x-pack/yarn.lock +++ b/x-pack/yarn.lock @@ -10833,10 +10833,10 @@ tinycolor2@^1.4.1: resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= -tinymath@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/tinymath/-/tinymath-0.5.0.tgz#4c8b788a40b5929c4aff36ecc7c128004202496a" - integrity sha512-bC+dPDr5x8pm0n7ZCc28JMcwPCY3PJsxYOrtecBvKszq2x7p4HVqOl0wKI5r59vEZSoyRg+JGoaqvb4KmdHaKg== +tinymath@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/tinymath/-/tinymath-1.0.0.tgz#b2943030ea76f426f455e9cb52510e2c7ee45962" + integrity sha512-LV5WWglIT5WyKp5LN8H/9Gy1e4MFOlXzrlrkr+UKc4jbb0zwsRuTEWeZg33DP734ay+RfKIK1fDa4gsmKtn4FQ== title-case@^2.1.0: version "2.1.1" diff --git a/yarn.lock b/yarn.lock index d08da6772bf32..9d5446517c94b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16033,12 +16033,10 @@ 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" - integrity sha1-On8u4DlWvYbGrKFyprKrhXz1Nxc= - dependencies: - lodash.get "^4.4.2" +tinymath@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/tinymath/-/tinymath-1.0.0.tgz#b2943030ea76f426f455e9cb52510e2c7ee45962" + integrity sha512-LV5WWglIT5WyKp5LN8H/9Gy1e4MFOlXzrlrkr+UKc4jbb0zwsRuTEWeZg33DP734ay+RfKIK1fDa4gsmKtn4FQ== tinymath@^0.5.0: version "0.5.0"