|
|
@@ -3,11 +3,11 @@
|
|
|
"version": "0.1.0",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
- "dev": "next dev -p 3001",
|
|
|
+ "dev": "next dev -p 3002",
|
|
|
"build": "eslint . && next build",
|
|
|
"start": "next start -p 3001",
|
|
|
"lint": "eslint .",
|
|
|
- "lint:fix": "next lint --fix",
|
|
|
+ "lint:fix": "eslint . --fix",
|
|
|
"package-version": "npx npm-check-updates"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
@@ -42,7 +42,7 @@
|
|
|
"graphql": "^16.12.0",
|
|
|
"libphonenumber-js": "^1.13.4",
|
|
|
"lucide-react": "^0.563.0",
|
|
|
- "next": "16.2.6",
|
|
|
+ "next": "16.3.4",
|
|
|
"next-auth": "^4.24.13",
|
|
|
"react": "19.2.5",
|
|
|
"react-dom": "19.2.5",
|
|
|
@@ -59,7 +59,7 @@
|
|
|
"@types/react-dom": "19.2.3",
|
|
|
"cross-env": "^10.1.0",
|
|
|
"eslint": "^9",
|
|
|
- "eslint-config-next": "16.2.3",
|
|
|
+ "eslint-config-next": "16.3.4",
|
|
|
"tailwindcss": "^4",
|
|
|
"ts-node": "^10.9.2",
|
|
|
"typescript": "^5"
|