@lodashventure/medusa-banner 1.5.28 → 1.5.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.
@@ -871,7 +871,9 @@ const menuItemModule = {
871
871
  label: config.label,
872
872
  icon: config.icon,
873
873
  path: "/banners",
874
- nested: void 0
874
+ nested: void 0,
875
+ rank: void 0,
876
+ translationNs: void 0
875
877
  }
876
878
  ]
877
879
  };
@@ -867,7 +867,9 @@ const menuItemModule = {
867
867
  label: config.label,
868
868
  icon: config.icon,
869
869
  path: "/banners",
870
- nested: void 0
870
+ nested: void 0,
871
+ rank: void 0,
872
+ translationNs: void 0
871
873
  }
872
874
  ]
873
875
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-banner",
3
- "version": "1.5.28",
3
+ "version": "1.5.30",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",
@@ -29,35 +29,35 @@
29
29
  "prepublishOnly": "medusa plugin:build"
30
30
  },
31
31
  "devDependencies": {
32
- "@medusajs/admin-sdk": "2.11.3",
33
- "@medusajs/admin-shared": "2.11.3",
34
- "@medusajs/cli": "2.11.3",
35
- "@medusajs/framework": "2.11.3",
36
- "@medusajs/icons": "^2.11.3",
37
- "@medusajs/medusa": "2.11.3",
38
- "@medusajs/test-utils": "2.11.3",
39
- "@medusajs/ui": "4.0.27",
32
+ "@medusajs/admin-sdk": "2.12.2",
33
+ "@medusajs/admin-shared": "2.12.2",
34
+ "@medusajs/cli": "^2.12.5",
35
+ "@medusajs/framework": "2.12.2",
36
+ "@medusajs/icons": "^2.12.5",
37
+ "@medusajs/medusa": "2.12.2",
38
+ "@medusajs/test-utils": "2.12.2",
39
+ "@medusajs/ui": "4.0.30",
40
40
  "@swc/core": "1.15.0",
41
41
  "@types/multer": "^2.0.0",
42
- "@types/node": "^24.10.0",
43
- "@types/react": "^19.2.2",
44
- "@types/react-dom": "^19.2.2",
42
+ "@types/node": "^24.10.9",
43
+ "@types/react": "^19.2.8",
44
+ "@types/react-dom": "^19.2.3",
45
45
  "prop-types": "^15.8.1",
46
- "react": "^19.2.0",
47
- "react-dom": "^19.2.0",
46
+ "react": "^19.2.3",
47
+ "react-dom": "^19.2.3",
48
48
  "ts-node": "^10.9.2",
49
49
  "typescript": "^5.9.3",
50
- "vite": "^7.2.2",
50
+ "vite": "^7.3.1",
51
51
  "yalc": "1.0.0-pre.53"
52
52
  },
53
53
  "peerDependencies": {
54
- "@medusajs/admin-sdk": "2.11.3",
55
- "@medusajs/cli": "2.11.3",
56
- "@medusajs/framework": "2.11.3",
57
- "@medusajs/icons": "^2.11.3",
58
- "@medusajs/medusa": "2.11.3",
59
- "@medusajs/test-utils": "2.11.3",
60
- "@medusajs/ui": "^4.0.3"
54
+ "@medusajs/admin-sdk": "2.12.2",
55
+ "@medusajs/cli": "^2.12.2",
56
+ "@medusajs/framework": "2.12.2",
57
+ "@medusajs/icons": "^2.12.2",
58
+ "@medusajs/medusa": "2.12.2",
59
+ "@medusajs/test-utils": "2.12.2",
60
+ "@medusajs/ui": "4.0.30"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=20"