fix: add peerDependencies back (#51079)

This commit is contained in:
C. T. Lin 2024-10-01 12:06:30 +08:00 committed by GitHub
parent bb75758ae0
commit 6b57e3b281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,10 @@
"browserslist": [
"defaults"
],
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"@ant-design/cssinjs": "^1.21.1",