Compare commits

...

3 Commits

Author SHA1 Message Date
cec95a171a chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 32s
Lint / Lint (pull_request) Successful in 31s
2025-03-01 02:03:03 +00:00
01f664ccb1 chore(deps): update dependency turbo to v2.4.4
All checks were successful
Lint / Lint (push) Successful in 39s
2025-03-01 01:02:39 +00:00
82da6961b8 chore(deps): update dependency @types/node to v22.13.7
All checks were successful
Lint / Lint (push) Successful in 43s
2025-03-01 00:01:58 +00:00
2 changed files with 81 additions and 804 deletions

879
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,14 +25,14 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.5", "@types/node": "22.13.7",
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.7", "eslint-config-next": "15.1.7",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "3.4.17", "tailwindcss": "4.0.9",
"turbo": "2.4.2", "turbo": "2.4.4",
"typescript": "5.7.3" "typescript": "5.7.3"
}, },
"overrides": { "overrides": {