mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Upgrades Tinymath (#24457)
* Bumped tinymath to v1.0.0 * Bumped tinymath version to 1.1.0
This commit is contained in:
parent
393708ff70
commit
ebc404c9b5
4 changed files with 10 additions and 17 deletions
|
@ -204,7 +204,7 @@
|
|||
"symbol-observable": "^1.2.0",
|
||||
"tar": "2.2.0",
|
||||
"tinygradient": "0.3.0",
|
||||
"tinymath": "0.2.1",
|
||||
"tinymath": "1.1.0",
|
||||
"topojson-client": "3.0.0",
|
||||
"trunc-html": "1.0.2",
|
||||
"trunc-text": "1.0.2",
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
"styled-components": "3.3.3",
|
||||
"tar-fs": "1.13.0",
|
||||
"tinycolor2": "1.3.0",
|
||||
"tinymath": "^0.5.0",
|
||||
"tinymath": "1.1.0",
|
||||
"tslib": "^1.9.3",
|
||||
"typescript-fsa": "^2.5.0",
|
||||
"typescript-fsa-reducers": "^0.4.5",
|
||||
|
|
|
@ -10838,10 +10838,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.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/tinymath/-/tinymath-1.1.0.tgz#1d26f1c4c65d70f9c62563fa7cdab87d66e39eaa"
|
||||
integrity sha512-v3PNQ6zGKAqlj4labyqeTzndakdc9ODccx8IgrX1f+yzPW9mY0nlhKTRAPYOjay8gdvTyEnl2bik7huffZ5f/g==
|
||||
|
||||
title-case@^2.1.0:
|
||||
version "2.1.1"
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -16034,17 +16034,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@^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.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/tinymath/-/tinymath-1.1.0.tgz#1d26f1c4c65d70f9c62563fa7cdab87d66e39eaa"
|
||||
integrity sha512-v3PNQ6zGKAqlj4labyqeTzndakdc9ODccx8IgrX1f+yzPW9mY0nlhKTRAPYOjay8gdvTyEnl2bik7huffZ5f/g==
|
||||
|
||||
tmp@0.0.23:
|
||||
version "0.0.23"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue