From 59d53bb1e63f68b52db424a5d402cd3baa562140 Mon Sep 17 00:00:00 2001 From: xion Date: Wed, 18 Jun 2025 15:34:55 +0800 Subject: [PATCH] update --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dbae3fd..99f7ecf 100644 --- a/package.json +++ b/package.json @@ -15,14 +15,13 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@kevisual/query-login": "^0.0.5", - "@mui/material": "^7.1.0", + "@mui/material": "^7.1.1", "re-resizable": "^6.11.2", "react": "19.1.0", "react-dom": "19.1.0", "react-draggable": "^4.4.6", - "react-hook-form": "^7.56.3", - "react-i18next": "^15.5.1" + "react-hook-form": "^7.58.1", + "react-i18next": "^15.5.3" }, "exports": { ".": "./src/index.tsx", @@ -30,7 +29,7 @@ }, "devDependencies": { "clsx": "^2.1.1", - "tailwind-merge": "^3.3.0" + "tailwind-merge": "^3.3.1" }, "publishConfig": { "access": "public"