From 502ed894f4b207be79f570f9f882e29282b24d26 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 21 Nov 2024 16:55:05 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=20=20=E6=9C=89=E4=BE=9D=E8=B5=96=E5=86=B2=E7=AA=81=20=20`=20np?= =?UTF-8?q?m=20install=20--legacy-peer-deps`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 147dbcd..14d2990 100644 --- a/package.json +++ b/package.json @@ -11,42 +11,42 @@ }, "dependencies": { "@dckj/react-better-modal": "^0.1.2", - "@lexical/react": "^0.17.1", - "@vonage/client-sdk": "^1.6.0", - "antd": "^5.21.4", + "@lexical/react": "^0.20.0", + "@vonage/client-sdk": "^1.7.2", + "antd": "^5.22.2", "crypto-js": "^4.2.0", "dayjs": "^1.11.13", - "dingtalk-jsapi": "^3.0.38", - "emoji-picker-react": "^4.8.0", - "lexical": "^0.17.1", - "re-resizable": "^6.9.18", + "dingtalk-jsapi": "^3.0.41", + "emoji-picker-react": "^4.12.0", + "lexical": "^0.20.0", + "re-resizable": "^6.10.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router-dom": "^6.26.2", + "react-router-dom": "^6.28.0", "zustand": "^4.5.5", - "react-chat-elements": "^12.0.11", + "react-chat-elements": "^12.0.17", "react-draggable": "^4.4.6", "react-quill": "^2.0.0", - "react-rnd": "^10.4.12", + "react-rnd": "^10.4.13", "rxjs": "^7.8.1", "uuid": "^9.0.1", - "vite-plugin-pwa": "^0.19.6" + "vite-plugin-pwa": "^0.21.0" }, "devDependencies": { - "@types/react": "^18.2.15", - "@types/react-dom": "^18.2.7", - "@vitejs/plugin-react": "^4.2.1", - "@vonage/client-sdk": "^1.6.0", - "autoprefixer": "^10.4.17", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", + "@vitejs/plugin-react": "^4.3.3", + "@vonage/client-sdk": "^1.7.2", + "autoprefixer": "^10.4.20", "eslint": "^8.45.0", - "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.3", - "postcss": "^8.4.33", - "tailwindcss": "^3.4.1", + "eslint-plugin-react-refresh": "^0.4.14", + "postcss": "^8.4.49", + "tailwindcss": "^3.4.15", "vite": "^4.5.1", "vite-plugin-css-modules": "^0.0.1", - "vite-plugin-svgr": "^4.2.0", + "vite-plugin-svgr": "^4.3.0", "vite-plugin-windicss": "^1.9.3", "windicss": "^3.5.6" }