Compare commits

..

1 Commits

Author SHA1 Message Date
b65b064bf1 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 33s
Lint / Lint (pull_request) Successful in 29s
2025-03-07 12:01:56 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -30,7 +30,7 @@
"eslint": "8.57.1",
"eslint-config-next": "15.2.0",
"postcss": "8.5.3",
"tailwindcss": "4.0.11",
"tailwindcss": "4.0.12",
"turbo": "2.4.4",
"typescript": "5.8.2"
}
@ -7252,9 +7252,9 @@
}
},
"node_modules/tailwindcss": {
"version": "4.0.11",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.11.tgz",
"integrity": "sha512-GZ6+tNwieqvpFLZfx2tkZpfOMAK7iumbOJOLmd6v8AcYuHbjUb+cmDRu6l+rFkIqarh5FfLbCSRJhegcVdoPng==",
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.12.tgz",
"integrity": "sha512-bT0hJo91FtncsAMSsMzUkoo/iEU0Xs5xgFgVC9XmdM9bw5MhZuQFjPNl6wxAE0SiQF/YTZJa+PndGWYSDtuxAg==",
"license": "MIT"
},
"node_modules/tailwindcss-animate": {

View File

@ -31,7 +31,7 @@
"eslint": "8.57.1",
"eslint-config-next": "15.2.0",
"postcss": "8.5.3",
"tailwindcss": "4.0.11",
"tailwindcss": "4.0.12",
"turbo": "2.4.4",
"typescript": "5.8.2"
},