Explorar el Código

📦 build(deps): update dependencies and adjust package.json structure

- update @tanstack/react-query from ^5.83.0 to ^5.90.9 across multiple packages
- reorder dependencies in package.json files for better consistency
- adjust devDependencies order to group testing libraries together
- update pnpm-lock.yaml to reflect dependency changes
- add @ant-design/icons@^6.0.0 to web package dependencies
- update web package dependencies order for better organization
yourname hace 1 mes
padre
commit
f3066dc195

+ 18 - 18
packages/auth-management-ui-mt/package.json

@@ -42,37 +42,37 @@
   "dependencies": {
     "@d8d/auth-module-mt": "workspace:*",
     "@d8d/shared-ui-components": "workspace:*",
-    "@tanstack/react-query": "^5.83.0",
+    "@hookform/resolvers": "^5.2.1",
+    "@tanstack/react-query": "^5.90.9",
+    "axios": "^1.7.9",
+    "class-variance-authority": "^0.7.1",
+    "clsx": "^2.1.1",
+    "date-fns": "^4.1.0",
+    "dayjs": "^1.11.13",
+    "hono": "^4.8.5",
+    "lucide-react": "^0.536.0",
     "react": "^19.1.0",
     "react-dom": "^19.1.0",
-    "react-router": "^7.1.3",
     "react-hook-form": "^7.61.1",
-    "@hookform/resolvers": "^5.2.1",
-    "hono": "^4.8.5",
+    "react-router": "^7.1.3",
     "sonner": "^2.0.7",
-    "date-fns": "^4.1.0",
-    "lucide-react": "^0.536.0",
-    "class-variance-authority": "^0.7.1",
-    "clsx": "^2.1.1",
     "tailwind-merge": "^3.3.1",
-    "zod": "^4.0.15",
-    "axios": "^1.7.9",
-    "dayjs": "^1.11.13"
+    "zod": "^4.0.15"
   },
   "devDependencies": {
+    "@testing-library/jest-dom": "^6.8.0",
+    "@testing-library/react": "^16.3.0",
+    "@testing-library/user-event": "^14.6.1",
     "@types/node": "^22.10.2",
     "@types/react": "^19.1.8",
     "@types/react-dom": "^19.1.6",
-    "typescript": "^5.8.3",
-    "vitest": "^3.2.4",
-    "@testing-library/react": "^16.3.0",
-    "@testing-library/jest-dom": "^6.8.0",
-    "@testing-library/user-event": "^14.6.1",
-    "jsdom": "^26.0.0",
     "@typescript-eslint/eslint-plugin": "^8.18.1",
     "@typescript-eslint/parser": "^8.18.1",
     "eslint": "^9.17.0",
-    "unbuild": "^3.4.0"
+    "jsdom": "^26.0.0",
+    "typescript": "^5.8.3",
+    "unbuild": "^3.4.0",
+    "vitest": "^3.2.4"
   },
   "peerDependencies": {
     "react": "^19.1.0",

+ 18 - 18
packages/auth-management-ui/package.json

@@ -42,37 +42,37 @@
   "dependencies": {
     "@d8d/auth-module": "workspace:*",
     "@d8d/shared-ui-components": "workspace:*",
-    "@tanstack/react-query": "^5.83.0",
+    "@hookform/resolvers": "^5.2.1",
+    "@tanstack/react-query": "^5.90.9",
+    "axios": "^1.7.9",
+    "class-variance-authority": "^0.7.1",
+    "clsx": "^2.1.1",
+    "date-fns": "^4.1.0",
+    "dayjs": "^1.11.13",
+    "hono": "^4.8.5",
+    "lucide-react": "^0.536.0",
     "react": "^19.1.0",
     "react-dom": "^19.1.0",
-    "react-router": "^7.1.3",
     "react-hook-form": "^7.61.1",
-    "@hookform/resolvers": "^5.2.1",
-    "hono": "^4.8.5",
+    "react-router": "^7.1.3",
     "sonner": "^2.0.7",
-    "date-fns": "^4.1.0",
-    "lucide-react": "^0.536.0",
-    "class-variance-authority": "^0.7.1",
-    "clsx": "^2.1.1",
     "tailwind-merge": "^3.3.1",
-    "zod": "^4.0.15",
-    "axios": "^1.7.9",
-    "dayjs": "^1.11.13"
+    "zod": "^4.0.15"
   },
   "devDependencies": {
+    "@testing-library/jest-dom": "^6.8.0",
+    "@testing-library/react": "^16.3.0",
+    "@testing-library/user-event": "^14.6.1",
     "@types/node": "^22.10.2",
     "@types/react": "^19.1.8",
     "@types/react-dom": "^19.1.6",
-    "typescript": "^5.8.3",
-    "vitest": "^3.2.4",
-    "@testing-library/react": "^16.3.0",
-    "@testing-library/jest-dom": "^6.8.0",
-    "@testing-library/user-event": "^14.6.1",
-    "jsdom": "^26.0.0",
     "@typescript-eslint/eslint-plugin": "^8.18.1",
     "@typescript-eslint/parser": "^8.18.1",
     "eslint": "^9.17.0",
-    "unbuild": "^3.4.0"
+    "jsdom": "^26.0.0",
+    "typescript": "^5.8.3",
+    "unbuild": "^3.4.0",
+    "vitest": "^3.2.4"
   },
   "peerDependencies": {
     "react": "^19.1.0",

+ 9 - 9
packages/shared-ui-components/package.json

@@ -292,10 +292,7 @@
     "test:typecheck": "tsc --noEmit"
   },
   "dependencies": {
-    "react": "^19.2.0",
-    "react-dom": "^19.2.0",
-    "@tanstack/react-query": "^5.83.0",
-    "react-hook-form": "^7.61.1",
+    "@heroicons/react": "^2.2.0",
     "@radix-ui/react-accordion": "^1.2.11",
     "@radix-ui/react-alert-dialog": "^1.1.14",
     "@radix-ui/react-aspect-ratio": "^1.1.7",
@@ -322,31 +319,34 @@
     "@radix-ui/react-toggle": "^1.1.9",
     "@radix-ui/react-toggle-group": "^1.1.10",
     "@radix-ui/react-tooltip": "^1.2.7",
+    "@tanstack/react-query": "^5.90.9",
     "class-variance-authority": "^0.7.1",
     "clsx": "^2.1.1",
-    "tailwind-merge": "^3.3.1",
-    "lucide-react": "^0.536.0",
-    "@heroicons/react": "^2.2.0",
     "cmdk": "^1.1.1",
     "date-fns": "^4.1.0",
     "dayjs": "^1.11.13",
     "embla-carousel-react": "^8.6.0",
     "input-otp": "^1.4.2",
+    "lucide-react": "^0.536.0",
     "next-themes": "^0.4.6",
+    "react": "^19.2.0",
     "react-day-picker": "^9.8.1",
+    "react-dom": "^19.2.0",
+    "react-hook-form": "^7.61.1",
     "react-resizable-panels": "^3.0.4",
     "react-router": "^7.7.0",
     "react-router-dom": "^7.7.0",
-    "recharts": "2.15.4",
     "react-toastify": "^11.0.5",
+    "recharts": "2.15.4",
     "sonner": "^2.0.7",
+    "tailwind-merge": "^3.3.1",
     "tw-animate-css": "^1.3.6",
     "vaul": "^1.1.2",
     "zod": "^4.0.15"
   },
   "devDependencies": {
-    "@testing-library/react": "^16.3.0",
     "@testing-library/jest-dom": "^6.8.0",
+    "@testing-library/react": "^16.3.0",
     "@testing-library/user-event": "^14.6.1",
     "@types/react": "^19.2.2",
     "@types/react-dom": "^19.2.2",

+ 16 - 16
packages/tenant-management-ui/package.json

@@ -40,37 +40,37 @@
     "typecheck": "tsc --noEmit"
   },
   "dependencies": {
-    "@d8d/tenant-module-mt": "workspace:*",
     "@d8d/shared-ui-components": "workspace:*",
-    "@tanstack/react-query": "^5.83.0",
+    "@d8d/tenant-module-mt": "workspace:*",
+    "@hookform/resolvers": "^5.2.1",
+    "@tanstack/react-query": "^5.90.9",
+    "class-variance-authority": "^0.7.1",
+    "clsx": "^2.1.1",
+    "date-fns": "^4.1.0",
+    "hono": "^4.8.5",
+    "lucide-react": "^0.536.0",
     "react": "^19.1.0",
     "react-dom": "^19.1.0",
-    "react-router-dom": "^7.7.0",
     "react-hook-form": "^7.61.1",
-    "@hookform/resolvers": "^5.2.1",
-    "hono": "^4.8.5",
+    "react-router-dom": "^7.7.0",
     "sonner": "^2.0.7",
-    "date-fns": "^4.1.0",
-    "lucide-react": "^0.536.0",
-    "class-variance-authority": "^0.7.1",
-    "clsx": "^2.1.1",
     "tailwind-merge": "^3.3.1",
     "zod": "^4.0.15"
   },
   "devDependencies": {
+    "@testing-library/jest-dom": "^6.8.0",
+    "@testing-library/react": "^16.3.0",
+    "@testing-library/user-event": "^14.6.1",
     "@types/node": "^22.10.2",
     "@types/react": "^19.1.8",
     "@types/react-dom": "^19.1.6",
-    "typescript": "^5.8.3",
-    "vitest": "^3.2.4",
-    "@testing-library/react": "^16.3.0",
-    "@testing-library/jest-dom": "^6.8.0",
-    "@testing-library/user-event": "^14.6.1",
-    "jsdom": "^26.0.0",
     "@typescript-eslint/eslint-plugin": "^8.18.1",
     "@typescript-eslint/parser": "^8.18.1",
     "eslint": "^9.17.0",
-    "unbuild": "^3.4.0"
+    "jsdom": "^26.0.0",
+    "typescript": "^5.8.3",
+    "unbuild": "^3.4.0",
+    "vitest": "^3.2.4"
   },
   "peerDependencies": {
     "react": "^19.1.0",

+ 19 - 19
packages/user-management-ui/package.json

@@ -41,39 +41,39 @@
   },
   "dependencies": {
     "@d8d/shared-types": "workspace:*",
-    "@d8d/user-module": "workspace:*",
     "@d8d/shared-ui-components": "workspace:*",
-    "@tanstack/react-query": "^5.83.0",
+    "@d8d/user-module": "workspace:*",
+    "@hookform/resolvers": "^5.2.1",
+    "@tanstack/react-query": "^5.90.9",
+    "axios": "^1.7.9",
+    "class-variance-authority": "^0.7.1",
+    "clsx": "^2.1.1",
+    "date-fns": "^4.1.0",
+    "dayjs": "^1.11.13",
+    "hono": "^4.8.5",
+    "lucide-react": "^0.536.0",
     "react": "^19.1.0",
     "react-dom": "^19.1.0",
-    "react-router": "^7.1.3",
     "react-hook-form": "^7.61.1",
-    "@hookform/resolvers": "^5.2.1",
-    "hono": "^4.8.5",
+    "react-router": "^7.1.3",
     "sonner": "^2.0.7",
-    "date-fns": "^4.1.0",
-    "lucide-react": "^0.536.0",
-    "class-variance-authority": "^0.7.1",
-    "clsx": "^2.1.1",
     "tailwind-merge": "^3.3.1",
-    "zod": "^4.0.15",
-    "axios": "^1.7.9",
-    "dayjs": "^1.11.13"
+    "zod": "^4.0.15"
   },
   "devDependencies": {
+    "@testing-library/jest-dom": "^6.8.0",
+    "@testing-library/react": "^16.3.0",
+    "@testing-library/user-event": "^14.6.1",
     "@types/node": "^22.10.2",
     "@types/react": "^19.1.8",
     "@types/react-dom": "^19.1.6",
-    "typescript": "^5.8.3",
-    "vitest": "^3.2.4",
-    "@testing-library/react": "^16.3.0",
-    "@testing-library/jest-dom": "^6.8.0",
-    "@testing-library/user-event": "^14.6.1",
-    "jsdom": "^26.0.0",
     "@typescript-eslint/eslint-plugin": "^8.18.1",
     "@typescript-eslint/parser": "^8.18.1",
     "eslint": "^9.17.0",
-    "unbuild": "^3.4.0"
+    "jsdom": "^26.0.0",
+    "typescript": "^5.8.3",
+    "unbuild": "^3.4.0",
+    "vitest": "^3.2.4"
   },
   "peerDependencies": {
     "react": "^19.1.0",

+ 44 - 26
pnpm-lock.yaml

@@ -27,8 +27,8 @@ importers:
         specifier: ^1.2.3
         version: 1.2.3(@types/react@18.3.26)(react@18.3.1)
       '@tanstack/react-query':
-        specifier: ^5.84.1
-        version: 5.90.5(react@18.3.1)
+        specifier: ^5.90.9
+        version: 5.90.9(react@18.3.1)
       '@tarojs/components':
         specifier: 4.1.4
         version: 4.1.4(@tarojs/helper@4.1.4)(@types/react@18.3.26)(html-webpack-plugin@5.6.4(webpack@5.91.0(@swc/core@1.3.96)))(postcss@8.5.6)(rollup@3.29.5)(vue@3.5.22(typescript@5.8.3))(webpack-chain@6.5.1)(webpack-dev-server@4.15.2(webpack@5.91.0(@swc/core@1.3.96)))(webpack@5.91.0(@swc/core@1.3.96))
@@ -351,8 +351,8 @@ importers:
         specifier: ^5.2.1
         version: 5.2.2(react-hook-form@7.65.0(react@19.2.0))
       '@tanstack/react-query':
-        specifier: ^5.83.0
-        version: 5.90.5(react@19.2.0)
+        specifier: ^5.90.9
+        version: 5.90.9(react@19.2.0)
       axios:
         specifier: ^1.7.9
         version: 1.12.2(debug@4.4.3)
@@ -448,8 +448,8 @@ importers:
         specifier: ^5.2.1
         version: 5.2.2(react-hook-form@7.65.0(react@19.2.0))
       '@tanstack/react-query':
-        specifier: ^5.83.0
-        version: 5.90.5(react@19.2.0)
+        specifier: ^5.90.9
+        version: 5.90.9(react@19.2.0)
       axios:
         specifier: ^1.7.9
         version: 1.12.2(debug@4.4.3)
@@ -1643,8 +1643,8 @@ importers:
         specifier: ^1.2.7
         version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
       '@tanstack/react-query':
-        specifier: ^5.83.0
-        version: 5.90.5(react@19.2.0)
+        specifier: ^5.90.9
+        version: 5.90.9(react@19.2.0)
       class-variance-authority:
         specifier: ^0.7.1
         version: 0.7.1
@@ -1917,8 +1917,8 @@ importers:
         specifier: ^5.2.1
         version: 5.2.2(react-hook-form@7.65.0(react@19.2.0))
       '@tanstack/react-query':
-        specifier: ^5.83.0
-        version: 5.90.5(react@19.2.0)
+        specifier: ^5.90.9
+        version: 5.90.9(react@19.2.0)
       class-variance-authority:
         specifier: ^0.7.1
         version: 0.7.1
@@ -2066,8 +2066,8 @@ importers:
         specifier: ^5.2.1
         version: 5.2.2(react-hook-form@7.65.0(react@19.2.0))
       '@tanstack/react-query':
-        specifier: ^5.83.0
-        version: 5.90.5(react@19.2.0)
+        specifier: ^5.90.9
+        version: 5.90.9(react@19.2.0)
       axios:
         specifier: ^1.7.9
         version: 1.12.2(debug@4.4.3)
@@ -2387,8 +2387,8 @@ importers:
         specifier: ^1.2.7
         version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
       '@tanstack/react-query':
-        specifier: ^5.83.0
-        version: 5.90.5(react@19.2.0)
+        specifier: ^5.90.9
+        version: 5.90.9(react@19.2.0)
       '@types/node-cron':
         specifier: ^3.0.11
         version: 3.0.11
@@ -5680,11 +5680,11 @@ packages:
     peerDependencies:
       vite: ^5.2.0 || ^6 || ^7
 
-  '@tanstack/query-core@5.90.5':
-    resolution: {integrity: sha512-wLamYp7FaDq6ZnNehypKI5fNvxHPfTYylE0m/ZpuuzJfJqhR5Pxg9gvGBHZx4n7J+V5Rg5mZxHHTlv25Zt5u+w==}
+  '@tanstack/query-core@5.90.9':
+    resolution: {integrity: sha512-UFOCQzi6pRGeVTVlPNwNdnAvT35zugcIydqjvFUzG62dvz2iVjElmNp/hJkUoM5eqbUPfSU/GJIr/wbvD8bTUw==}
 
-  '@tanstack/react-query@5.90.5':
-    resolution: {integrity: sha512-pN+8UWpxZkEJ/Rnnj2v2Sxpx1WFlaa9L6a4UO89p6tTQbeo+m0MS8oYDjbggrR8QcTyjKoYWKS3xJQGr3ExT8Q==}
+  '@tanstack/react-query@5.90.9':
+    resolution: {integrity: sha512-Zke2AaXiaSfnG8jqPZR52m8SsclKT2d9//AgE/QIzyNvbpj/Q2ln+FsZjb1j69bJZUouBvX2tg9PHirkTm8arw==}
     peerDependencies:
       react: ^18 || ^19
 
@@ -7664,6 +7664,9 @@ packages:
   csstype@3.1.3:
     resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
 
+  csstype@3.2.1:
+    resolution: {integrity: sha512-98XGutrXoh75MlgLihlNxAGbUuFQc7l1cqcnEZlLNKc0UrVdPndgmaDmYTDDh929VS/eqTZV0rozmhu2qqT1/g==}
+
   cuint@0.2.2:
     resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==}
 
@@ -10096,6 +10099,10 @@ packages:
     resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==}
     engines: {node: 20 || >=22}
 
+  minimatch@10.1.1:
+    resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
+    engines: {node: 20 || >=22}
+
   minimatch@3.0.8:
     resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==}
 
@@ -11780,6 +11787,9 @@ packages:
   sax@1.4.1:
     resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
 
+  sax@1.4.3:
+    resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==}
+
   saxes@6.0.0:
     resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
     engines: {node: '>=v12.22.7'}
@@ -16416,16 +16426,16 @@ snapshots:
       tailwindcss: 4.1.15
       vite: 7.1.11(@types/node@24.9.1)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.93.2)(stylus@0.64.0)(terser@5.44.0)(tsx@4.20.6)(yaml@2.8.1)
 
-  '@tanstack/query-core@5.90.5': {}
+  '@tanstack/query-core@5.90.9': {}
 
-  '@tanstack/react-query@5.90.5(react@18.3.1)':
+  '@tanstack/react-query@5.90.9(react@18.3.1)':
     dependencies:
-      '@tanstack/query-core': 5.90.5
+      '@tanstack/query-core': 5.90.9
       react: 18.3.1
 
-  '@tanstack/react-query@5.90.5(react@19.2.0)':
+  '@tanstack/react-query@5.90.9(react@19.2.0)':
     dependencies:
-      '@tanstack/query-core': 5.90.5
+      '@tanstack/query-core': 5.90.9
       react: 19.2.0
 
   '@tarojs/api@4.1.4(@tarojs/runtime@4.1.4)(@tarojs/shared@4.1.4)':
@@ -17151,7 +17161,7 @@ snapshots:
 
   '@types/minimatch@6.0.0':
     dependencies:
-      minimatch: 10.0.3
+      minimatch: 10.1.1
 
   '@types/ms@2.1.0': {}
 
@@ -18931,6 +18941,8 @@ snapshots:
 
   csstype@3.1.3: {}
 
+  csstype@3.2.1: {}
+
   cuint@0.2.2: {}
 
   d3-array@3.2.4:
@@ -21922,6 +21934,10 @@ snapshots:
     dependencies:
       '@isaacs/brace-expansion': 5.0.0
 
+  minimatch@10.1.1:
+    dependencies:
+      '@isaacs/brace-expansion': 5.0.0
+
   minimatch@3.0.8:
     dependencies:
       brace-expansion: 1.1.12
@@ -23645,6 +23661,8 @@ snapshots:
 
   sax@1.4.1: {}
 
+  sax@1.4.3: {}
+
   saxes@6.0.0:
     dependencies:
       xmlchars: 2.2.0
@@ -23883,7 +23901,7 @@ snapshots:
 
   solid-js@1.9.9:
     dependencies:
-      csstype: 3.1.3
+      csstype: 3.2.1
       seroval: 1.3.2
       seroval-plugins: 1.3.3(seroval@1.3.2)
 
@@ -24188,7 +24206,7 @@ snapshots:
       '@adobe/css-tools': 4.3.3
       debug: 4.4.3
       glob: 10.4.5
-      sax: 1.4.1
+      sax: 1.4.3
       source-map: 0.7.6
     transitivePeerDependencies:
       - supports-color

+ 14 - 14
web/package.json

@@ -5,8 +5,8 @@
   "scripts": {
     "dev": "concurrently \"pnpm run dev:mini\" \"pnpm run dev:web\" \"pnpm run dev:weapp\"",
     "dev:web": "PORT=8080 node server",
-    "dev:mini": "cd mini && pnpm run dev:h5", 
-    "dev:weapp": "cd mini && pnpm run dev:weapp", 
+    "dev:mini": "cd mini && pnpm run dev:h5",
+    "dev:weapp": "cd mini && pnpm run dev:weapp",
     "build": "npm run build:client && npm run build:server",
     "build:client": "cross-env NODE_ENV=production vite build --outDir dist/client --manifest --mode production",
     "build:server": "cross-env NODE_ENV=production vite build --ssr src/server/index.tsx --outDir dist/server --mode production",
@@ -38,19 +38,19 @@
     "typecheck": "tsc --noEmit --project ."
   },
   "dependencies": {
-    "@d8d/server": "workspace:*",
-    "@d8d/user-module": "workspace:*",
+    "@ant-design/icons": "^6.0.0",
+    "@d8d/advertisements-module": "workspace:*",
     "@d8d/auth-module": "workspace:*",
-    "@d8d/file-module": "workspace:*",
     "@d8d/delivery-address-module": "workspace:*",
-    "@d8d/advertisements-module": "workspace:*",
-    "@d8d/merchant-module": "workspace:*",
-    "@d8d/supplier-module": "workspace:*",
-    "@d8d/goods-module": "workspace:*",
-    "@d8d/orders-module": "workspace:*",
+    "@d8d/file-module": "workspace:*",
     "@d8d/geo-areas": "workspace:*",
+    "@d8d/goods-module": "workspace:*",
+    "@d8d/merchant-module": "workspace:*",
     "@d8d/mini-payment": "workspace:*",
-    "@ant-design/icons": "^6.0.0",
+    "@d8d/orders-module": "workspace:*",
+    "@d8d/server": "workspace:*",
+    "@d8d/supplier-module": "workspace:*",
+    "@d8d/user-module": "workspace:*",
     "@heroicons/react": "^2.2.0",
     "@hono/node-server": "^1.17.1",
     "@hono/react-renderer": "^1.0.1",
@@ -83,7 +83,7 @@
     "@radix-ui/react-toggle": "^1.1.9",
     "@radix-ui/react-toggle-group": "^1.1.10",
     "@radix-ui/react-tooltip": "^1.2.7",
-    "@tanstack/react-query": "^5.83.0",
+    "@tanstack/react-query": "^5.90.9",
     "@types/node-cron": "^3.0.11",
     "axios": "^1.11.0",
     "bcrypt": "^6.0.0",
@@ -115,15 +115,15 @@
     "react-resizable-panels": "^3.0.4",
     "react-router": "^7.7.0",
     "react-router-dom": "^7.7.0",
-    "recharts": "2.15.4",
     "react-toastify": "^11.0.5",
+    "recharts": "2.15.4",
     "reflect-metadata": "^0.2.2",
     "sirv": "^3.0.1",
-    "uuid": "^11.1.0",
     "sonner": "^2.0.7",
     "tailwind-merge": "^3.3.1",
     "tw-animate-css": "^1.3.6",
     "typeorm": "^0.3.25",
+    "uuid": "^11.1.0",
     "vaul": "^1.1.2",
     "zod": "^4.0.15"
   },