chore(frontend): bump minor npm deps

Update frontend dependencies to newer patch/minor versions in package.json and refresh package-lock accordingly. This includes runtime libraries (i18next, react-router-dom, recharts) and tooling updates (typescript-eslint, vite) to keep the frontend stack current and aligned.
This commit is contained in:
MHSanaei
2026-07-02 18:24:09 +02:00
parent 5361b56e5e
commit c0df365524
2 changed files with 172 additions and 182 deletions
+5 -5
View File
@@ -31,15 +31,15 @@
"axios": "^1.18.1",
"codemirror": "^6.0.2",
"dayjs": "^1.11.21",
"i18next": "^26.3.3",
"i18next": "^26.3.4",
"otpauth": "^9.5.1",
"persian-calendar-suite": "^1.5.5",
"qs": "^6.15.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-router-dom": "^7.18.0",
"recharts": "^3.9.0",
"react-router-dom": "^7.18.1",
"recharts": "^3.9.1",
"swagger-ui-react": "^5.32.8",
"zod": "^4.4.3"
},
@@ -58,8 +58,8 @@
"globals": "^17.7.0",
"jsdom": "^29.1.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0",
"vite": "8.1.0",
"typescript-eslint": "^8.62.1",
"vite": "8.1.3",
"vitest": "^4.1.9"
},
"overrides": {