Skip to content

Commit 3598408

Browse files
refactor: remove react-toastify from dependency and include some new
ones
1 parent e50cb07 commit 3598408

File tree

3 files changed

+261
-85
lines changed

3 files changed

+261
-85
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"postcss": "8.4.31",
5656
"react": "18.2.0",
5757
"react-colorful": "~5.6.1",
58+
"react-confetti": "^6.1.0",
5859
"react-dom": "18.2.0",
59-
"react-feather": "~2.0.10",
6060
"react-redux": "~8.1.2",
61-
"react-toastify": "~9.1.3",
61+
"react-use": "^17.5.0",
6262
"resend": "2.1.0",
6363
"sharp": "0.33.1",
6464
"sonner": "^1.4.0",

src/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import "@/styles/globals.css";
22
import { Poppins } from "next/font/google";
33
import { Metadata } from "next";
44
import ReduxProvider from "@/redux/ReduxProvider";
5-
// import { ToastContainer } from "react-toastify";
6-
// import "react-toastify/dist/ReactToastify.css";
75
import { Toaster } from "sonner";
86

97
import { Providers } from "./providers";

0 commit comments

Comments
 (0)