From d4c58ded45059a1d64a6f8493649f669ef85a981 Mon Sep 17 00:00:00 2001 From: Anderson Juhasc Date: Sun, 19 May 2024 19:11:13 -0300 Subject: [PATCH] updated react, react-dom and added toastify --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 87129f3..99a1c45 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,9 @@ "crypto-js": "^4.2.0", "nostr-tools": "^2.5.1", "qrcode.react": "^3.1.0", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-toastify": "^10.0.5", "webextension-polyfill": "^0.11.0" }, "scripts": {