From f567459661904270c348b4fa19451dee9b04d784 Mon Sep 17 00:00:00 2001 From: dyk98 <124449645@qq.com> Date: Mon, 29 Aug 2022 11:19:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=80=E6=9C=89=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=94=81=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/client/package.json b/client/package.json index d081137e..fe3eb5cb 100644 --- a/client/package.json +++ b/client/package.json @@ -10,27 +10,27 @@ "prepare": "cd .. && husky install" }, "dependencies": { - "axios": "^0.24.0", - "js-md5": "^0.7.3", - "less": "^4.1.2", - "lodash": "^4.17.21", - "moment": "^2.29.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "axios": "0.24.0", + "js-md5": "0.7.3", + "less": "4.1.2", + "lodash": "4.17.21", + "moment": "2.29.2", + "react": "17.0.2", + "react-dom": "17.0.2", "react-router-dom": "6", - "tdesign-icons-react": "^0.0.5", + "tdesign-icons-react": "0.0.5", "tdesign-react": "0.22.1" }, "devDependencies": { - "@types/lodash": "^4.14.181", - "@types/js-md5": "^0.4.3", - "@types/react": "^17.0.0", - "@types/react-dom": "^17.0.0", - "@types/validator": "^13.7.1", - "@vitejs/plugin-react": "^1.0.0", + "@types/lodash": "4.14.181", + "@types/js-md5": "0.4.3", + "@types/react": "17.0.44", + "@types/react-dom": "17.0.15", + "@types/validator": "13.7.2", + "@vitejs/plugin-react": "1.3.0", "csstype": "3.0.10", - "husky": "^7.0.4", - "typescript": "^4.3.2", - "vite": "^2.6.4" + "husky": "7.0.4", + "typescript": "4.6.3", + "vite": "2.9.1" } }