fix tailwind version definition (#398)

This commit is contained in:
Ulf Gebhardt 2025-07-12 14:04:33 +01:00 committed by GitHub
parent 86fef5eb7a
commit c800c06aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -21,7 +21,7 @@
"http-server": "^14.1.1",
"prettier": "3.6.2",
"sass-embedded": "^1.86.3",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.11",
"textlint": "^15.2.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^3.0.0",

View File

@ -34,7 +34,7 @@
"http-server": "^14.1.1",
"prettier": "3.6.2",
"sass-embedded": "^1.86.3",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.11",
"textlint": "^15.2.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^3.0.0",