Skip to content

Commit 4b65d19

Browse files
committed
chore: adjust peerDependency syntax
1 parent 5d0222b commit 4b65d19

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/nine-ravens-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'phosphor-icons-tailwindcss': patch
3+
---
4+
5+
bump tailwind 4 peerDependency version and adjust syntax

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@phosphor-icons/core": "^2.1.1"
4949
},
5050
"peerDependencies": {
51-
"tailwindcss": "^3.4.14 || ^4.0.0-alpha.33"
51+
"tailwindcss": ">=3.4.14 || >=4.0.0-alpha.34"
5252
},
5353
"devDependencies": {
5454
"@changesets/changelog-github": "^0.5.0",

0 commit comments

Comments
 (0)