Skip to content

Commit 088289f

Browse files
committed
chore(deps): restrict tailwind peer dependency to < v4
1 parent e223af3 commit 088289f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"regenerate-pnpm-lock": "rm -rf ./node_modules & rm pnpm-lock.yaml & pnpm install"
3333
},
3434
"peerDependencies": {
35-
"tailwindcss": ">=3.2.0"
35+
"tailwindcss": ">=3.2.0 <4.0.0"
3636
},
3737
"dependencies": {
3838
"@swc/helpers": "0.5.17",

0 commit comments

Comments
 (0)