From 384be3171baba04951d26f6453890c20f78f7a77 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Mon, 3 Jun 2024 15:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20React=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E5=BC=80=E5=8F=91=E9=BB=98=E8=AE=A4=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- vite.config.js | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 34b2c55..51e69db 100644 --- a/package.json +++ b/package.json @@ -11,18 +11,18 @@ }, "dependencies": { "@react-pdf/renderer": "^3.4.0", - "antd": "^5.4.2", + "antd": "^5.17.2", "i18next": "^23.11.5", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.5.2", "mobx": "^6.9.0", "mobx-react": "^7.6.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-i18next": "^14.1.2", "react-router-dom": "^6.10.0", "react-to-pdf": "^1.0.1", - "zustand": "^4.5.0" + "zustand": "^4.5.2" }, "devDependencies": { "@types/react": "^18.0.28", diff --git a/vite.config.js b/vite.config.js index a1ae783..71a18ab 100644 --- a/vite.config.js +++ b/vite.config.js @@ -21,6 +21,7 @@ export default defineConfig({ ], server: { host: "0.0.0.0", + port: "5174" }, resolve: { alias: {