aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json1
-rw-r--r--yarn.lock5
2 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4e0ed86..7c03acf 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"react": "18.3.1",
"react-app-polyfill": "3.0.0",
"react-dom": "18.3.1",
+ "react-flip-move": "^3.0.5",
"react-redux": "^9.1.2",
"react-router-dom": "6.24.1",
"react-spinners": "0.14.1",
diff --git a/yarn.lock b/yarn.lock
index 84e1c7e..f526c4d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6749,6 +6749,11 @@ [email protected]:
loose-envify "^1.1.0"
scheduler "^0.23.2"
+react-flip-move@^3.0.5:
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/react-flip-move/-/react-flip-move-3.0.5.tgz#8b87510ad32ebef01ebca94902b445f456bbc0f7"
+ integrity sha512-Mf4XpbkUNZy9eu80iXXFIjToDvw+bnHxmKHVoositbMpV87O/EQswnXUqVovRHoTx/F+4dE+p//PyJnAT7OtPA==
+
react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"