Skip to content

Commit

Permalink
feat: ✨升级antd版本
Browse files Browse the repository at this point in the history
  • Loading branch information
llq0802 committed Jun 11, 2024
1 parent 60d353c commit a00d6ac
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
require.resolve('prettier-plugin-organize-imports'),
require.resolve('prettier-plugin-packagejson'),
],
printWidth: 100,
printWidth: 120,
proseWrap: 'never',
singleQuote: true,
trailingComma: 'all',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/react": "^18.2.22",
"@types/react-dom": "^18.0.0",
"@umijs/lint": "^4.0.0",
"antd": "^5.16.0",
"antd": "^5.18.0",
"better-mock": "^0.3.6",
"dumi": "^2.2.17",
"eslint": "^8.23.0",
Expand Down
Loading

0 comments on commit a00d6ac

Please sign in to comment.