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:
աӄա 2025-02-26 20:52:56 +08:00 committed by GitHub
parent 25b3e6fcc2
commit 09a2b73870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 22 additions and 12 deletions

View 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)

View File

@ -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"
},

View File

@ -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"

View File

@ -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:*",

View File

@ -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:*",

View File

@ -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"

View File

@ -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"