From 27b5ede72e96bb10a4f1e80153b1af35cfd895b9 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Fri, 1 Sep 2023 09:19:44 -0400 Subject: [PATCH] Install @react-spring/rafz As a workaround for https://github.com/pmndrs/react-spring/issues/2173 --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 05c3d048..1febb945 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ }, "devDependencies": { "@babel/core": "^7.16.5", + "@react-spring/rafz": "^9.7.3", "@sentry/vite-plugin": "^0.3.0", "@storybook/react": "^6.5.0-alpha.5", "@testing-library/jest-dom": "^5.16.5", diff --git a/yarn.lock b/yarn.lock index 728c637e..76501872 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2696,6 +2696,11 @@ "@react-spring/shared" "~9.7.3" "@react-spring/types" "~9.7.3" +"@react-spring/rafz@^9.7.3": + version "9.7.3" + resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.7.3.tgz#d6a9695c581f58a49e047ff7ed5646e0b681396c" + integrity sha512-9vzW1zJPcC4nS3aCV+GgcsK/WLaB520Iyvm55ARHfM5AuyBqycjvh1wbmWmgCyJuX4VPoWigzemq1CaaeRSHhQ== + "@react-spring/shared@~9.7.3": version "9.7.3" resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.7.3.tgz#4cf29797847c689912aec4e62e34c99a4d5d9e53"