@lodashventure/medusa-hero 1.1.28 → 1.1.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.
@@ -1128,7 +1128,9 @@ const menuItemModule = {
1128
1128
  label: config.label,
1129
1129
  icon: config.icon,
1130
1130
  path: "/heroes",
1131
- nested: void 0
1131
+ nested: void 0,
1132
+ rank: void 0,
1133
+ translationNs: void 0
1132
1134
  }
1133
1135
  ]
1134
1136
  };
@@ -1124,7 +1124,9 @@ const menuItemModule = {
1124
1124
  label: config.label,
1125
1125
  icon: config.icon,
1126
1126
  path: "/heroes",
1127
- nested: void 0
1127
+ nested: void 0,
1128
+ rank: void 0,
1129
+ translationNs: void 0
1128
1130
  }
1129
1131
  ]
1130
1132
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-hero",
3
- "version": "1.1.28",
3
+ "version": "1.1.30",
4
4
  "description": "Plugin for managing category thumbnail and hero images in Medusa",
5
5
  "author": "StandUpCode",
6
6
  "license": "MIT",
@@ -31,28 +31,28 @@
31
31
  "prepublishOnly": "medusa plugin:build"
32
32
  },
33
33
  "devDependencies": {
34
- "@medusajs/admin-sdk": "2.11.3",
35
- "@medusajs/admin-shared": "2.11.3",
36
- "@medusajs/cli": "2.11.3",
37
- "@medusajs/framework": "2.11.3",
38
- "@medusajs/icons": "^2.11.3",
39
- "@medusajs/medusa": "2.11.3",
40
- "@medusajs/ui": "4.0.27",
34
+ "@medusajs/admin-sdk": "2.12.2",
35
+ "@medusajs/admin-shared": "2.12.2",
36
+ "@medusajs/cli": "^2.12.5",
37
+ "@medusajs/framework": "2.12.2",
38
+ "@medusajs/icons": "^2.12.5",
39
+ "@medusajs/medusa": "2.12.2",
40
+ "@medusajs/ui": "4.0.30",
41
41
  "@swc/core": "1.15.0",
42
42
  "@types/multer": "^2.0.0",
43
- "@types/node": "^24.10.0",
44
- "@types/react": "^19.2.2",
45
- "@types/react-dom": "^19.2.2",
46
- "react": "^19.2.0",
47
- "react-dom": "^19.2.0",
43
+ "@types/node": "^24.10.9",
44
+ "@types/react": "^19.2.8",
45
+ "@types/react-dom": "^19.2.3",
46
+ "react": "^19.2.3",
47
+ "react-dom": "^19.2.3",
48
48
  "typescript": "^5.9.3"
49
49
  },
50
50
  "peerDependencies": {
51
- "@medusajs/admin-sdk": "2.11.2",
52
- "@medusajs/framework": "2.11.2",
53
- "@medusajs/icons": "^2.11.2",
54
- "@medusajs/medusa": "2.11.2",
55
- "@medusajs/ui": "^4.0.3"
51
+ "@medusajs/admin-sdk": "2.12.2",
52
+ "@medusajs/framework": "2.12.2",
53
+ "@medusajs/icons": "^2.12.2",
54
+ "@medusajs/medusa": "2.12.2",
55
+ "@medusajs/ui": "4.0.30"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=20"
@@ -61,7 +61,7 @@
61
61
  "@dnd-kit/core": "^6.3.1",
62
62
  "@dnd-kit/sortable": "^10.0.0",
63
63
  "@dnd-kit/utilities": "^3.2.2",
64
- "@google-cloud/storage": "^7.17.3",
64
+ "@google-cloud/storage": "^7.18.0",
65
65
  "clsx": "^2.1.1",
66
66
  "lucide-react": "^0.553.0",
67
67
  "multer": "^2.0.2",