Skip to content

Commit

Permalink
chore: change antd from dependencies to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Sep 1, 2023
1 parent 77b9f34 commit 449aa16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@ant-design/cssinjs": "^1.8.1",
"@babel/runtime": "^7.18.3",
"@rc-component/portal": "^1.1.0",
"antd": "^5.3.0",
"classnames": "^2.3.2",
"rc-align": "^4.0.0",
"rc-motion": "^2.0.0",
Expand All @@ -67,7 +66,8 @@
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
"react-dom": ">=16.9.0",
"antd": "^5.3.0"
},
"resolutions": {
"@types/react": "^16.9.0",
Expand Down

0 comments on commit 449aa16

Please sign in to comment.