chore(deps): upgrade Next.js to 15.1.9

- Upgrade next package from 15.1.6 to 15.1.9
- Upgrade eslint-config-next from 15.1.6 to 15.1.9
- Sort axios imports alphabetically in response-interceptor
- Skip token refresh for login endpoint to prevent infinite redirect loops
- Add check to prevent automatic token refresh when login request fails
This commit is contained in:
AmirReza Jamali
2025-12-08 16:35:42 +03:30
parent 918c562cfc
commit 13d736e9f0
2 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
"js-cookie": "^3.0.5",
"jsvectormap": "^1.6.0",
"moment": "^2.30.1",
"next": "15.1.6",
"next": "15.1.9",
"next-themes": "^0.4.4",
"nextjs-toploader": "^3.7.15",
"react": "19.0.0",
@@ -45,7 +45,7 @@
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"eslint-config-next": "15.1.9",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",