From aedce66b9cd9c9d2530817449b86da496dba3d9f Mon Sep 17 00:00:00 2001 From: Mohamad Zade Date: Sun, 26 Jul 2026 15:32:20 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81c83f7..20543ab 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ function AppHeader() { required dependencies: ```bash -yarn add @chakra-ui/react @emotion/react @emotion/styled framer-motion @tanstack/react-query axios keycloak-js +yarn add @chakra-ui/react@^2 @emotion/react@^11 @emotion/styled@^11 framer-motion@^12 @tanstack/react-query@^5 axios@^1 keycloak-js ``` ---