add useAuth context

This commit is contained in:
tedraykov
2024-06-21 11:50:58 +03:00
parent cc9def4035
commit 19065c1d82
12 changed files with 181 additions and 109 deletions

View File

@@ -2,7 +2,7 @@
"private": true,
"packageManager": "pnpm@9.1.2",
"engines": {
"node": ">=18",
"node": ">=20",
"pnpm": ">=7"
},
"scripts": {
@@ -32,7 +32,7 @@
"lodash.get": "^4.4.2",
"lodash.kebabcase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"next": "14.1.4",
"next": "14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.5",
@@ -55,7 +55,7 @@
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"lint-staged": "^15.2.2",