chore(frontend): bump dependencies

Routine version bumps: i18next, msw, typescript-eslint, vitest and
@vitest/coverage-v8 to their latest patch/minor releases, with the
lockfile regenerated to match.
This commit is contained in:
MHSanaei
2026-07-08 22:11:37 +02:00
parent 5c5a509605
commit f4199353da
2 changed files with 494 additions and 440 deletions
+489 -435
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -37,7 +37,7 @@
"antd": "^6.5.0",
"codemirror": "^6.0.2",
"dayjs": "^1.11.21",
"i18next": "^26.3.4",
"i18next": "^26.3.5",
"otpauth": "^9.5.1",
"persian-calendar-suite": "^1.5.5",
"react": "^19.2.7",
@@ -60,7 +60,7 @@
"@types/react-dom": "^19.2.3",
"@types/swagger-ui-react": "^5.18.0",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^7.1.1",
@@ -68,12 +68,12 @@
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"lint-staged": "^17.0.8",
"msw": "^2.14.7",
"msw": "^2.15.0",
"storybook": "^10.4.6",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"typescript-eslint": "^8.63.0",
"vite": "8.1.3",
"vitest": "^4.1.9"
"vitest": "^4.1.10"
},
"overrides": {
"eslint-plugin-jsx-a11y": {