@lodashventure/medusa-brand 1.3.28 → 1.3.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1604,7 +1604,9 @@ const menuItemModule = {
1604
1604
  label: config.label,
1605
1605
  icon: config.icon,
1606
1606
  path: "/brands",
1607
- nested: void 0
1607
+ nested: void 0,
1608
+ rank: void 0,
1609
+ translationNs: void 0
1608
1610
  }
1609
1611
  ]
1610
1612
  };
@@ -1601,7 +1601,9 @@ const menuItemModule = {
1601
1601
  label: config.label,
1602
1602
  icon: config.icon,
1603
1603
  path: "/brands",
1604
- nested: void 0
1604
+ nested: void 0,
1605
+ rank: void 0,
1606
+ translationNs: void 0
1605
1607
  }
1606
1608
  ]
1607
1609
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-brand",
3
- "version": "1.3.28",
3
+ "version": "1.3.30",
4
4
  "description": "Brand management plugin for Medusa v2",
5
5
  "author": "Lodashventure",
6
6
  "license": "MIT",
@@ -33,35 +33,35 @@
33
33
  "prepublishOnly": "medusa plugin:build"
34
34
  },
35
35
  "dependencies": {
36
- "@google-cloud/storage": "^7.17.3",
37
- "@medusajs/admin-sdk": "2.11.3",
38
- "@medusajs/framework": "2.11.3",
39
- "@medusajs/icons": "2.11.3",
40
- "@medusajs/ui": "^4.0.27",
36
+ "@google-cloud/storage": "^7.18.0",
37
+ "@medusajs/admin-sdk": "2.12.2",
38
+ "@medusajs/framework": "2.12.2",
39
+ "@medusajs/icons": "^2.12.5",
40
+ "@medusajs/ui": "4.0.30",
41
41
  "multer": "^2.0.2",
42
- "react-hook-form": "^7.66.0"
42
+ "react-hook-form": "^7.71.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "@medusajs/admin-sdk": "2.11.3",
46
- "@medusajs/framework": "2.11.3",
47
- "@medusajs/icons": "2.11.3",
48
- "@medusajs/medusa": "2.11.3",
49
- "@medusajs/ui": "*",
45
+ "@medusajs/admin-sdk": "2.12.2",
46
+ "@medusajs/framework": "2.12.2",
47
+ "@medusajs/icons": "^2.12.2",
48
+ "@medusajs/medusa": "2.12.2",
49
+ "@medusajs/ui": "4.0.30",
50
50
  "react": "^18.0.0",
51
51
  "react-dom": "^18.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@medusajs/admin-shared": "2.11.3",
55
- "@medusajs/cli": "^2.11.3",
54
+ "@medusajs/admin-shared": "2.12.2",
55
+ "@medusajs/cli": "^2.12.5",
56
56
  "@medusajs/types": "2.11.3",
57
- "@swc/core": "^1.15.0",
57
+ "@swc/core": "^1.15.8",
58
58
  "@types/multer": "^2.0.0",
59
- "@types/node": "^24.10.0",
60
- "@types/react": "^19.2.2",
61
- "@types/react-dom": "^19.2.2",
59
+ "@types/node": "^24.10.9",
60
+ "@types/react": "^19.2.8",
61
+ "@types/react-dom": "^19.2.3",
62
62
  "ts-node": "^10.9.2",
63
63
  "typescript": "^5.9.3",
64
- "vite": "^7.2.2",
64
+ "vite": "^7.3.1",
65
65
  "yalc": "1.0.0-pre.53"
66
66
  }
67
67
  }