mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: incorrect system & theme version in peerDependencies (#4901)
* fix: incorrect system & theme version in peerDependencies * fix: incorrect system & theme version in peerDependencies * chore(changeset): add changeset
This commit is contained in:
parent
25b3e6fcc2
commit
09a2b73870
10
.changeset/lucky-pans-doubt.md
Normal file
10
.changeset/lucky-pans-doubt.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
"@heroui/number-input": patch
|
||||
"@heroui/date-picker": patch
|
||||
"@heroui/date-input": patch
|
||||
"@heroui/select": patch
|
||||
"@heroui/input": patch
|
||||
"@heroui/toast": patch
|
||||
---
|
||||
|
||||
update peerDependencies (#4901)
|
||||
@ -34,8 +34,8 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@heroui/system": ">=2.4.7",
|
||||
"@heroui/theme": ">=2.4.6",
|
||||
"@heroui/system": ">=2.4.10",
|
||||
"@heroui/theme": ">=2.4.9",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
},
|
||||
|
||||
@ -34,8 +34,8 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@heroui/system": ">=2.4.7",
|
||||
"@heroui/theme": ">=2.4.6",
|
||||
"@heroui/system": ">=2.4.10",
|
||||
"@heroui/theme": ">=2.4.9",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
|
||||
@ -36,8 +36,8 @@
|
||||
"peerDependencies": {
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@heroui/theme": ">=2.4.6",
|
||||
"@heroui/system": ">=2.4.7"
|
||||
"@heroui/theme": ">=2.4.9",
|
||||
"@heroui/system": ">=2.4.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroui/form": "workspace:*",
|
||||
|
||||
@ -38,8 +38,8 @@
|
||||
"peerDependencies": {
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"@heroui/theme": ">=2.4.6",
|
||||
"@heroui/system": ">=2.4.7"
|
||||
"@heroui/system": ">=2.4.10",
|
||||
"@heroui/theme": ">=2.4.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroui/form": "workspace:*",
|
||||
|
||||
@ -34,8 +34,8 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@heroui/system": ">=2.4.7",
|
||||
"@heroui/theme": ">=2.4.6",
|
||||
"@heroui/system": ">=2.4.10",
|
||||
"@heroui/theme": ">=2.4.9",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0"
|
||||
|
||||
@ -34,8 +34,8 @@
|
||||
"postpack": "clean-package restore"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@heroui/system": ">=2.4.7",
|
||||
"@heroui/theme": ">=2.4.6",
|
||||
"@heroui/system": ">=2.4.10",
|
||||
"@heroui/theme": ">=2.4.9",
|
||||
"react": ">=18 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18 || >=19.0.0-rc.0",
|
||||
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user