Compare commits

..

1 Commits

Author SHA1 Message Date
7c5ff55748 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 36s
Lint / Lint (pull_request) Successful in 32s
2025-04-05 03:03:15 +00:00
2 changed files with 436 additions and 475 deletions

893
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,30 +13,30 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"lucide-react": "^0.487.0",
"next": "15.3.0",
"lucide-react": "^0.485.0",
"next": "15.2.4",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"sharp": "^0.34.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"@types/node": "22.14.0",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "8.57.1",
"eslint-config-next": "15.3.0",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
"tailwindcss": "4.1.3",
"turbo": "2.5.0",
"typescript": "5.8.3"
},
"overrides": {
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2"
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4"
}
}