fix: error peerDep in pkg (#3014)

* fix: error peerDep in pkg

* docs: changeset
This commit is contained in:
winches 2024-05-25 04:45:59 +08:00 committed by GitHub
parent 07d722de59
commit 20ba81948d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,7 @@
---
"@nextui-org/calendar": patch
"@nextui-org/date-input": patch
"@nextui-org/date-picker": patch
---
add the correct peerDep version

View File

@ -34,8 +34,8 @@
"postpack": "clean-package restore"
},
"peerDependencies": {
"@nextui-org/system": ">=2.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.1.0",
"@nextui-org/theme": ">=2.2.0",
"react": ">=18",
"react-dom": ">=18"
},

View File

@ -34,8 +34,8 @@
"postpack": "clean-package restore"
},
"peerDependencies": {
"@nextui-org/system": ">=2.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.1.0",
"@nextui-org/theme": ">=2.2.0",
"react": ">=18",
"react-dom": ">=18"
},

View File

@ -34,8 +34,8 @@
"postpack": "clean-package restore"
},
"peerDependencies": {
"@nextui-org/system": ">=2.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.1.0",
"@nextui-org/theme": ">=2.2.0",
"react": ">=18",
"react-dom": ">=18"
},