Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Oct 25, 2018
1 parent 2cf9a69 commit 033fc84
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions x-pack/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16033,12 +16033,10 @@ [email protected]:
dependencies:
tinycolor2 "~1.0.0"

[email protected]:
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"
[email protected]:
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"
Expand Down

0 comments on commit 033fc84

Please sign in to comment.