diff --git a/package-lock.json b/package-lock.json
index 4ac8be0..240ad0d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,8 +19,9 @@
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
+ "react-toastify": "^11.0.5",
"sass": "^1.95.0",
- "sweetalert2": "^11.26.2",
+ "sweetalert2": "^11.26.17",
"sweetalert2-react-content": "^5.1.0",
"validator": "^13.15.15"
},
@@ -5152,6 +5153,19 @@
"integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==",
"license": "MIT"
},
+ "node_modules/react-toastify": {
+ "version": "11.0.5",
+ "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz",
+ "integrity": "sha512-EpqHBGvnSTtHYhCPLxML05NLY2ZX0JURbAdNYa6BUkk+amz4wbKBQvoKQAB0ardvSarUBuY4Q4s1sluAzZwkmA==",
+ "license": "MIT",
+ "dependencies": {
+ "clsx": "^2.1.1"
+ },
+ "peerDependencies": {
+ "react": "^18 || ^19",
+ "react-dom": "^18 || ^19"
+ }
+ },
"node_modules/react-transition-group": {
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
@@ -5815,9 +5829,9 @@
}
},
"node_modules/sweetalert2": {
- "version": "11.26.4",
- "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.4.tgz",
- "integrity": "sha512-qIgIQOVoz85Xj2Rij+htVFNH+HiIgfSR8ZJsHQvX4p9uLtJveXVqU7vPxJ4Eo6SALnLeo0Sw6COY164Zg3oBiw==",
+ "version": "11.26.17",
+ "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.17.tgz",
+ "integrity": "sha512-kkaySn1IRfwNlf9AkZVqDmBINDWw9NRR6Ij0O5dBRBOD1+mbtZJWxxR9/pA90nce9E5tIIkJ7SWij4rMWXtA1g==",
"license": "MIT",
"peer": true,
"funding": {
diff --git a/package.json b/package.json
index 7a2e4a0..4db635e 100644
--- a/package.json
+++ b/package.json
@@ -20,8 +20,9 @@
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
+ "react-toastify": "^11.0.5",
"sass": "^1.95.0",
- "sweetalert2": "^11.26.2",
+ "sweetalert2": "^11.26.17",
"sweetalert2-react-content": "^5.1.0",
"validator": "^13.15.15"
},
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 384d6e9..38d8444 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,6 +5,7 @@ import Footer from "@/components/layout/footer";
import "@/sass/bootstrap.scss"
import { Metadata } from 'next';
+import { ToastContainer } from 'react-toastify';
export const metadata: Metadata = {
title: 'IRIS Test',
@@ -25,6 +26,7 @@ export default function RootLayout({
{children}
+ {/* */}