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" } }