Skip to content

Commit

Permalink
feat: 所有依赖锁版本
Browse files Browse the repository at this point in the history
  • Loading branch information
dyk98 committed Aug 29, 2022
1 parent 7c9b915 commit f567459
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit f567459

Please sign in to comment.