fix(deps): update react to 19.2.4 to fix CVE-2025-55182, add docker workflow
Some checks failed
Build and Push Docker Images / build-and-push (push) Has been cancelled

This commit is contained in:
2026-02-14 00:21:50 -03:00
parent 4c426fb68c
commit aeedb3f5a0
3 changed files with 451 additions and 351 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,11 +11,12 @@
"dependencies": {
"@heroicons/react": "^2.2.0",
"framer-motion": "^12.16.0",
"next": "15.3.3",
"next": "^15.5.6",
"next-auth": "^4.24.13",
"next-intl": "^4.1.0",
"react": "^19.0.0",
"react": "^19.2.4",
"react-country-flag": "^3.1.0",
"react-dom": "^19.0.0",
"react-dom": "^19.2.4",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-type-animation": "^3.2.0"
@@ -31,4 +32,4 @@
"tailwindcss": "^4",
"typescript": "^5"
}
}
}