Compare commits

...

3 Commits

Author SHA1 Message Date
bf7cf50ae0 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 32s
Lint / Lint (pull_request) Successful in 28s
2025-02-25 18:02:06 +00:00
257cd7e0ef fix(deps): update dependency postcss-preset-env to v10.1.5
All checks were successful
Lint / Lint (push) Successful in 32s
2025-02-23 18:01:59 +00:00
3bdd75d3ab chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 40s
2025-02-22 02:03:00 +00:00
2 changed files with 181 additions and 901 deletions

1072
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,17 +26,17 @@
},
"devDependencies": {
"@types/node": "22.13.5",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"eslint": "8.57.1",
"eslint-config-next": "15.1.7",
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"tailwindcss": "4.0.9",
"turbo": "2.4.2",
"typescript": "5.7.3"
},
"overrides": {
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3"
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}