diff --git a/package.json b/package.json index be33529c0d93..ae73466135e3 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "react-dom": "^17.0.2", "react-helmet-async": "^1.2.2", "react-router-dom": "^6.2.1", - "react-spring": "^9.3.3", + "react-spring": "^9.4.0", "react-tiny-popover": "5", "react-use": "^17.3.2", "react-visibility-sensor": "^5.0.2", diff --git a/yarn.lock b/yarn.lock index 5f90da2194e9..51b52c729e98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2036,90 +2036,91 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== -"@react-spring/animated@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.3.0.tgz#294f7696e450c4ae3abd2b59a6dd08bf70b53d3f" - integrity sha512-QvuyW77eDvLhdJyO6FFldlWlvnuKK2cpOx4+Zr962RyT/0IO1tbNDRO6G1vM8va6mbv6tmfYmRGKmKYePN3kVg== - dependencies: - "@react-spring/shared" "~9.3.0" - "@react-spring/types" "~9.3.0" - -"@react-spring/core@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.3.0.tgz#2d0534c5b53c7e39b8e9ed3d996502828c90f4d4" - integrity sha512-SZQOIX7wkIagmucAi7zxqGGIb9A60o9n5922UrWo8Kl3FdG7FgrNwqr0kOI43/pMFeL70/PXwFhBatB03N5ctw== - dependencies: - "@react-spring/animated" "~9.3.0" - "@react-spring/shared" "~9.3.0" - "@react-spring/types" "~9.3.0" - -"@react-spring/konva@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.3.0.tgz#97b23b2f235a9805d39279a0a1027c7d9646d6fb" - integrity sha512-lyUWxzEateE6Qxpc81oxJb5yiNDdj36Q9R9euJAgjl2dvUDaX85rVGqaB25+72yA1iQg5I4Kymj3UZVvPthRlA== - 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/native@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.3.0.tgz#6fee1ccaa8d70a19c239b27e95bcc050776f1725" - integrity sha512-lvKV5qxqnE5AMtTHv8xwAocGED4+VRxpljwBl1lbtileq3WnvOn7CpMLZNGc5TXjLWAE3zfoNJui69/jE/3uSw== - 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/rafz@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.3.0.tgz#e791c0ae854f7c1a512ae87f34fff36934d82d29" - integrity sha512-FD04d2TNb3xOZ6+04qwDmC3d0H4X6gvhsxU71/nSm4PPYRqFzZEolcVPmrHlbGzco3bvXKI+Kp2pIrpXLPUJFA== - -"@react-spring/shared@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.3.0.tgz#7b4393094a97a1384f74fd8088e0b896e8f0c411" - integrity sha512-7ZFY2Blu/wxbLGcYvQavyLUVi9bK/is1bsn11qZ9AaZb4iucRyIf2jgjBfKZFCq4qgi7S/7QmDQG7sucUyLELg== - dependencies: - "@react-spring/rafz" "~9.3.0" - "@react-spring/types" "~9.3.0" - -"@react-spring/three@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.3.0.tgz#e3fc49de1411eb1a7aa937fec8db33252f11d294" - integrity sha512-RKMXXdcNK0nbwLbmle/0KT/idGGpOxvI5lT1KtN8R3cgJWQBKYWVtzg+B/RgmQVNxO/QNlsKGWTjURockTRSVQ== - 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/types@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.3.0.tgz#54ec58ca40414984209c8baa75fddd394f9e2949" - integrity sha512-q4cDr2RSPblXMD3Rxvk6qcC7nmhhfV2izEBP06hb8ZCXznA6qJirG3RMpi29kBtEQiw1lWR59hAXKhauaPtbOA== - -"@react-spring/web@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.3.0.tgz#48d1ebdd1d484065e0a943dbbb343af259496427" - integrity sha512-OTAGKRdyz6fLRR1tABFyw9KMpytyATIndQrj0O6RG47GfjiInpf4+WZKxo763vpS7z1OlnkI81WLUm/sqOqAnA== - 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/zdog@~9.3.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.3.0.tgz#d84b69375017d864514ebcf59511731c5cc0280f" - integrity sha512-JOQwtg/MQ6sWwmKNY4w/R1TVXohIUkrbSgDfgUEK45ERTDwZGZzIo9QbqHv4dwEBK4Wa2Hfrcdf8cnEaNNzdAQ== - 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.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.4.0.tgz#35b6bed5572484b8655989791d3d224a92501839" + integrity sha512-hOj90pXC1ovukgA63l6zQRr7jq6Lay/kUgwlMZWOwgaZoPb1J02BjLtS0rbFvx+BUMd3mrL0QVdno+B6eYsLQQ== + dependencies: + "@react-spring/shared" "~9.4.0" + "@react-spring/types" "~9.4.0" + +"@react-spring/core@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.4.0.tgz#ef4d3b9a677fd382020329693ebe3928b09c0b2e" + integrity sha512-zJC6JgLTv42tdNLZiN8eRgKnVaQxRvGHt329GxZFB9/bhH9FqjOMQ2GsEu8uImw3eicaXlWy10Ssp4SQftZSPg== + dependencies: + "@react-spring/animated" "~9.4.0" + "@react-spring/rafz" "~9.4.0" + "@react-spring/shared" "~9.4.0" + "@react-spring/types" "~9.4.0" + +"@react-spring/konva@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.4.0.tgz#d7c31242b4bc6ccf5390bc42dd3f828d560ffdcd" + integrity sha512-Ry5JhwYri3rjlTB3VLIxl0bMcQgPlHEWFbkD1QjDVhgeT01Q6fPprxRuI63MMEHiKs/syN6xypAbM65yP3ZdJw== + dependencies: + "@react-spring/animated" "~9.4.0" + "@react-spring/core" "~9.4.0" + "@react-spring/shared" "~9.4.0" + "@react-spring/types" "~9.4.0" + +"@react-spring/native@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.4.0.tgz#ed069bd2271e9d0e4ce33e004bbc05fa0c15bd2e" + integrity sha512-nj1V7isaWRvmJQYcRTyh0ATw/O9nlzETw0yfK9G1ZzWi/50NpuratQQhPYLfHatiaNwPeQoKg1PB3WxkakK1RA== + dependencies: + "@react-spring/animated" "~9.4.0" + "@react-spring/core" "~9.4.0" + "@react-spring/shared" "~9.4.0" + "@react-spring/types" "~9.4.0" + +"@react-spring/rafz@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.4.0.tgz#aa77b8961cfb8359a170d62cb6f6803f0dd84125" + integrity sha512-CqBLODaAZ9HrTNZyOtrr4XQ7CdUNd4OU3Hh7T6JSdB88MyJScsJBKCT9QaJop6wuhvQPiQEviMnD8TfKEkVfuw== + +"@react-spring/shared@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.4.0.tgz#d83824c0362298f8e047913bb309e0dae10ef520" + integrity sha512-VgQd8NxfbLTeWqzKpGMXXVf1IrmBKO8/fsHFiW+OxZdmFpz77G1aJZ+AnMgCcwrV9KtLdeG0G8YXOQrhsLA7dA== + dependencies: + "@react-spring/rafz" "~9.4.0" + "@react-spring/types" "~9.4.0" + +"@react-spring/three@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.4.0.tgz#e87d6560df8648d7b462912daad1eb93bba844b8" + integrity sha512-DPh1ZhUPqwSF4mkQmIUbemXdkAMInwb3l9yCpmoZTmnjt34ndPNGbUyyB7Mim7J5eR5/HH8b1PdWFHNEi1olRw== + dependencies: + "@react-spring/animated" "~9.4.0" + "@react-spring/core" "~9.4.0" + "@react-spring/shared" "~9.4.0" + "@react-spring/types" "~9.4.0" + +"@react-spring/types@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.4.0.tgz#fca70dc588b4dfaadac9f881bdcdf25c5dc23ac5" + integrity sha512-K49Fb/rPX6cSb15ZcW6d45NBYqAJbGh4MKpsBmvZWahJTXKtFDfQq10Bq0+wlLYQr8r1bgsE8v4blfCIdm6UoA== + +"@react-spring/web@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.4.0.tgz#42460c30e978187ba9295c3b0cf91136c720a38b" + integrity sha512-czg38A12w5glP33cfbjiwRnpCw3TNBuJ8eVxP6H2frMnADESsxmSpe0vNlvxrCEOhZxbhUu3ILJ2v02H9LV7bw== + dependencies: + "@react-spring/animated" "~9.4.0" + "@react-spring/core" "~9.4.0" + "@react-spring/shared" "~9.4.0" + "@react-spring/types" "~9.4.0" + +"@react-spring/zdog@~9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.4.0.tgz#e9b2e59d29e0d0c2e74199ea49bae1d7e98b9549" + integrity sha512-BLEnfnLOtStEHKpW5covI9XHtNFKptbT0bH8RCkSAaoOwnMgZVpGwhZGH2iIweQVID6S4edW3tER/5QYMkLgOg== + dependencies: + "@react-spring/animated" "~9.4.0" + "@react-spring/core" "~9.4.0" + "@react-spring/shared" "~9.4.0" + "@react-spring/types" "~9.4.0" "@rollup/plugin-babel@^5.2.0": version "5.2.2" @@ -9909,17 +9910,17 @@ react-router@6.2.1: dependencies: history "^5.2.0" -react-spring@^9.3.3: - version "9.3.3" - resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.3.3.tgz#2982065385cf4ecf9c98f0f6976c603a5453f3ba" - integrity sha512-S6ZufQylwxwjavylFaU/oqBUZQX2ZvH2bpU3NSoYY8JlArH5sEeKMSzqME3fdp3+AwfOaxPpo25zSFGgytXY3Q== - dependencies: - "@react-spring/core" "~9.3.0" - "@react-spring/konva" "~9.3.0" - "@react-spring/native" "~9.3.0" - "@react-spring/three" "~9.3.0" - "@react-spring/web" "~9.3.0" - "@react-spring/zdog" "~9.3.0" +react-spring@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.4.0.tgz#4372bd30d8ad913e1dade5431c6c133893a9f7a5" + integrity sha512-llg6JY2noYZ1SxFjDPRsH49FNj9VjVs7f5OmlybS8/M492QK2gl5gALbkAyQrLj5c1cKFHPdXkkSvbjkNcFTgA== + dependencies: + "@react-spring/core" "~9.4.0" + "@react-spring/konva" "~9.4.0" + "@react-spring/native" "~9.4.0" + "@react-spring/three" "~9.4.0" + "@react-spring/web" "~9.4.0" + "@react-spring/zdog" "~9.4.0" react-textarea-autosize@^5.2.1: version "5.2.1"