Skip to content

Commit

Permalink
Use a forked use-d3-transition that uses d3 as a peer dependency as w…
Browse files Browse the repository at this point in the history
…ell as fixes a bug
  • Loading branch information
VassilIordanov committed Aug 20, 2020
1 parent 9fa2a06 commit a74076d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
"react-use-dimensions": "1.2.1",
"redux": "4.0.5",
"redux-persist": "6.0.0",
"use-d3-transition": "1.1.5",
"resize-observer-polyfill": "1.5.1",
"use-d3-transition": "https://github.com/VassilIordanov/use-d3-transition#4d1428ac774af4af81b4df8ae7c168a235fee1e8",
"use-debounce": "3.4.3",
"yup": "0.29.3"
},
Expand Down
18 changes: 4 additions & 14 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5876,11 +5876,6 @@ d3-selection@1, d3-selection@^1.1.0:
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.2.tgz#dcaa49522c0dbf32d6c1858afc26b6094555bc5c"
integrity sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==

d3-selection@1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.4.1.tgz#98eedbbe085fbda5bafa2f9e3f3a2f4d7d622a98"
integrity sha512-BTIbRjv/m5rcVTfBs4AMBLKs4x8XaaLkwm28KWu9S2vKNqXkXt2AH2Qf0sdPZHjFxcWg/YL53zcqAz+3g4/7PA==

d3-shape@1:
version "1.3.7"
resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.3.7.tgz#df63801be07bc986bc54f63789b4fe502992b5d7"
Expand All @@ -5905,7 +5900,7 @@ d3-timer@1:
resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-1.0.10.tgz#dfe76b8a91748831b13b6d9c793ffbd508dd9de5"
integrity sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==

d3-transition@1, d3-transition@1.3.2:
d3-transition@1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/d3-transition/-/d3-transition-1.3.2.tgz#a98ef2151be8d8600543434c1ca80140ae23b398"
integrity sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==
Expand Down Expand Up @@ -13025,7 +13020,7 @@ react-use-dimensions@1.2.1:
resolved "https://registry.yarnpkg.com/react-use-dimensions/-/react-use-dimensions-1.2.1.tgz#eb1561db7b06c393209d2bffa449931dd93f7870"
integrity sha512-XL+Rup9Hosxx3Ap9xpyQMbVwuUa4BSqiOjfBb2zDuGs4uv2FesFV+m8Z/huRx2BNptMd9ARPqFuSNA62zhCozg==

react@16.13.1, react@^16.8.0, react@^16.8.3:
react@16.13.1, react@^16.8.3:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
Expand Down Expand Up @@ -15278,14 +15273,9 @@ use-callback-ref@^1.2.1:
resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.4.tgz#d86d1577bfd0b955b6e04aaf5971025f406bea3c"
integrity sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ==

use-d3-transition@1.1.5:
"use-d3-transition@https://github.com/VassilIordanov/use-d3-transition#4d1428ac774af4af81b4df8ae7c168a235fee1e8":
version "1.1.5"
resolved "https://registry.yarnpkg.com/use-d3-transition/-/use-d3-transition-1.1.5.tgz#64a64b33125f303c54e8d95338a2910227f7d839"
integrity sha512-O6ydF9wvuyGuZrNRd4nnIzYjJwJ2zy+8WY2/UJzzW4xRopX6B3LOYpvu/vZdjNiUQk16I/PHYIcDj9uZkvDcug==
dependencies:
d3-selection "1.4.1"
d3-transition "1.3.2"
react "^16.8.0"
resolved "https://github.com/VassilIordanov/use-d3-transition#4d1428ac774af4af81b4df8ae7c168a235fee1e8"

use-debounce@3.4.3:
version "3.4.3"
Expand Down

0 comments on commit a74076d

Please sign in to comment.