diff --git a/package.json b/package.json index dc3936d..63937c6 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "next": "14.2.4", "react": "^18", "react-dom": "^18", + "react-hot-toast": "^2.4.1", "react-icons": "^5.2.1", "recharts": "2" }, diff --git a/yarn.lock b/yarn.lock index 9ef412b..da9f6ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1921,6 +1921,11 @@ globby@^11.1.0: merge2 "^1.4.1" slash "^3.0.0" +goober@^2.1.10: + version "2.1.14" + resolved "https://registry.yarnpkg.com/goober/-/goober-2.1.14.tgz#4a5c94fc34dc086a8e6035360ae1800005135acd" + integrity sha512-4UpC0NdGyAFqLNPnhCT2iHpza2q+RAY3GV85a/mRPdzyPQMsj0KmMMuetdIkzWRbJ+Hgau1EZztq8ImmiMGhsg== + gopd@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" @@ -2819,6 +2824,13 @@ react-dropzone-esm@15.0.1: dependencies: prop-types "^15.8.1" +react-hot-toast@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/react-hot-toast/-/react-hot-toast-2.4.1.tgz#df04295eda8a7b12c4f968e54a61c8d36f4c0994" + integrity sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ== + dependencies: + goober "^2.1.10" + react-icons@^5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.2.1.tgz#28c2040917b2a2eda639b0f797bff1888e018e4a"