mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
add useAuth context
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user