From 264e4079971ef8a13af8e6763e86da7964af4ba6 Mon Sep 17 00:00:00 2001 From: Aahna Ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:57:55 +0700 Subject: [PATCH] build: react v18 --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index fe1d0aa..c8cb28c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,11 +22,11 @@ "ethers": "^5.7.1", "next": "13", "nft.storage": "^7.1.1", - "react": "17.0.2", + "react": "^18.3.1", "react-animated-3d-card": "^1.0.2", "react-blockies": "^1.4.1", "react-confetti": "^6.0.1", - "react-dom": "17.0.2", + "react-dom": "^18.3.1", "react-use": "^17.5.0", "typescript": "^4.7.4", "use-nft": "^0.12.0",