From 02998d0c257f505b7332b21f2e2cb249abb0c56b Mon Sep 17 00:00:00 2001 From: Nick Koukis Date: Wed, 4 Oct 2023 22:02:38 +0300 Subject: [PATCH] redeploy --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index effbce1..2d9e706 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "lint": "next lint" }, "dependencies": { - "@chakra-ui/react": "^1.8.9", + "@chakra-ui/icons": "^2.0.19", + "@chakra-ui/next-js": "^2.1.4", + "@chakra-ui/react": "^2.7.0", + "@chakra-ui/theme-tools": "^2.0.18", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@multiversx/sdk-dapp": "^2.14.4",