Skip to content

Commit cff7ef6

Browse files
author
Sayan Mondal
authored
Updating to v0.3.9 (#93)
* Updating to v0.3.9 Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
1 parent 6b04abe commit cff7ef6

File tree

2 files changed

+112
-5
lines changed

2 files changed

+112
-5
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kubera-ui",
33
"license": "Apache-2.0",
4-
"version": "0.3.8",
4+
"version": "0.3.9",
55
"private": false,
66
"description": "Component Library for Kubera products",
77
"author": "MayaData, Inc.",
@@ -56,21 +56,25 @@
5656
"@material-ui/core": "^4.10.2",
5757
"@material-ui/icons": "^4.9.1",
5858
"@material-ui/lab": "^4.0.0-alpha.56",
59+
"@visx/react-spring": "^1.5.0",
5960
"@visx/visx": "^1.1.0",
6061
"d3-array": "^2.8.0",
6162
"dayjs": "^1.10.4",
6263
"react": "^16.9.0",
6364
"react-dom": "^16.9.0",
64-
"react-router-dom": "^5.2.0"
65+
"react-router-dom": "^5.2.0",
66+
"react-spring": "^8.0.27"
6567
},
6668
"peerDependencies": {
6769
"@material-ui/core": "^4.10.2",
6870
"@material-ui/icons": "^4.9.1",
6971
"@visx/visx": "^1.1.0",
72+
"@visx/react-spring": "^1.5.0",
7073
"d3-array": "^2.8.0",
7174
"react": "^16.9.0",
7275
"react-dom": "^16.9.0",
73-
"react-router-dom": "^5.2.0"
76+
"react-router-dom": "^5.2.0",
77+
"react-spring": "^8.0.27"
7478
},
7579
"devDependencies": {
7680
"@babel/core": "^7.9.0",

yarn.lock

Lines changed: 105 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2879,6 +2879,13 @@
28792879
dependencies:
28802880
"@types/d3-time" "*"
28812881

2882+
"@types/d3-scale@^3.2.1":
2883+
version "3.2.2"
2884+
resolved "https://registry.yarnpkg.com/@types/d3-scale/-/d3-scale-3.2.2.tgz#5e28d0b1c599328aaec6094219f10a2570be6d74"
2885+
integrity sha512-qpQe8G02tzUwt9sdWX1h8A/W0Q1+N48wMnYXVOkrzeLUkCfvzJYV9Ee3aORCS4dN4ONRLFmMvaXdziQ29XGLjQ==
2886+
dependencies:
2887+
"@types/d3-time" "*"
2888+
28822889
"@types/d3-shape@^1.3.1":
28832890
version "1.3.4"
28842891
resolved "https://registry.yarnpkg.com/@types/d3-shape/-/d3-shape-1.3.4.tgz#5a6d8c3026ba8e8a1a985bda8da40acfc9b7b079"
@@ -3216,6 +3223,21 @@
32163223
classnames "^2.2.5"
32173224
prop-types "^15.6.0"
32183225

3226+
"@visx/axis@1.5.0":
3227+
version "1.5.0"
3228+
resolved "https://registry.yarnpkg.com/@visx/axis/-/axis-1.5.0.tgz#da645e24ab484321fda33e35a3052653fe140a96"
3229+
integrity sha512-POHG9mmRo/tUvEsDEUIITpPf9/bDtm/BPaaVtEj9IemWz0GEJXClGZLUyKzsVYeAfXwB7OuRcfA7cBNyDtrz5A==
3230+
dependencies:
3231+
"@types/classnames" "^2.2.9"
3232+
"@types/react" "*"
3233+
"@visx/group" "1.0.0"
3234+
"@visx/point" "1.0.0"
3235+
"@visx/scale" "1.4.0"
3236+
"@visx/shape" "1.4.0"
3237+
"@visx/text" "1.3.0"
3238+
classnames "^2.2.5"
3239+
prop-types "^15.6.0"
3240+
32193241
"@visx/bounds@1.0.0":
32203242
version "1.0.0"
32213243
resolved "https://registry.yarnpkg.com/@visx/bounds/-/bounds-1.0.0.tgz#a54eb43a7ddf1bb7f0cd6bf8bf5f94fa5ec562b8"
@@ -3318,6 +3340,21 @@
33183340
classnames "^2.2.5"
33193341
prop-types "^15.6.2"
33203342

3343+
"@visx/grid@1.5.0":
3344+
version "1.5.0"
3345+
resolved "https://registry.yarnpkg.com/@visx/grid/-/grid-1.5.0.tgz#d659aa2b8b59e8ca015d9f2d21a7574256c8132e"
3346+
integrity sha512-kIG25grykTrpYP8EPDqzwIzyqWpWUM3GYfSCovC4HDMMbfu4JRSqF5g/HJCfeOonC2KWE0OWQiadgWqo7jLk4A==
3347+
dependencies:
3348+
"@types/classnames" "^2.2.9"
3349+
"@types/react" "*"
3350+
"@visx/curve" "1.0.0"
3351+
"@visx/group" "1.0.0"
3352+
"@visx/point" "1.0.0"
3353+
"@visx/scale" "1.4.0"
3354+
"@visx/shape" "1.4.0"
3355+
classnames "^2.2.5"
3356+
prop-types "^15.6.2"
3357+
33213358
"@visx/group@1.0.0":
33223359
version "1.0.0"
33233360
resolved "https://registry.yarnpkg.com/@visx/group/-/group-1.0.0.tgz#d47ac94abec1d191602a501a4fdf7455dfaad0be"
@@ -3410,6 +3447,20 @@
34103447
resolved "https://registry.yarnpkg.com/@visx/point/-/point-1.0.0.tgz#c93cd540989ded394aab8d56cbdc7ca4891c3dd9"
34113448
integrity sha512-0L3ILwv6ro0DsQVbA1lo8fo6q3wvIeSTt9C8NarUUkoTNSFZaJtlmvwg2238r8fwwmSv0v9QFBj1hBz4o0bHrg==
34123449

3450+
"@visx/react-spring@^1.5.0":
3451+
version "1.5.0"
3452+
resolved "https://registry.yarnpkg.com/@visx/react-spring/-/react-spring-1.5.0.tgz#7d5b1508f805774b19540f6979459e2c1c00af8c"
3453+
integrity sha512-vNm1C9Du183mKquS2CQOdzWaYfn1KJDmyM+3/y0BGMtQCagT28r5xLBSXPbICE2t8+5kL+HFP8vZFmHNqFfThQ==
3454+
dependencies:
3455+
"@types/classnames" "^2.2.9"
3456+
"@types/react" "*"
3457+
"@visx/axis" "1.5.0"
3458+
"@visx/grid" "1.5.0"
3459+
"@visx/scale" "1.4.0"
3460+
"@visx/text" "1.3.0"
3461+
classnames "^2.2.5"
3462+
prop-types "^15.6.2"
3463+
34133464
"@visx/responsive@1.1.0":
34143465
version "1.1.0"
34153466
resolved "https://registry.yarnpkg.com/@visx/responsive/-/responsive-1.1.0.tgz#f3c993ede413c6a13ae7d122229f319c02037e86"
@@ -3433,6 +3484,18 @@
34333484
d3-scale "^3.0.1"
34343485
d3-time "^1.1.0"
34353486

3487+
"@visx/scale@1.4.0":
3488+
version "1.4.0"
3489+
resolved "https://registry.yarnpkg.com/@visx/scale/-/scale-1.4.0.tgz#16cf4ba63dbc595e446397f5bf262591ffe9efd6"
3490+
integrity sha512-uNy/hsZCmCtL1hC7rTasMUtf9/faG/QcXNtQioe6VYwtbZxCMR53+yvz3W1oqAW8Y0bslGfKRMzT8T29OjAD/g==
3491+
dependencies:
3492+
"@types/d3-interpolate" "^1.3.1"
3493+
"@types/d3-scale" "^3.2.1"
3494+
"@types/d3-time" "^1.0.10"
3495+
d3-interpolate "^1.4.0"
3496+
d3-scale "^3.2.3"
3497+
d3-time "^1.1.0"
3498+
34363499
"@visx/shape@1.1.0":
34373500
version "1.1.0"
34383501
resolved "https://registry.yarnpkg.com/@visx/shape/-/shape-1.1.0.tgz#a0fdcf21a84f6cf6799aa21e24abca8afdd3e282"
@@ -3452,6 +3515,25 @@
34523515
lodash "^4.17.15"
34533516
prop-types "^15.5.10"
34543517

3518+
"@visx/shape@1.4.0":
3519+
version "1.4.0"
3520+
resolved "https://registry.yarnpkg.com/@visx/shape/-/shape-1.4.0.tgz#a8ab713c7df775db357341618c7c0fdbb813f272"
3521+
integrity sha512-iTeFGtsidHXoeEyfriwRj7vkgs3BYqXWuDVe/uW4kpn76u7M0LhRCy59ADlufYDn+19qdA/rVPv4oD6nrWMhCw==
3522+
dependencies:
3523+
"@types/classnames" "^2.2.9"
3524+
"@types/d3-path" "^1.0.8"
3525+
"@types/d3-shape" "^1.3.1"
3526+
"@types/lodash" "^4.14.146"
3527+
"@types/react" "*"
3528+
"@visx/curve" "1.0.0"
3529+
"@visx/group" "1.0.0"
3530+
"@visx/scale" "1.4.0"
3531+
classnames "^2.2.5"
3532+
d3-path "^1.0.5"
3533+
d3-shape "^1.2.0"
3534+
lodash "^4.17.15"
3535+
prop-types "^15.5.10"
3536+
34553537
"@visx/text@1.1.0":
34563538
version "1.1.0"
34573539
resolved "https://registry.yarnpkg.com/@visx/text/-/text-1.1.0.tgz#da5a89e00014963e58a5a2150c360a7ea935fb7e"
@@ -3465,6 +3547,19 @@
34653547
prop-types "^15.7.2"
34663548
reduce-css-calc "^1.3.0"
34673549

3550+
"@visx/text@1.3.0":
3551+
version "1.3.0"
3552+
resolved "https://registry.yarnpkg.com/@visx/text/-/text-1.3.0.tgz#8ad1afe6819b32c3ab903ca85a32011ea4e223a6"
3553+
integrity sha512-fmFZ1S26DOH6u5ublcY33GmCBMyUufh9Mna8i30YZkS6kk7WO7ZCxMR9fVF71hrZ+rYWLylswXGwzL95LroE8g==
3554+
dependencies:
3555+
"@types/classnames" "^2.2.9"
3556+
"@types/lodash" "^4.14.160"
3557+
"@types/react" "*"
3558+
classnames "^2.2.5"
3559+
lodash "^4.17.20"
3560+
prop-types "^15.7.2"
3561+
reduce-css-calc "^1.3.0"
3562+
34683563
"@visx/tooltip@1.1.0":
34693564
version "1.1.0"
34703565
resolved "https://registry.yarnpkg.com/@visx/tooltip/-/tooltip-1.1.0.tgz#97908379342a3f08e9c09e121134f0ddd17dd0a0"
@@ -6051,7 +6146,7 @@ d3-random@^1.0.3:
60516146
resolved "https://registry.yarnpkg.com/d3-random/-/d3-random-1.1.2.tgz#2833be7c124360bf9e2d3fd4f33847cfe6cab291"
60526147
integrity sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==
60536148

6054-
d3-scale@^3.0.1:
6149+
d3-scale@^3.0.1, d3-scale@^3.2.3:
60556150
version "3.2.3"
60566151
resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-3.2.3.tgz#be380f57f1f61d4ff2e6cbb65a40593a51649cfd"
60576152
integrity sha512-8E37oWEmEzj57bHcnjPVOBS3n4jqakOeuv1EDdQSiSrYnMCBdMd3nc4HtKk7uia8DUHcY/CGuJ42xxgtEYrX0g==
@@ -12206,7 +12301,7 @@ prompts@^2.0.1:
1220612301
kleur "^3.0.3"
1220712302
sisteransi "^1.0.4"
1220812303

12209-
prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.7.2:
12304+
prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.7.2:
1221012305
version "15.7.2"
1221112306
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
1221212307
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -12581,6 +12676,14 @@ react-sizeme@^2.6.7:
1258112676
shallowequal "^1.1.0"
1258212677
throttle-debounce "^2.1.0"
1258312678

12679+
react-spring@^8.0.27:
12680+
version "8.0.27"
12681+
resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-8.0.27.tgz#97d4dee677f41e0b2adcb696f3839680a3aa356a"
12682+
integrity sha512-nDpWBe3ZVezukNRandTeLSPcwwTMjNVu1IDq9qA/AMiUqHuRN4BeSWvKr3eIxxg1vtiYiOLy4FqdfCP5IoP77g==
12683+
dependencies:
12684+
"@babel/runtime" "^7.3.1"
12685+
prop-types "^15.5.8"
12686+
1258412687
react-syntax-highlighter@^11.0.2:
1258512688
version "11.0.2"
1258612689
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-11.0.2.tgz#4e3f376e752b20d2f54e4c55652fd663149e4029"

0 commit comments

Comments
 (0)