Skip to content

Commit

Permalink
fix: pkg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Nov 5, 2024
1 parent 3d2cfb3 commit dab9817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.1.0",
"@nextui-org/theme": ">=2.2.0",
"@nextui-org/system": ">=2.3.0",
"@nextui-org/theme": ">=2.3.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.1.0",
"@nextui-org/theme": ">=2.2.0",
"@nextui-org/system": ">=2.3.0",
"@nextui-org/theme": ">=2.3.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.1.0",
"@nextui-org/theme": ">=2.2.0",
"@nextui-org/system": ">=2.3.0",
"@nextui-org/theme": ">=2.3.0",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down

0 comments on commit dab9817

Please sign in to comment.