Skip to content

Commit dab9817

Browse files
committed
fix: pkg versions
1 parent 3d2cfb3 commit dab9817

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/components/calendar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.1.0",
38-
"@nextui-org/theme": ">=2.2.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"react": ">=18",
4040
"react-dom": ">=18"
4141
},

packages/components/date-input/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.1.0",
38-
"@nextui-org/theme": ">=2.2.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"react": ">=18",
4040
"react-dom": ">=18"
4141
},

packages/components/date-picker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.1.0",
38-
"@nextui-org/theme": ">=2.2.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"react": ">=18",
4040
"react-dom": ">=18"
4141
},

0 commit comments

Comments
 (0)