From 90737e03c6a4bb4aa6b768f08ec3ffaadb0cdd9b Mon Sep 17 00:00:00 2001 From: Cameron Martin Date: Tue, 10 May 2022 12:38:55 +0100 Subject: [PATCH] Upgrade react-spring to 9.4.5 This is a step towards upgrading nivo to support React 18, since this is the first version of react-spring that supports React 18. --- packages/annotations/package.json | 2 +- packages/arcs/package.json | 2 +- packages/axes/package.json | 2 +- packages/bar/package.json | 2 +- packages/bullet/package.json | 2 +- packages/bump/package.json | 2 +- packages/chord/package.json | 2 +- packages/circle-packing/package.json | 2 +- packages/core/package.json | 2 +- packages/funnel/package.json | 2 +- packages/heatmap/package.json | 2 +- packages/line/package.json | 2 +- packages/marimekko/package.json | 2 +- packages/network/package.json | 2 +- packages/parallel-coordinates/package.json | 2 +- packages/polar-axes/package.json | 2 +- packages/radar/package.json | 2 +- packages/radial-bar/package.json | 2 +- packages/sankey/package.json | 2 +- packages/scatterplot/package.json | 2 +- packages/stream/package.json | 2 +- packages/swarmplot/package.json | 2 +- packages/tooltip/package.json | 2 +- packages/treemap/package.json | 2 +- yarn.lock | 89 +++++++++++----------- 25 files changed, 69 insertions(+), 68 deletions(-) diff --git a/packages/annotations/package.json b/packages/annotations/package.json index c4d205468..f61e437b3 100644 --- a/packages/annotations/package.json +++ b/packages/annotations/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "@nivo/colors": "0.79.1", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/packages/arcs/package.json b/packages/arcs/package.json index 499afc961..b9653e576 100644 --- a/packages/arcs/package.json +++ b/packages/arcs/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "@nivo/colors": "0.79.1", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-shape": "^1.3.5" }, "devDependencies": { diff --git a/packages/axes/package.json b/packages/axes/package.json index 56944c1a9..6b7c15d1f 100644 --- a/packages/axes/package.json +++ b/packages/axes/package.json @@ -28,7 +28,7 @@ ], "dependencies": { "@nivo/scales": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-format": "^1.4.4", "d3-time-format": "^3.0.0" }, diff --git a/packages/bar/package.json b/packages/bar/package.json index 7f54ae7aa..5d9653007 100644 --- a/packages/bar/package.json +++ b/packages/bar/package.json @@ -35,7 +35,7 @@ "@nivo/legends": "0.79.1", "@nivo/scales": "0.79.0", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.2.2", "lodash": "^4.17.21" diff --git a/packages/bullet/package.json b/packages/bullet/package.json index c35ece37c..0b83bd83c 100644 --- a/packages/bullet/package.json +++ b/packages/bullet/package.json @@ -33,7 +33,7 @@ "@nivo/colors": "0.79.1", "@nivo/legends": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1" + "@react-spring/web": "9.4.5" }, "devDependencies": { "@nivo/core": "0.79.0" diff --git a/packages/bump/package.json b/packages/bump/package.json index a3c588c78..c2658fbe1 100644 --- a/packages/bump/package.json +++ b/packages/bump/package.json @@ -35,7 +35,7 @@ "@nivo/legends": "0.79.1", "@nivo/scales": "0.79.0", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-shape": "^1.3.5" }, "devDependencies": { diff --git a/packages/chord/package.json b/packages/chord/package.json index a9bd5e452..01ee9ca63 100644 --- a/packages/chord/package.json +++ b/packages/chord/package.json @@ -33,7 +33,7 @@ "@nivo/colors": "0.79.1", "@nivo/legends": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-chord": "^1.0.6", "d3-shape": "^1.3.5" }, diff --git a/packages/circle-packing/package.json b/packages/circle-packing/package.json index 109b8a425..07c6081de 100644 --- a/packages/circle-packing/package.json +++ b/packages/circle-packing/package.json @@ -31,7 +31,7 @@ "dependencies": { "@nivo/colors": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-hierarchy": "^1.1.8", "lodash": "^4.17.21" }, diff --git a/packages/core/package.json b/packages/core/package.json index fcc1d450b..58776cf5e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -21,7 +21,7 @@ ], "dependencies": { "@nivo/recompose": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-color": "^2.0.0", "d3-format": "^1.4.4", "d3-interpolate": "^2.0.1", diff --git a/packages/funnel/package.json b/packages/funnel/package.json index 873d361b3..f75fa0c73 100644 --- a/packages/funnel/package.json +++ b/packages/funnel/package.json @@ -32,7 +32,7 @@ "@nivo/annotations": "0.79.1", "@nivo/colors": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.3.5" }, diff --git a/packages/heatmap/package.json b/packages/heatmap/package.json index 4a5096977..5387a9baf 100644 --- a/packages/heatmap/package.json +++ b/packages/heatmap/package.json @@ -33,7 +33,7 @@ "@nivo/axes": "0.79.0", "@nivo/colors": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3" }, "devDependencies": { diff --git a/packages/line/package.json b/packages/line/package.json index e184091fa..acb6a2ae7 100644 --- a/packages/line/package.json +++ b/packages/line/package.json @@ -35,7 +35,7 @@ "@nivo/scales": "0.79.0", "@nivo/tooltip": "0.79.0", "@nivo/voronoi": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-shape": "^1.3.5" }, "devDependencies": { diff --git a/packages/marimekko/package.json b/packages/marimekko/package.json index 0ab02b051..3224e650c 100644 --- a/packages/marimekko/package.json +++ b/packages/marimekko/package.json @@ -24,7 +24,7 @@ "@nivo/axes": "0.79.0", "@nivo/colors": "0.79.1", "@nivo/legends": "0.79.1", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.3.5", "lodash": "^4.17.21" diff --git a/packages/network/package.json b/packages/network/package.json index 47984091a..94bbdded4 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -34,7 +34,7 @@ "@nivo/annotations": "0.79.1", "@nivo/colors": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-force": "^2.0.1" }, "devDependencies": { diff --git a/packages/parallel-coordinates/package.json b/packages/parallel-coordinates/package.json index a6969b5be..b8a17fa06 100644 --- a/packages/parallel-coordinates/package.json +++ b/packages/parallel-coordinates/package.json @@ -31,7 +31,7 @@ "@nivo/axes": "0.79.0", "@nivo/colors": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.3.5" }, diff --git a/packages/polar-axes/package.json b/packages/polar-axes/package.json index 589ccf118..5094343ff 100644 --- a/packages/polar-axes/package.json +++ b/packages/polar-axes/package.json @@ -30,7 +30,7 @@ "dependencies": { "@nivo/arcs": "0.79.1", "@nivo/scales": "0.79.0", - "@react-spring/web": "9.3.1" + "@react-spring/web": "9.4.5" }, "devDependencies": { "@nivo/core": "0.79.0" diff --git a/packages/radar/package.json b/packages/radar/package.json index 88503546e..276daa9ff 100644 --- a/packages/radar/package.json +++ b/packages/radar/package.json @@ -32,7 +32,7 @@ "@nivo/colors": "0.79.1", "@nivo/legends": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.3.5" }, diff --git a/packages/radial-bar/package.json b/packages/radial-bar/package.json index 5ddd69d43..4239fc5d7 100644 --- a/packages/radial-bar/package.json +++ b/packages/radial-bar/package.json @@ -35,7 +35,7 @@ "@nivo/polar-axes": "0.79.1", "@nivo/scales": "0.79.0", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.3.5" }, diff --git a/packages/sankey/package.json b/packages/sankey/package.json index 92f4c2e6a..8126f2612 100644 --- a/packages/sankey/package.json +++ b/packages/sankey/package.json @@ -32,7 +32,7 @@ "@nivo/colors": "0.79.1", "@nivo/legends": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-sankey": "^0.12.3", "d3-shape": "^1.3.5", "lodash": "^4.17.21" diff --git a/packages/scatterplot/package.json b/packages/scatterplot/package.json index 03eb1c3ed..af8329347 100644 --- a/packages/scatterplot/package.json +++ b/packages/scatterplot/package.json @@ -36,7 +36,7 @@ "@nivo/scales": "0.79.0", "@nivo/tooltip": "0.79.0", "@nivo/voronoi": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.3.5", "lodash": "^4.17.21" diff --git a/packages/stream/package.json b/packages/stream/package.json index 9d71fdad9..145e0ae40 100644 --- a/packages/stream/package.json +++ b/packages/stream/package.json @@ -34,7 +34,7 @@ "@nivo/legends": "0.79.1", "@nivo/scales": "0.79.0", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-scale": "^3.2.3", "d3-shape": "^1.3.5" }, diff --git a/packages/swarmplot/package.json b/packages/swarmplot/package.json index 4b59e5d9e..7791c1f3b 100644 --- a/packages/swarmplot/package.json +++ b/packages/swarmplot/package.json @@ -37,7 +37,7 @@ "@nivo/scales": "0.79.0", "@nivo/tooltip": "0.79.0", "@nivo/voronoi": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-force": "^2.0.1", "d3-scale": "^3.2.3", "lodash": "^4.17.21" diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 776d97cde..b85ba0cc5 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -21,7 +21,7 @@ "!dist/tsconfig.tsbuildinfo" ], "dependencies": { - "@react-spring/web": "9.3.1" + "@react-spring/web": "9.4.5" }, "devDependencies": { "@nivo/core": "0.79.0" diff --git a/packages/treemap/package.json b/packages/treemap/package.json index 96b280106..82850500a 100644 --- a/packages/treemap/package.json +++ b/packages/treemap/package.json @@ -31,7 +31,7 @@ "dependencies": { "@nivo/colors": "0.79.1", "@nivo/tooltip": "0.79.0", - "@react-spring/web": "9.3.1", + "@react-spring/web": "9.4.5", "d3-hierarchy": "^1.1.8", "lodash": "^4.17.21" }, diff --git a/yarn.lock b/yarn.lock index 0888a8c01..381a8b9e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3792,50 +3792,51 @@ prop-types "^15.6.1" react-lifecycles-compat "^3.0.4" -"@react-spring/animated@~9.3.0": - version "9.3.1" - resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.3.1.tgz#ffc4706121e8406efeaeacb407b42b5022943b46" - integrity sha512-23YaERZ++BwZ8F8PxPFqrpOwp/JZun1Pj6aHZtPAU42j5LycBRasT9XMw7Eyr7zNFhT+rl3R3wFfd4WX6Ax+UA== - dependencies: - "@react-spring/shared" "~9.3.0" - "@react-spring/types" "~9.3.0" - -"@react-spring/core@~9.3.0": - version "9.3.1" - resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.3.1.tgz#b98e1dca1eb4871dec75fdab350327e8a5222865" - integrity sha512-8rmfmEHLHGtF1CUiXRn64YJqsXNxv2cGX8oNnBnsuoE33c48Zc34t2VIMB4R9q5zwIUCvDBGfiEenA8ZAPxqOQ== - dependencies: - "@react-spring/animated" "~9.3.0" - "@react-spring/shared" "~9.3.0" - "@react-spring/types" "~9.3.0" - -"@react-spring/rafz@~9.3.0": - version "9.3.1" - resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.3.1.tgz#8dd6a598ffea487252b75d05d199e4aca5ea9d5e" - integrity sha512-fEBMCarGVl+/2kdO+g6Zig4F+3ymwmcGN8S71gb1c7Cbbxb87kviPz8EhshfIHoiLeJPGlqwcuGbxNmZbBamvA== - -"@react-spring/shared@~9.3.0": - version "9.3.1" - resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.3.1.tgz#e7f22a4b8f5fea4491fa6a24c108db5abd19ddba" - integrity sha512-jhPpxzURGo6Nty90ex1lkxmZae7w/VAbnGmb/nXcYoZwSoNR+W2aAd00iXsh2ZGz6MgoJOsc495JeG3uC7Am8A== - dependencies: - "@react-spring/rafz" "~9.3.0" - "@react-spring/types" "~9.3.0" - -"@react-spring/types@~9.3.0": - version "9.3.1" - resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.3.1.tgz#20f392ecad15a1ea6c0865ffe86ca5016c05a278" - integrity sha512-W/YMJMX35XgGGzX0gKORBTwnvQ+1loDOFN3XlZkW5fgpEY+7VkRUpPyqPWXQr3n6lHrsLmHIGdpznqZi54ACTQ== - -"@react-spring/web@9.3.1": - version "9.3.1" - resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.3.1.tgz#5b377ba7ad52e746c2b59e2738c021de3f219d0b" - integrity sha512-sisZIgFGva/Z+xKWPSfXpukF0AP3kR9ALTxlHL87fVotMUCJX5vtH/YlVcywToEFwTHKt3MpI5Wy2M+vgVEeaw== - dependencies: - "@react-spring/animated" "~9.3.0" - "@react-spring/core" "~9.3.0" - "@react-spring/shared" "~9.3.0" - "@react-spring/types" "~9.3.0" +"@react-spring/animated@~9.4.5": + version "9.4.5" + resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.4.5.tgz#dd9921c716a4f4a3ed29491e0c0c9f8ca0eb1a54" + integrity sha512-KWqrtvJSMx6Fj9nMJkhTwM9r6LIriExDRV6YHZV9HKQsaolUFppgkOXpC+rsL1JEtEvKv6EkLLmSqHTnuYjiIA== + dependencies: + "@react-spring/shared" "~9.4.5" + "@react-spring/types" "~9.4.5" + +"@react-spring/core@~9.4.5": + version "9.4.5" + resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.4.5.tgz#4616e1adc18dd10f5731f100ebdbe9518b89ba3c" + integrity sha512-83u3FzfQmGMJFwZLAJSwF24/ZJctwUkWtyPD7KYtNagrFeQKUH1I05ZuhmCmqW+2w1KDW1SFWQ43RawqfXKiiQ== + dependencies: + "@react-spring/animated" "~9.4.5" + "@react-spring/rafz" "~9.4.5" + "@react-spring/shared" "~9.4.5" + "@react-spring/types" "~9.4.5" + +"@react-spring/rafz@~9.4.5": + version "9.4.5" + resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.4.5.tgz#84f809f287f2a66bbfbc66195db340482f886bd7" + integrity sha512-swGsutMwvnoyTRxvqhfJBtGM8Ipx6ks0RkIpNX9F/U7XmyPvBMGd3GgX/mqxZUpdlsuI1zr/jiYw+GXZxAlLcQ== + +"@react-spring/shared@~9.4.5": + version "9.4.5" + resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.4.5.tgz#4c3ad817bca547984fb1539204d752a412a6d829" + integrity sha512-JhMh3nFKsqyag0KM5IIM8BQANGscTdd0mMv3BXsUiMZrcjQTskyfnv5qxEeGWbJGGar52qr5kHuBHtCjQOzniA== + dependencies: + "@react-spring/rafz" "~9.4.5" + "@react-spring/types" "~9.4.5" + +"@react-spring/types@~9.4.5": + version "9.4.5" + resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.4.5.tgz#9c71e5ff866b5484a7ef3db822bf6c10e77bdd8c" + integrity sha512-mpRIamoHwql0ogxEUh9yr4TP0xU5CWyZxVQeccGkHHF8kPMErtDXJlxyo0lj+telRF35XNihtPTWoflqtyARmg== + +"@react-spring/web@9.4.5": + version "9.4.5" + resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.4.5.tgz#b92f05b87cdc0963a59ee149e677dcaff09f680e" + integrity sha512-NGAkOtKmOzDEctL7MzRlQGv24sRce++0xAY7KlcxmeVkR7LRSGkoXHaIfm9ObzxPMcPHQYQhf3+X9jepIFNHQA== + dependencies: + "@react-spring/animated" "~9.4.5" + "@react-spring/core" "~9.4.5" + "@react-spring/shared" "~9.4.5" + "@react-spring/types" "~9.4.5" "@rollup/plugin-babel@^5.2.0", "@rollup/plugin-babel@^5.3.0": version "5.3.0"