From 1f972f417b97e635e8cd1783e1e78cfb5936d41d Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 22 May 2025 09:58:25 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E6=9B=B4=E6=96=B0=20router?= =?UTF-8?q?=EF=BC=8Czustand=20=E5=B0=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2be2392..fb74c5c 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "react": "^18.3.1", "react-chat-elements": "^12.0.17", "react-dom": "^18.3.1", - "react-router-dom": "^6.28.0", + "react-router-dom": "^6.30.1", "rxjs": "^7.8.1", "uuid": "^9.0.1", - "zustand": "^4.5.5" + "zustand": "^4.5.7" }, "devDependencies": { "@types/react": "^18.3.12",