mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-11 04:37:16 +00:00
chore(frontend): bump React and Zod deps
Update frontend dependencies to React/ReactDOM 19.3.0, Zod 4.6.1, and matching React type packages. Also replace Storybook addon-vitest override placeholders with explicit Vitest/browser-playwright versions to keep dependency resolution stable.
This commit is contained in:
Generated
+516
-526
File diff suppressed because it is too large
Load Diff
@@ -47,14 +47,14 @@
|
||||
"i18next": "^26.4.2",
|
||||
"otpauth": "^9.5.2",
|
||||
"persian-calendar-suite": "^1.5.6",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8",
|
||||
"react": "^19.3.0",
|
||||
"react-dom": "^19.3.0",
|
||||
"react-hook-form": "^7.87.0",
|
||||
"react-i18next": "^17.0.13",
|
||||
"react-router": "^8.3.1",
|
||||
"swagger-ui-react": "^5.32.15",
|
||||
"uplot": "^1.6.32",
|
||||
"zod": "^4.5.4"
|
||||
"zod": "^4.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-a11y": "^10.6.0",
|
||||
@@ -63,8 +63,8 @@
|
||||
"@storybook/react-vite": "^10.6.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.3",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.7",
|
||||
"@types/react": "^19.3.0",
|
||||
"@types/react-dom": "^19.3.0",
|
||||
"@types/swagger-ui-react": "^5.18.0",
|
||||
"@vitejs/plugin-react": "^6.1.1",
|
||||
"@vitest/browser-playwright": "5.0.0",
|
||||
@@ -97,8 +97,8 @@
|
||||
"valibot": "^1.1.0"
|
||||
},
|
||||
"@storybook/addon-vitest": {
|
||||
"vitest": "$vitest",
|
||||
"@vitest/browser-playwright": "$@vitest/browser-playwright",
|
||||
"vitest": "^5.0.0",
|
||||
"@vitest/browser-playwright": "5.0.0",
|
||||
"@vitest/browser": "5.0.0"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user