Skip to content

Commit

Permalink
📦 build: 修正依赖构建方式
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 21, 2021
1 parent 3705ed2 commit 6213e75
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/user-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
"clean": "rm -rf es lib dist build coverage .umi"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ant-design/pro-form": "^1.21.5",
"@arvinxu/i18n": "1.0.0",
"antd": "^4.15.3"
"@arvinxu/i18n": "^1.0.1"
},
"peerDependencies": {
"@ant-design/icons": "^4.x",
"@ant-design/pro-form": "^1.x",
"antd": "^4.x"
}
}

0 comments on commit 6213e75

Please sign in to comment.