chore(frontend): bump version and deps

Update the frontend package version from 0.4.1 to 0.4.3 and refresh key dependencies. This includes i18next/react-i18next, Storybook packages (10.5.0), and ESLint (10.7.0), with corresponding lockfile updates to keep dependency resolution in sync.
This commit is contained in:
MHSanaei
2026-07-12 15:10:27 +02:00
parent 30f6bc1833
commit f905c2dcec
2 changed files with 149 additions and 128 deletions
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "3x-ui-frontend",
"private": true,
"version": "0.4.1",
"version": "0.4.3",
"type": "module",
"description": "3x-ui panel frontend (React 19 + Ant Design 6 + Vite 8).",
"engines": {
@@ -37,13 +37,13 @@
"antd": "^6.5.0",
"codemirror": "^6.0.2",
"dayjs": "^1.11.21",
"i18next": "^26.3.5",
"i18next": "^26.3.6",
"otpauth": "^9.5.1",
"persian-calendar-suite": "^1.5.5",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.81.0",
"react-i18next": "^17.0.8",
"react-i18next": "^17.0.9",
"react-router-dom": "^7.18.1",
"swagger-ui-react": "^5.32.8",
"uplot": "^1.6.32",
@@ -51,9 +51,9 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@storybook/addon-a11y": "^10.4.6",
"@storybook/addon-docs": "^10.4.6",
"@storybook/react-vite": "^10.4.6",
"@storybook/addon-a11y": "^10.5.0",
"@storybook/addon-docs": "^10.5.0",
"@storybook/react-vite": "^10.5.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.17",
@@ -61,7 +61,7 @@
"@types/swagger-ui-react": "^5.18.0",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.6.0",
"eslint": "^10.7.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.7.0",
@@ -69,7 +69,7 @@
"jsdom": "^29.1.1",
"lint-staged": "^17.0.8",
"msw": "^2.15.0",
"storybook": "^10.4.6",
"storybook": "^10.5.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0",
"vite": "8.1.4",