From 692eedaef3e609b80467a6a5a82c3507c16d5e20 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Thu, 26 Dec 2024 14:48:38 +0100 Subject: [PATCH] chore: deps --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b74b6fbb..1a043742 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-hook-form": "^7.54.2", "react-i18next": "^15.2.0", "react-router-dom": "^6.26.2", - "react-toastify": "^10.0.4", + "react-toastify": "^11.0.2", "react-tooltip": "^5.28.0", "tailwind-merge": "^2.6.0" }, @@ -8733,16 +8733,16 @@ } }, "node_modules/react-toastify": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz", - "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.2.tgz", + "integrity": "sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==", "license": "MIT", "dependencies": { - "clsx": "^2.1.0" + "clsx": "^2.1.1" }, "peerDependencies": { - "react": ">=18", - "react-dom": ">=18" + "react": "^18 || ^19", + "react-dom": "^18 || ^19" } }, "node_modules/react-toastify/node_modules/clsx": { diff --git a/package.json b/package.json index de30d0a8..20540d2e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-hook-form": "^7.54.2", "react-i18next": "^15.2.0", "react-router-dom": "^6.26.2", - "react-toastify": "^10.0.4", + "react-toastify": "^11.0.2", "react-tooltip": "^5.28.0", "tailwind-merge": "^2.6.0" },