Skip to content

Commit

Permalink
🔧 build: 去除重复依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 25, 2021
1 parent f938373 commit c00d120
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/user-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
"clean": "rm -rf es lib dist build coverage .umi"
},
"dependencies": {
"@ant-design/icons": "^4.x",
"@ant-design/pro-form": "^1.x",
"@arvinxu/i18n": "1.0.1",
"antd": "^4.x",
"classnames": "^2.3.1",
"react-router": "*"
},
"peerDependencies": {
"@ant-design/icons": "^4.x",
"@ant-design/pro-form": "^1.x",
"antd": "^4.x"
}
}

0 comments on commit c00d120

Please sign in to comment.