Skip to content

Commit

Permalink
fix: error peerDep in pkg (#3014)
Browse files Browse the repository at this point in the history
* fix: error peerDep in pkg

* docs: changeset
  • Loading branch information
winchesHe committed May 24, 2024
1 parent 07d722d commit 20ba819
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/tidy-numbers-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nextui-org/calendar": patch
"@nextui-org/date-input": patch
"@nextui-org/date-picker": patch
---

add the correct peerDep version
4 changes: 2 additions & 2 deletions packages/components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/components/date-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 20ba819

Please sign in to comment.